mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 01:03:35 +00:00
org create
This commit is contained in:
@@ -25,6 +25,7 @@ $h4-font-size: 1rem;
|
||||
$h5-font-size: 1rem;
|
||||
$h6-font-size: 1rem;
|
||||
|
||||
$small-font-size: 90%;
|
||||
$font-size-lg: 1.18rem;
|
||||
$code-font-size: 100%;
|
||||
|
||||
@@ -548,3 +549,25 @@ app-user-billing {
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
|
||||
.form-check-block {
|
||||
.form-check-label {
|
||||
font-weight: bold;
|
||||
|
||||
> small {
|
||||
display: block;
|
||||
color: $text-muted;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
> span {
|
||||
display: block;
|
||||
font-weight: normal;
|
||||
@extend .mt-2;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.form-check-block + .form-check-block {
|
||||
@extend .mt-3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user