Fix coding standard issue

Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
Maurício Meneghini Fauth 2020-02-16 18:50:23 -03:00
parent 0992d56b13
commit 8ea3fe9af0
2 changed files with 5 additions and 0 deletions

View File

@ -8,6 +8,7 @@
&:hover {
color: #f00;
background-color: $bg-one;
@include border-radius(0.3em);
}
@ -21,6 +22,7 @@
.show > .nav-link {
color: #00f;
background-color: $bg-one;
@include border-radius(0.3em);
}
}

View File

@ -7,10 +7,12 @@
background: #f2f2f2;
color: #235a81;
border: 1px solid #ddd;
@include border-radius(20px);
&:hover {
background-color: $bg-one;
@include border-radius(0.3em);
}
@ -24,6 +26,7 @@
.show > .nav-link {
background-color: #fff;
color: #235a81;
@include border-radius(0.3em);
}
}