Skip to content

Commit

Permalink
LPS-125675 - Remove no longer needed styles
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscv-work authored and brianchandotcom committed Jan 13, 2021
1 parent 734b199 commit 9abb541
Showing 1 changed file with 6 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -381,32 +381,10 @@
line-height: 1.5;
position: relative;

.panel-title > .panel-toggler {
&:not(.collapsed) {
font-weight: 700;
padding-left: 24px;
}

&:hover {
text-decoration: none;
}

&:before {
bottom: 4px;
left: 8px;
right: 8px;
top: 4px;
}

.category-name,
.depot-type,
.site-name,
.user-name {
color: $product-menu-panel-title-color;
}

.panel-title {
.depot-type,
.site-name {
color: $product-menu-panel-title-color;
line-height: 1.25;
}

Expand All @@ -415,6 +393,10 @@
font-weight: normal;
text-transform: uppercase;
}

.site-name {
text-transform: none;
}
}
}

Expand Down

0 comments on commit 9abb541

Please sign in to comment.