Tags icon

This commit is contained in:
Mo Bitar
2019-04-30 12:58:30 -05:00
parent 6ed2c25cc7
commit 5901f4a623
3 changed files with 14 additions and 3 deletions

View File

@@ -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;

View File

@@ -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;