Skip to content
Snippets Groups Projects
Commit 948b88ae authored by KDSBrowne's avatar KDSBrowne
Browse files

fix css indentations

parent b5066347
No related branches found
No related tags found
No related merge requests found
......@@ -3,17 +3,19 @@
:root{
--icon-offset-left: -.5em;
--icon-offset-top: -.4em;
--menu-offset-right: -6px;
--menu-offset-top: -7px;
--dropdown-offset-right: -6px;
--dropdown-offset-top: -7px;
--menu-width: 10rem;
}
.dropdown {
.dropdown {
position: absolute;
right: 0px;
}
.dropdownContent {
top: var(--menu-offset-top);
right: var(--menu-offset-right);
.dropdownContent {
top: var(--dropdown-offset-top);
right: var(--dropdown-offset-right);
width: var(--menu-width);
@include mq($small-only) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment