Replace more hardcoded css

This commit is contained in:
natsoni
2024-04-06 15:48:35 +09:00
parent cde3d878b1
commit 7e920f4bae
56 changed files with 128 additions and 125 deletions

View File

@@ -60,19 +60,19 @@
justify-content: center;
&.left {
background: #105fb0;
background: var(--primary);
}
&.center {
background: repeating-linear-gradient(
60deg,
#105fb0 0,
#105fb0 12px,
#1a9436 12px,
#1a9436 24px
var(--primary) 0,
var(--primary) 12px,
var(--success) 12px,
var(--success) 24px
);
}
&.right {
background: #1a9436;
background: var(--success);
}
.value {
@@ -93,10 +93,10 @@
.bar.center {
background: repeating-linear-gradient(
60deg,
#105fb0 0,
#105fb0 8px,
#1a9436 8px,
#1a9436 16px
var(--primary) 0,
var(--primary) 8px,
var(--success) 8px,
var(--success) 16px
)
}
}

View File

@@ -12,7 +12,7 @@ h1 {
}
.qr-wrapper {
background-color: #FFF;
background-color: var(--fg);
padding: 10px;
padding-bottom: 5px;
display: inline-block;

View File

@@ -14,7 +14,7 @@
}
.qr-wrapper {
background-color: #FFF;
background-color: var(--fg);
padding: 10px;
padding-bottom: 5px;
display: inline-block;