Skip to content
Snippets Groups Projects
Commit 0568f1a6 authored by chrisgarrity's avatar chrisgarrity
Browse files

Move literal width into units

parent 523bb047
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@
/* Position the language select over the language icon, and make it transparent */
.language-select {
position: absolute;
width: 3rem;
height: 3rem;
width: $language-selector-width;
height: $menu-bar-height;
opacity: 0;
user-select: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
......
......@@ -54,7 +54,7 @@
.language-menu {
display: inline-flex;
width: 3rem;
width: $language-selector-width;
}
.menu {
......
......@@ -6,6 +6,7 @@ $space: 0.5rem;
$sprites-per-row: 5;
$menu-bar-height: 3rem;
$language-selector-width: 3rem;
$sprite-info-height: 6rem;
$stage-menu-height: 2.75rem;
......
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