mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-22 16:23:18 +01:00
CSS adjustments
This commit is contained in:
parent
372239b673
commit
f6b31c8a33
8
resources/sass/app.scss
vendored
8
resources/sass/app.scss
vendored
@ -29,6 +29,10 @@
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.modal-background {
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
.tfa {
|
||||
display: block;
|
||||
height: auto;
|
||||
@ -40,7 +44,7 @@
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
background-color: hsl(0, 0%, 7%); /*black-bis from Bulma*/
|
||||
background-color: hsl(0, 0%, 10%); /*black-bis from Bulma*/
|
||||
max-width: 400px;
|
||||
}
|
||||
|
||||
@ -51,7 +55,7 @@
|
||||
border-bottom: 1px solid hsl(0, 0%, 21%);
|
||||
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
|
||||
margin: 0;
|
||||
padding: 0 0.5rem 0.5rem 0.5rem;
|
||||
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
||||
max-width: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user