Fix coding standard issue
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
This commit is contained in:
parent
0992d56b13
commit
8ea3fe9af0
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user