mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
adjust modal sizes
This commit is contained in:
parent
a0e5591f8e
commit
11336da6df
@ -394,7 +394,17 @@ form .btn .loading-icon {
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
.modal-dialog {
|
||||
width: 700px;
|
||||
width: 750px;
|
||||
}
|
||||
|
||||
.modal-sm {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: @screen-md-min) {
|
||||
.modal-lg {
|
||||
width: 970px;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user