| 123456789101112131415161718192021222324252627282930313233343536 |
- /* navbar */
- .kibela {
- .grw-navbar {
- height: 60px;
- background: white;
- border-bottom: solid 1px #e6e9ec;
- .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;
- }
- }
- }
- .btn-create-page {
- background: #5584e1;
- border-radius: 0.35em;
- &:hover {
- background: rgb(124, 168, 255);
- }
- span,
- i {
- color: white;
- }
- }
- }
- }
|