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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user