Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/framework/typography.scss')
-rw-r--r--app/assets/stylesheets/framework/typography.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/typography.scss b/app/assets/stylesheets/framework/typography.scss
index 25eeadfad45..e20c97bdf40 100644
--- a/app/assets/stylesheets/framework/typography.scss
+++ b/app/assets/stylesheets/framework/typography.scss
@@ -81,7 +81,7 @@
word-wrap: break-word;
overflow-wrap: break-word;
word-break: keep-all;
- @include gl-font-base;
+ font-size: $gl-font-size;
}
h1 {
@@ -665,7 +665,7 @@ pre {
display: block;
padding: $gl-padding-8 $input-horizontal-padding;
margin: 0 0 $gl-padding-8;
- @include gl-font-base;
+ font-size: $gl-font-size;
word-break: break-all;
word-wrap: break-word;
color: $gl-text-color;
@@ -712,7 +712,7 @@ code {
*/
textarea.js-gfm-input {
font-family: $monospace-font;
- @include gl-font-base;
+ font-size: $gl-font-size;
}
h1,