1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

premium page

This commit is contained in:
Kyle Spearrin
2018-04-13 13:18:56 -04:00
parent 40790790b2
commit b7bd83cc65
7 changed files with 119 additions and 2 deletions

View File

@@ -40,10 +40,20 @@ small, .small {
text-align: center;
}
p.lead {
font-size: $font-size-large;
margin-bottom: 20px;
font-weight: normal;
}
.flex-right {
margin-left: auto;
}
.flex-bottom {
margin-top: auto;
}
.no-margin {
margin: 0 !important;
}