_navbar_kibela.scss 630 B

123456789101112131415161718192021222324252627282930313233343536
  1. /* navbar */
  2. .kibela {
  3. .grw-navbar {
  4. height: 60px;
  5. background: white;
  6. border-bottom: solid 1px #e6e9ec;
  7. .navbar-nav {
  8. .confidential {
  9. color: white;
  10. background: #0d3e75;
  11. }
  12. & > li > a {
  13. height: 40px !important;
  14. margin-right: 1.5em;
  15. color: #3c4a60;
  16. border-radius: 0.35em;
  17. &:hover {
  18. color: #3c4a60;
  19. }
  20. }
  21. }
  22. .btn-create-page {
  23. background: #5584e1;
  24. border-radius: 0.35em;
  25. &:hover {
  26. background: rgb(124, 168, 255);
  27. }
  28. span,
  29. i {
  30. color: white;
  31. }
  32. }
  33. }
  34. }