new collapsible text box widget

This commit is contained in:
2018-07-28 15:39:15 +02:00
parent fa9325577f
commit 3f8fa07a82
11 changed files with 210 additions and 29 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
}
.card {
box-shadow: 0 2px 3px rgba(black, .3);
@extend .box-shadow;
}
.card-header-extra {
@@ -15,9 +15,9 @@ $font-family-sans-serif: "IBM Plex Sans", "Droid Sans", "Helvetica Neue", "Helve
$font-size-base: 1rem;
$line-height-base: 1.6;
$link-color: $gray-800;
$link-color: darken($primary, 15%);
$link-decoration: none;
$link-hover-color: darken($link-color, 15%);
$link-hover-color: darken($primary, 10%);
$link-hover-decoration: underline;
$card-cap-bg: lighten($primary, 5);