Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.57 KB | None | 0 0
  1. .navbar.is-dark.navbar-main {
  2.     position: absolute;
  3.     z-index: 1;
  4.     right: 40px;
  5.     background-color: rgba(0, 0, 0, 0)
  6. }
  7. a.navbar-item.logo {
  8.     display: none
  9. }
  10. .navbar-brand i.mdi-home {
  11.     width: 244px;
  12.     height: 130px;
  13.     display: block;
  14.     background-image: url(http://i.imgur.com/3vINNru.png);
  15.     position: absolute;
  16.     background-repeat: no-repeat;
  17.     overflow: visible;
  18.     left: 0;
  19.     color: transparent
  20. }
  21. .navbar-brand span.is-breadcrumb:first-of-type {
  22.     margin-left: 180px
  23. }
  24. .navbar-loggedin .navbar-brand{
  25.     background: #222;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement