mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-20 11:47:53 +02: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;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.modal-background {
|
||||||
|
background-color: black;
|
||||||
|
}
|
||||||
|
|
||||||
.tfa {
|
.tfa {
|
||||||
display: block;
|
display: block;
|
||||||
height: auto;
|
height: auto;
|
||||||
@ -40,7 +44,7 @@
|
|||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
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;
|
max-width: 400px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -51,7 +55,7 @@
|
|||||||
border-bottom: 1px solid hsl(0, 0%, 21%);
|
border-bottom: 1px solid hsl(0, 0%, 21%);
|
||||||
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
|
background-color: hsl(0, 0%, 14%); /*black-ter from Bulma*/
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 0 0.5rem 0.5rem 0.5rem;
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
||||||
max-width: none;
|
max-width: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user