Skip to content

Commit

Permalink
MID-5028 adding border of shopping icon number for red skin
Browse files Browse the repository at this point in the history
  • Loading branch information
skublik committed Dec 21, 2018
1 parent 5244d0a commit 511d8ef
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -1420,4 +1420,11 @@ th.countLabel{

.role-catalog > .object-org-box > .org-tree-container{
max-height: 50vh;
}

.skin-red > .wrapper > .main-header > .navbar-static-top > .navbar-custom-menu > .shopping-cart-icon > .badge,
.skin-red-light > .wrapper > .main-header > .navbar-static-top > .navbar-custom-menu > .shopping-cart-icon > .badge{
border-style: solid;
padding: 2px 5px;
border-color: #f4f4f4;
}

0 comments on commit 511d8ef

Please sign in to comment.