Commit a7405c4c authored by Nikolay Gromov's avatar Nikolay Gromov

Упорядочил описание групп полей, селектов, кнопок и пр.

parent 7ce3f49c
......@@ -65,10 +65,10 @@
.field-select__select,
.btn {
position: relative;
z-index: 1;
z-index: 0;
&:not(:focus) {
z-index: 0;
&:hover, &:focus {
z-index: 1;
}
}
}
This diff is collapsed.
......@@ -10,6 +10,7 @@
.btn() {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
padding: @field-padding-top @field-padding-horizontal @field-padding-bottom;
text-align: center;
......
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