This commit is contained in:
shubhammehrotra.symfony@webkul.com 2020-01-02 12:41:33 +05:30
parent 2af3be014d
commit 77663243df
2 changed files with 10 additions and 6 deletions

View File

@ -1770,9 +1770,13 @@
}
.method-sticker {
background-color: grey;
display: block;
color: white;
font-size: 13px;
color: #919192;
padding: 4px 8px;
text-align: center;
border-radius: 1px;
display: inline-block;
background-color: rgba(0, 0, 0, 0.53);
}
#sidebar .category-content {

View File

@ -1069,13 +1069,13 @@
}
.method-sticker {
background-color: #0e0e0e;
font-size: 13px;
color: #919192;
padding: 4px 8px;
text-align: center;
border-radius: 1px;
display: inline-block;
color: #919192;
font-size: 13px;
background-color: $grey-clr;
}
#sidebar {