Sha256: d1ed9c01c7a495b88972c53805b5b66edf83bb6ed63d7464a644d58bb32f87e9
Contents?: true
Size: 1.07 KB
Versions: 57
Compression:
Stored size: 1.07 KB
Contents
// Variables // Welcome UI - Navbar ul#navbar { float: left; } .navbar-ui { border-bottom: 1px solid $ui_lightergray; } .navbar-ui .nav-link { color: $ui_back; font-size: $ui_font_small; font-family: 'hk_groteskbold'; } .alert-msg { position: fixed; top: 6px; right: 12px; left: auto; z-index: 1030; background-color: #EBF7EE; border: 1px solid #C0E3CA; width: 292px !important; padding: 19px 20px; font-size: 14px; } .am-top-header .col-6:first-child { display: none; } .col-6.admin-options { max-width: 100%; width: 100%; flex: auto; } .navbar-nav.am-icons-nav { position: absolute; left: -12px; } @media (max-width: 768px) { .am-top-header .col-6:first-child { display: block; } .navbar-nav.am-icons-nav { position: fixed; left: unset; } .am-left-sidebar .am-logo { display: none !important; } .am-wrapper.main-app .ui-app-area.construction-area { width: 100%; padding: 0; position: fixed; z-index: 9999; } .am-wrapper.main-app .ui-app-area.construction-area nav { height: 50px !important; } }
Version data entries
57 entries across 57 versions & 1 rubygems