Commit a7405c4c authored by Nikolay Gromov's avatar Nikolay Gromov

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

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