Nav bar CSS base

This commit is contained in:
Aarni Halinen
2018-11-17 00:18:32 +02:00
parent 5d54a4c94a
commit 6f5f713e57
5 changed files with 26 additions and 16 deletions
+5 -1
View File
@@ -1,5 +1,9 @@
@import "../../assets/scss/globals";
.drop-down-box {
color: $white;
background-color: white;
margin-top: 0.8rem;
position: absolute;
width: 6rem;
border: 0.1rem solid black;
}