Advertisement
elanghda

Untitled

Dec 30th, 2020
1,880
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.69 KB | None | 0 0
  1. .navbar-store {
  2.   padding-top: 15px;
  3.  
  4.   @include media-breakpoint-down(md) {
  5.     background-color: #fff !important;
  6.   }
  7.  
  8.   .nav-item {
  9.     .nav-link {
  10.       @include media-breakpoint-up(lg) {
  11.         margin-left: 10px;
  12.         margin-right: 10px;
  13.       }
  14.     }
  15.   }
  16.  
  17.   .profile-picture {
  18.     max-height: 45px;
  19.   }
  20.  
  21.   .card-badge {
  22.     display: inline-block;
  23.     min-width: 2em;
  24.     padding: 0.3em;
  25.     border-radius: 50%;
  26.     text-align: center;
  27.     background: #a83129;
  28.     color: #ffffff;
  29.     font-size: 10px;
  30.     margin-left: -10px;
  31.   }
  32.  
  33.   .navbar-fixed-top.scrolled {
  34.     background-color: #ffffff !important;
  35.     transition: background-color 200ms linear;
  36.   }
  37. }
  38.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement