|
|
@@ -1,28 +1,25 @@
|
|
|
/* navbar */
|
|
|
|
|
|
.kibela {
|
|
|
- .navbar-header {
|
|
|
- display: inline-block;
|
|
|
- min-width: 320px;
|
|
|
+ .grw-navbar {
|
|
|
height: 60px;
|
|
|
- padding: 5px 8px 5px 8px;
|
|
|
- overflow: visible;
|
|
|
- color: #3c4a60;
|
|
|
background: white;
|
|
|
border-bottom: solid 1px #e6e9ec;
|
|
|
- .navbar-right {
|
|
|
- a {
|
|
|
+ .navbar-nav {
|
|
|
+ .confidential {
|
|
|
+ color: white;
|
|
|
+ background: #0d3e75;
|
|
|
+ }
|
|
|
+ & > li > a {
|
|
|
+ height: 40px !important;
|
|
|
margin-right: 1.5em;
|
|
|
+ color: #3c4a60;
|
|
|
+ border-radius: 0.35em;
|
|
|
+ &:hover {
|
|
|
+ color: #3c4a60;
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
- .logo {
|
|
|
- background: white;
|
|
|
- }
|
|
|
- .navbar-top-links > li > a {
|
|
|
- height: 40px !important;
|
|
|
- color: #3c4a60;
|
|
|
- border-radius: 0.35em;
|
|
|
- }
|
|
|
.create-page {
|
|
|
width: 8em;
|
|
|
text-align: center;
|
|
|
@@ -36,48 +33,12 @@
|
|
|
color: white;
|
|
|
}
|
|
|
}
|
|
|
- .dropdown {
|
|
|
- a {
|
|
|
- .user-name {
|
|
|
- margin-right: 0.5em;
|
|
|
- margin-left: 0.5em;
|
|
|
- }
|
|
|
- }
|
|
|
- .img-circle {
|
|
|
- width: 36px;
|
|
|
- height: 36px;
|
|
|
- }
|
|
|
- }
|
|
|
@media screen and (max-width: 790px) {
|
|
|
- .search-top,
|
|
|
- .navbar-toggle {
|
|
|
+ .search-top {
|
|
|
display: none !important;
|
|
|
}
|
|
|
@media screen and (max-width: 540px) {
|
|
|
- .user-name {
|
|
|
- display: none;
|
|
|
- }
|
|
|
- .navbar-right {
|
|
|
- width: 80%;
|
|
|
- li {
|
|
|
- width: 25%;
|
|
|
- text-align: center;
|
|
|
- a {
|
|
|
- margin-right: 0px;
|
|
|
- }
|
|
|
- .create-page {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
- .dropdown {
|
|
|
- text-align: center;
|
|
|
- .dropdown-toggle {
|
|
|
- width: 100%;
|
|
|
- padding-left: 0em;
|
|
|
- margin-right: 0px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
+ // TODO responsive after implementation of Sidebar
|
|
|
}
|
|
|
}
|
|
|
}
|