1
0
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:
Kyle Spearrin
2019-03-21 13:11:40 -04:00
parent 5dc00a8bc6
commit 0f3d71a504
8 changed files with 495 additions and 445 deletions

View File

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