Navigation style improvements

This commit is contained in:
Jan Tuomi
2018-11-17 00:47:35 +02:00
parent 6f5f713e57
commit cf3c1782b6
7 changed files with 57 additions and 21 deletions
+9 -3
View File
@@ -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;
}
}