Commit 3ef71e31 authored by Nikolay Gromov's avatar Nikolay Gromov

Поправил имя переменной с цветом второстепенного текста

parent 4b6802cf
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
margin-top: $typo-margin-vertical; margin-top: $typo-margin-vertical;
margin-bottom: $typo-margin-vertical; margin-bottom: $typo-margin-vertical;
font-size: $font-size-sm; font-size: $font-size-sm;
color: $text-color--muted; color: $text-color-muted;
line-height: 1.2em; line-height: 1.2em;
} }
} }
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
padding: 0.4em $field-padding-horizontal; padding: 0.4em $field-padding-horizontal;
font-size: $font-size-sm; font-size: $font-size-sm;
line-height: 1em; line-height: 1em;
color: $text-color--muted; color: $text-color-muted;
} }
td, td,
......
...@@ -32,6 +32,6 @@ ...@@ -32,6 +32,6 @@
// border-bottom: 1px solid $border-color; // border-bottom: 1px solid $border-color;
// font-size: $font-size-sm; // font-size: $font-size-sm;
// line-height: 1em; // line-height: 1em;
// color: $text-color--muted; // color: $text-color-muted;
// } // }
} }
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
position: relative; position: relative;
margin: 0 0.3em 0.3em 0; margin: 0 0.3em 0.3em 0;
border: 1px solid $border-color; border: 1px solid $border-color;
color: $text-color--muted; color: $text-color-muted;
@media (min-width: $screen-md) { @media (min-width: $screen-md) {
margin: 0; margin: 0;
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
} }
&::placeholder { &::placeholder {
color: $text-color--muted; color: $text-color-muted;
opacity: 1; opacity: 1;
} }
} }
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
padding-top: 0.4em; padding-top: 0.4em;
font-size: $font-size-sm; font-size: $font-size-sm;
line-height: 1.2em; line-height: 1.2em;
color: $text-color--muted; color: $text-color-muted;
&:empty { // stylelint-disable-line &:empty { // stylelint-disable-line
display: none; display: none;
......
...@@ -27,7 +27,7 @@ $color-gh: #24292e; ...@@ -27,7 +27,7 @@ $color-gh: #24292e;
// Семантические цвета // Семантические цвета
$text-color: $gray-darkest; $text-color: $gray-darkest;
$text-color--muted: $gray; $text-color-muted: $gray;
$body-bg: $white; $body-bg: $white;
$link-color: $color-main; $link-color: $color-main;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment