Skip to content

Commit

Permalink
fixing styles
Browse files Browse the repository at this point in the history
  • Loading branch information
arslanashraf7 committed Jan 23, 2025
1 parent 9735acf commit 8339690
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion static/scss/catalog/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,13 @@
display: block;
margin-left: 0;
border: none;
padding: 16px 0;
margin-top: 0;

&.show,
&:hover {
border: none;
}

// span {
// color: #626a73;
Expand All @@ -216,7 +223,14 @@
// }

.dropdown-toggle {
border: 2px solid #b8c2cc;
border: 1px solid #dde1ec;
padding: 16px;
width: 220px;
border-radius: 4px;

&::after {
float: right;
}

// color: #212326;
// font-size: 18px;
Expand Down

0 comments on commit 8339690

Please sign in to comment.