- cancel/resume subscription fix

- upload into root folder fix
- custom color theme part 3
This commit is contained in:
Peter Papp
2021-03-25 15:46:34 +01:00
parent 44fe96497c
commit ee1a8a6719
32 changed files with 412 additions and 644 deletions

View File

@@ -373,7 +373,7 @@
.icon {
path, line, polyline, rect, circle, ellipse {
stroke: $dark_mode_text_primary;
color: $dark_mode_text_primary;
}
}
}
@@ -385,21 +385,16 @@
.icon {
path, line, polyline, rect, circle, ellipse {
stroke: $dark_mode_text_primary;
color: $dark_mode_text_primary;
}
}
&:hover {
background: rgba($theme, .1);
.label {
color: $theme;
}
.icon {
path, line, polyline, rect, circle, ellipse {
stroke: $theme;
color: inherit;
}
}
}