| | |
| | |
|
| | | // GLOBAL VALUES
|
| | | // --------------------------------------------------
|
| | | @blueDark: #000060;
|
| | | @blueDarker: #000050;
|
| | | @blueDarkest: #000040;
|
| | | @blueDark: #002060;
|
| | | @standardGray: #ccc;
|
| | | @cornflower: #abd4ff;
|
| | | @white: #fff;
|
| | |
| | | // Navbar
|
| | | // -------------------------
|
| | | @navbarHeight: 45px;
|
| | | @navbarBackground: @blueDarkest;
|
| | | @navbarBackground: @blueDark;
|
| | | @navbarBackgroundHighlight: @blueDark;
|
| | | @navbarText: @white;
|
| | | @navbarLinkColor: @white;
|
| | |
| | | }
|
| | |
|
| | | .navbar-inner {
|
| | | background-color: @blueDarker;
|
| | | background-color: @blueDark;
|
| | | border-bottom: 2px solid #ff9900;
|
| | | }
|
| | |
|