Initial color accessibility UI

This commit is contained in:
orangemug
2018-06-18 20:28:24 +01:00
parent afbdaecd0a
commit 85a28999fb
3 changed files with 109 additions and 17 deletions
+23
View File
@@ -141,3 +141,26 @@
text-align: right;
}
}
.map-state-menu {
display: inline-block;
&__menu {
position: absolute;
z-index: 999999;
background: $color-black;
display: flex;
flex-direction: column;
align-content: stretch;
li {
display: flex;
flex-direction: column;
button {
width: 100%;
text-align: left;
}
}
}
}