Skip to content
Snippets Groups Projects
Commit 8e136379 authored by Ron Lucke's avatar Ron Lucke
Browse files

Biest #1157

Closes #1157

Merge request studip/studip!1001
parent a2864c45
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ $font-size-h2: floor($font-size-base * 1.2); // ~30px ...@@ -13,7 +13,7 @@ $font-size-h2: floor($font-size-base * 1.2); // ~30px
$font-size-h3: ceil($font-size-base * 1.1); // ~24px $font-size-h3: ceil($font-size-base * 1.1); // ~24px
$font-size-h4: $font-size-base; // ~18px $font-size-h4: $font-size-base; // ~18px
$font-size-h5: $font-size-base; $font-size-h5: $font-size-base;
$font-size-h6: ceil($font-size-base * 0.85); // ~12px $font-size-h6: $font-size-base;
//** Unit-less `line-height` for use in components like buttons. //** Unit-less `line-height` for use in components like buttons.
$line-height-base: 1.428571429; // 20/14 $line-height-base: 1.428571429; // 20/14
...@@ -24,7 +24,7 @@ $line-height-computed: floor($font-size-base * $line-height-base); // ~20px ...@@ -24,7 +24,7 @@ $line-height-computed: floor($font-size-base * $line-height-base); // ~20px
$headings-font-family: inherit; $headings-font-family: inherit;
$headings-font-weight: 700; $headings-font-weight: 700;
$headings-line-height: 1.1; $headings-line-height: 1.1;
$headings-color: #444444; $headings-color: #000;
// Design specific // Design specific
$bar-bottom-container-height: 40px; $bar-bottom-container-height: 40px;
......
...@@ -376,7 +376,7 @@ form.default .ck-source-editing-area textarea { ...@@ -376,7 +376,7 @@ form.default .ck-source-editing-area textarea {
/* forum fixes */ /* forum fixes */
#forum .ck-source-editing-area textarea { #forum .ck-source-editing-area textarea {
height: unset; height: 100%;
min-height: 8em; min-height: 8em;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment