mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
shared org plans component
This commit is contained in:
@@ -28,7 +28,7 @@ $h5-font-size: 1rem;
|
||||
$h6-font-size: 1rem;
|
||||
|
||||
$small-font-size: 90%;
|
||||
$font-size-lg: 1.18rem;
|
||||
$font-size-lg: 1.15rem;
|
||||
$code-font-size: 100%;
|
||||
|
||||
$navbar-padding-y: .75rem;
|
||||
@@ -185,7 +185,7 @@ input, select, textarea {
|
||||
}
|
||||
|
||||
.card-body-header {
|
||||
font-size: $h3-font-size * 1.12;
|
||||
font-size: $font-size-lg;
|
||||
@extend .mb-4
|
||||
}
|
||||
|
||||
@@ -216,6 +216,12 @@ input, select, textarea {
|
||||
}
|
||||
}
|
||||
|
||||
.card-org-plans {
|
||||
h2 {
|
||||
font-size: $font-size-lg;
|
||||
}
|
||||
}
|
||||
|
||||
.modal-dialog {
|
||||
width: $modal-md;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user