1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 09:13:33 +00:00

UI adjustments for premium adverts

This commit is contained in:
Kyle Spearrin
2017-07-07 09:11:45 -04:00
parent ed13644a02
commit b380d723b7
9 changed files with 68 additions and 17 deletions

View File

@@ -620,14 +620,29 @@ h1, h2, h3, h4, h5, h6 {
}
}
.clickable {
cursor: pointer;
}
.label-full {
font-size: 85%;
font-weight: normal;
}
.totp {
margin-bottom: 10px;
.totp-col {
margin: -10px 0 10px 0;
@media (min-width: @screen-md) {
padding-top: 26px;
margin: 0;
}
img {
margin-right: 10px;
}
}
.totp {
.totp-code {
font-family: @font-family-monospace;
font-size: 1.2em;
@@ -681,3 +696,15 @@ h1, h2, h3, h4, h5, h6 {
}
}
}
.password-meter {
.progress {
margin-bottom: 10px;
}
@media (min-width: @screen-md) {
.progress {
margin-bottom: 0;
}
}
}