2FA page positioning fix

This commit is contained in:
g 2020-09-18 21:43:01 +02:00
commit 287fbf1163
2 changed files with 24 additions and 9 deletions

View file

@ -1,6 +1,6 @@
// sparkline colors
.sparkline-colors[data-name="backgroundColor"] {
color: transparent;
color: #faf9f6;
}
.sparkline-colors[data-name="lineColor"] {
@ -20,5 +20,5 @@
}
.sparkline-colors[data-name="fillColor"] {
color: #faf9f6;
color: lighten(#323036, 200);
}