@import "imports/ui/stylesheets/variables/_all"; /* General Submenu */ .submenuTitle { height: 15%; margin: 0px; padding-top: 18px; font-size: $font-size-large; font-weight: $headings-font-weight; } .submenuContent { height: 85%; margin: 0px; padding-top: 18px; font-size: $font-size-base; color: $color-gray-light; } div.submenuContent select { width: 90%; padding-top: 5px; border-top: none; border-left: none; border-right: none; outline: none; color: $color-gray-light; } .containerLeftHalf { width: 50%; float: left; } .containerRightHalf { width: 50%; float: right; } div.containerLeftHalf label, div.containerRightHalf label { font-size: 0.75em; font-weight: 600; color: $color-primary; margin-bottom: 5px; } input[type=checkbox] { float: right; } ul { list-style-type: none; margin: 0px; } ul li { padding-bottom: 9%; } /* Application Submenu */ .applicationSubmenuContent { height: 85%; border-bottom: solid 1px $color-gray-light; } .applicationFontContainer { height: 15%; } .fontBarLeft { float: left; margin: 0px; height: 100%; width: 25%; text-align: left; } .fontBarMid { float: left; margin: 0px; height: 100%; width: 50%; text-align: center; font-weight: 600; } .fontBarRight { float: left; margin: 0px; height: 100%; width: 25%; text-align: right; }