1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-11-24 12:06:15 +01:00

Changed method of keeping the logon box the same size

This commit is contained in:
syntaxerror752 2020-06-02 08:29:58 +10:00
parent d323e775ca
commit fea3bba0df

View File

@ -124,15 +124,10 @@ body {
background-color: #ecf0f5; background-color: #ecf0f5;
} }
&.full-width { &.full-width:not(.layout_frontend) {
.container { .container {
min-width: 980px; min-width: 980px;
width: 90%; width: 90%;
.row {
.col-5 {
max-width: 416px;
}
}
} }
} }
} }