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

org create

This commit is contained in:
Kyle Spearrin
2018-07-02 17:09:53 -04:00
parent bd070ff066
commit 1f62b9fdcb
9 changed files with 604 additions and 9 deletions

View File

@@ -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;
}