1
Fork 0

feat: add tildes extended styles

This commit is contained in:
Bauke 2019-04-02 13:19:17 +02:00
parent 57ee8e2b23
commit c134546664
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 56 additions and 1 deletions

View File

@ -1 +1,56 @@
// TODO: Styles for Tildes Extended stuff like user labels
.user-label {
border-radius: 0;
}
.label-edit-box {
color: $foreground;
background-color: $background;
> input {
border: 1px solid $comment;
background-color: $selection;
}
}
.label-light,
.label-dark {
color: transparent;
}
.bg- {
&none {
color: $foreground;
border-color: $comment;
}
&red {
color: $background;
background-color: $red;
}
&orangered {
color: $background;
background-color: $orange;
}
&orange {
color: $background;
background-color: $yellow;
}
&dodgerblue {
color: $background;
background-color: $cyan;
}
&forestgreen {
color: $background;
background-color: $green;
}
&slategray {
color: $background;
background-color: $selection;
}
}