mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 17:23:37 +00:00
larger modals. sm breakpoints on login add/edit
This commit is contained in:
@@ -386,10 +386,18 @@ form .btn .loading-icon {
|
||||
font-size: @font-size-large;
|
||||
}
|
||||
}
|
||||
|
||||
/* Modals */
|
||||
.modal-footer {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
@media (min-width: @screen-sm-min) {
|
||||
.modal-dialog {
|
||||
width: 700px;
|
||||
}
|
||||
}
|
||||
|
||||
/* Tables */
|
||||
.table-selectable {
|
||||
td:not(.actions) {
|
||||
@@ -759,7 +767,7 @@ h1, h2, h3, h4, h5, h6 {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
@media (min-width: @screen-md) {
|
||||
@media (min-width: @screen-sm) {
|
||||
.progress {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user