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

Style updates for 2FA to handle mobile etc.

parent 4a6b3660
No related branches found
No related tags found
No related merge requests found
...@@ -11,6 +11,10 @@ ...@@ -11,6 +11,10 @@
@extend %h3; @extend %h3;
font-weight: 700; font-weight: 700;
} }
.mb-3 {
margin-bottom: 1rem;
}
} }
// 2FA token label font size // 2FA token label font size
...@@ -22,13 +26,18 @@ label[for='id_generator-token'] { ...@@ -22,13 +26,18 @@ label[for='id_generator-token'] {
display: none; display: none;
} }
.bg-white {
background-color: $color--white;
}
// 2FA token field. // 2FA token field.
// stylelint-disable property-no-vendor-prefix, selector-id-pattern, selector-max-id // stylelint-disable property-no-vendor-prefix, selector-id-pattern, selector-max-id
#id_generator-token { #id_generator-token {
-moz-appearance: textfield; -moz-appearance: textfield;
border: 2px solid $color--dark-blue; border: 3px solid $color--dark-blue;
line-height: 1.35; line-height: 1.5;
width: 20%; width: 8ch;
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