Remove tag style from globals
This moved to DropdownMenuItem as thats the only place it's currently used
This commit is contained in:
parent
c9b598bd53
commit
19663c0f6d
1 changed files with 0 additions and 10 deletions
|
|
@ -256,16 +256,6 @@ select {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.MenuItem i.tag {
|
|
||||||
background: var(--tag-bg);
|
|
||||||
color: var(--tag-text);
|
|
||||||
border-radius: calc($unit / 2);
|
|
||||||
font-size: 10px;
|
|
||||||
font-weight: $bold;
|
|
||||||
padding: 4px 6px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ServerUnavailableWrapper {
|
.ServerUnavailableWrapper {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue