Commit dafd1b63 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил переменные в .field-text

parent 8c3981b4
......@@ -2,6 +2,18 @@
// модификаторов, псевдоселекторов, псевдоэлементов, $media-условий...
// Не пишите здесь другие селекторы.
$border-color: hsl(0, 0%, 60%);
$gray-lighter: hsl(0, 0%, 80%);
$text-color--muted: hsl(0, 0%, 50%);
$line-height: 1.375em;
$field-padding-vertical: 0.3em;
$field-padding-horizontal: 0.7em;
$border-radius: 3px;
.field-text {
display: block;
margin-bottom: ($line-height / 2);
......
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