@@ -66,6 +66,8 @@ a:hover, a:focus {
6666}
6767
6868nav .navbar .navbar-brand {
69+ height : 51px ;
70+ padding-left : 20px ;
6971 line-height : 18px ;
7072 color : @text-color-highlight ;
7173}
@@ -92,6 +94,34 @@ nav.navbar .navbar-brand .icon {
9294nav .navbar.navbar-default {
9395 color : @text-color-highlight ;
9496 background : @panel-default-heading-bg ;
97+ border-bottom-color : #04a4e8 ;
98+ border-bottom-width : 3px ;
99+ }
100+
101+ @media (min-width : 1780px ) {
102+ nav .navbar.navbar-default {
103+ margin : 0 300px ;
104+ }
105+
106+ nav .navbar.navbar-default :before {
107+ position : absolute ;
108+ top : 19px ;
109+ left : -300px ;
110+ width : 300px ;
111+ height : 64px ;
112+ content : " " ;
113+ background : url(styleelem-left.svg ) left top no-repeat ;
114+ }
115+
116+ nav .navbar.navbar-default :after {
117+ position : absolute ;
118+ top : 19px ;
119+ right : -300px ;
120+ width : 300px ;
121+ height : 64px ;
122+ content : " " ;
123+ background : url(styleelem-right.svg ) right top no-repeat ;
124+ }
95125}
96126
97127.nav-tabs > li .active > a {
@@ -142,5 +172,5 @@ footer a:hover, footer a:focus {
142172body {
143173 font-family : ' Open Sans' , sans-serif ;
144174 font-size : 16px ;
145- background : linear-gradient (202deg , @blue-bg-light 12% ,@blue-bg-dark 88% ) fixed , @blue-bg-light ;
175+ background : 0 51 px linear-gradient (202deg , @blue-bg-light 12% ,@blue-bg-dark 88% ) fixed no-repeat , @blue-bg-dark ;
146176}
0 commit comments