Skip to content
Snippets Groups Projects
Commit cdfcddd3 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Linting fixes.

parent f9a48ec5
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ label[for='id_generator-token'] { ...@@ -27,7 +27,7 @@ label[for='id_generator-token'] {
} }
.bg-white { .bg-white {
background-color: $color--white; background-color: $color--white;
} }
// 2FA token field. // 2FA token field.
...@@ -37,7 +37,7 @@ label[for='id_generator-token'] { ...@@ -37,7 +37,7 @@ label[for='id_generator-token'] {
border: 3px solid $color--dark-blue; border: 3px solid $color--dark-blue;
line-height: 1.5; line-height: 1.5;
width: 8ch; width: 8ch;
padding: 5px; padding: 5px;
&::-webkit-outer-spin-button, &::-webkit-outer-spin-button,
&::-webkit-inner-spin-button { &::-webkit-inner-spin-button {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment