1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-14 02:08:50 +02:00

adjust modal sizes

This commit is contained in:
Kyle Spearrin 2017-09-21 23:31:16 -04:00
parent a0e5591f8e
commit 11336da6df

View File

@ -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;
}
}