Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .navbar-store {
- padding-top: 15px;
- @include media-breakpoint-down(md) {
- background-color: #fff !important;
- }
- .nav-item {
- .nav-link {
- @include media-breakpoint-up(lg) {
- margin-left: 10px;
- margin-right: 10px;
- }
- }
- }
- .profile-picture {
- max-height: 45px;
- }
- .card-badge {
- display: inline-block;
- min-width: 2em;
- padding: 0.3em;
- border-radius: 50%;
- text-align: center;
- background: #a83129;
- color: #ffffff;
- font-size: 10px;
- margin-left: -10px;
- }
- .navbar-fixed-top.scrolled {
- background-color: #ffffff !important;
- transition: background-color 200ms linear;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement