tone down css chevron a bit
This commit is contained in:
parent
e56e35d7ab
commit
e9ec3738d8
|
@ -74,11 +74,11 @@
|
||||||
.active > a::after,
|
.active > a::after,
|
||||||
{
|
{
|
||||||
left: 90%;
|
left: 90%;
|
||||||
top: 28%;
|
top: 33%;
|
||||||
border: solid transparent;
|
border: solid transparent;
|
||||||
content: " ";
|
content: " ";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
border-width: 10px;
|
border-width: 8px;
|
||||||
border-left-color: $secondary;
|
border-left-color: $secondary;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue