1
0
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:
Kyle Spearrin
2017-09-21 23:19:06 -04:00
parent e952073c3c
commit a0e5591f8e
3 changed files with 23 additions and 15 deletions

View File

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