- cancel/resume subscription fix

- upload into root folder fix
- custom color theme part 3
This commit is contained in:
Peter Papp
2021-03-25 10:46:23 +01:00
parent a18ceb1b4f
commit ac6b2b09e1
41 changed files with 591 additions and 348 deletions
+1 -10
View File
@@ -3,7 +3,6 @@ $text: #1c1d1f;
$text-muted: rgba($text, 0.7);
$light_background: #f4f6f6;
$light_mode_border: #F8F8F8;
$theme: #00BC7E;
@mixin font-size($size) {
font-size:($size/16) + 0em;
@@ -70,17 +69,12 @@ body {
}
&:hover {
background: rgba($theme, 0.1);
.icon {
path, line, polyline, rect, circle {
stroke: $theme;
color: inherit;
}
}
.label {
color: $theme;
}
}
}
}
@@ -103,7 +97,6 @@ body {
padding-bottom: 10px;
@include font-size(12);
font-weight: 700;
color: $theme;
&:last-child {
text-align: right;
@@ -159,7 +152,6 @@ body {
h1 {
@include font-size(30);
font-weight: 300;
color: $theme;
}
}
}
@@ -185,7 +177,6 @@ body {
}
.partner-title {
color: $theme;
@include font-size(22);
font-weight: 300;
margin-bottom: 10px;