mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-15 04:34:03 +00:00
Get rid of the admin layout Get rid of the navbar custom style, use bootstrap-sass variables instead Get rid of all the scaffold files
15 lines
No EOL
364 B
SCSS
15 lines
No EOL
364 B
SCSS
$navbarBackground: #299a0b;
|
|
$navbarBackgroundHighlight: #299a0b;
|
|
$navbarBorder: 1px solid #d4d4d4;
|
|
$navbarText: #ffffff;
|
|
$navbarLinkColor: white;
|
|
$navbarLinkColorHover: black;
|
|
$navbarLinkBackgroundActive: #DFE0DF;
|
|
|
|
@import "bootstrap";
|
|
@import "bootstrap-responsive";
|
|
|
|
/* Set to navbarBackgroundHighlight otherwise */
|
|
.navbar .nav > li > a {
|
|
text-shadow: none;
|
|
} |