Navigation style improvements
This commit is contained in:
@@ -1,9 +1,15 @@
|
||||
@import "../../assets/scss/globals";
|
||||
|
||||
.drop-down-box {
|
||||
background-color: white;
|
||||
background-color: $white;
|
||||
margin-top: 0.8rem;
|
||||
position: absolute;
|
||||
width: 6rem;
|
||||
border: 0.1rem solid black;
|
||||
left: 0;
|
||||
top: 20px;
|
||||
|
||||
&,
|
||||
& a {
|
||||
color: $dark-blue !important;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user