Show _no.domain in italic
This commit is contained in:
parent
96f3a90ab9
commit
d0b0aba30d
2 changed files with 22 additions and 2 deletions
|
|
@ -120,6 +120,10 @@ button {
|
|||
padding-left: 0px;
|
||||
}
|
||||
|
||||
&.no-domain > .label {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
&.open {
|
||||
&>.label>img.open {
|
||||
display: block;
|
||||
|
|
@ -265,6 +269,10 @@ button {
|
|||
|
||||
.rest-label {
|
||||
color: var(--label-rest);
|
||||
|
||||
&.no-domain {
|
||||
font-style: italic;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue