mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-23 18:08:06 +01:00
[Glitch] Fix domain label position and color
Port 25f9ead041
to glitch-soc
This commit is contained in:
parent
9950db2e1c
commit
a1f512f18b
2 changed files with 3 additions and 3 deletions
|
@ -427,7 +427,7 @@ code {
|
||||||
|
|
||||||
&__append {
|
&__append {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 1px;
|
right: 3px;
|
||||||
top: 1px;
|
top: 1px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
padding-bottom: 9px;
|
padding-bottom: 9px;
|
||||||
|
|
|
@ -250,12 +250,12 @@ body.rtl {
|
||||||
|
|
||||||
.simple_form .label_input__append {
|
.simple_form .label_input__append {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 3px;
|
||||||
|
|
||||||
&::after {
|
&::after {
|
||||||
right: auto;
|
right: auto;
|
||||||
left: 0;
|
left: 0;
|
||||||
background-image: linear-gradient(to left, rgba($ui-base-color, 0), $ui-base-color);
|
background-image: linear-gradient(to left, rgba(darken($ui-base-color, 10%), 0), darken($ui-base-color, 10%));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue