Tags icon
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
|
||||
.filter-section {
|
||||
clear: left;
|
||||
height: 32px;
|
||||
height: 29px;
|
||||
margin-top: 14px;
|
||||
position: relative;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
color: #909090;
|
||||
text-align: center;
|
||||
font-weight: normal;
|
||||
font-size: 16px;
|
||||
font-size: var(--sn-stylekit-font-size-h3);
|
||||
line-height: 35px;
|
||||
|
||||
border: none;
|
||||
|
||||
@@ -53,12 +53,22 @@
|
||||
|
||||
> .tag-info {
|
||||
height: 20px;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
|
||||
> .tag-icon {
|
||||
width: 10px;
|
||||
opacity: 0.2;
|
||||
font-size: var(--sn-stylekit-font-size-h2);
|
||||
font-weight: bold;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
> .title {
|
||||
width: 80%;
|
||||
background-color: transparent;
|
||||
font-weight: 600;
|
||||
float: left;
|
||||
color: var(--sn-stylekit-secondary-foreground-color);
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
||||
Reference in New Issue
Block a user