1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

payment component and styling

This commit is contained in:
Kyle Spearrin
2018-06-28 22:27:32 -04:00
parent 7267045475
commit fd88a066da
10 changed files with 495 additions and 458 deletions

View File

@@ -25,6 +25,7 @@ $h4-font-size: 1rem;
$h5-font-size: 1rem;
$h6-font-size: 1rem;
$font-size-lg: 1.18rem;
$code-font-size: 100%;
$navbar-padding-y: .75rem;
@@ -84,7 +85,7 @@ body {
}
}
.secondary-header {
.secondary-header, .spaced-header {
margin-top: 4rem;
}
@@ -286,6 +287,10 @@ label:not(.form-check-label) {
}
}
.text-lg {
font-size: $font-size-lg;
}
app-vault-groupings {
.card {
#search {
@@ -378,18 +383,6 @@ app-avatar {
}
}
app-two-factor-recovery {
code {
font-size: $font-size-lg;
}
}
app-breach-report {
.list-group-item h3 {
font-size: $font-size-lg;
}
}
#duo-frame {
background: url('../images/loading.svg') 0 0 no-repeat;
height: 330px;