Commit 5b1f2268 authored by Nikolay Gromov's avatar Nikolay Gromov

Упорядочил описание блока форм

parent 04d8026d
......@@ -5,4 +5,17 @@
display: block;
margin-top: @line-height;
margin-bottom: (@line-height / 2);
.btn {
margin-bottom: (@line-height / 2);
}
&__text {
display: block;
margin-top: (@line-height / 2);
margin-bottom: (@line-height / 2);
font-size: @font-size--small;
color: @text-color--muted;
line-height: 1.2em;
}
}
......@@ -2,7 +2,14 @@
.form {
&:not(:last-child) {
margin-bottom: @line-height;
}
fieldset {
&:not(:last-child) {
margin-bottom: @line-height;
}
}
}
This diff is collapsed.
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