Commit 7aca5a23 authored by Nikolay Gromov's avatar Nikolay Gromov

library fixs

parent c8db1302
☐ Сделать: кастомные радиокнопки и чекбоксы без графики (CSS-графикой)
☐ Сделать: Текстовые поля: группа (в т.ч. с кнопками) ☐ Сделать: Текстовые поля: группа (в т.ч. с кнопками)
☐ Добавить заглушки пустых картинок и тестировать! http://bitsofco.de/styling-broken-images/ ☐ Добавить заглушки пустых картинок и тестировать! http://bitsofco.de/styling-broken-images/
☐ Добавить сексуальную стилизацию страницы библиотеки компонентов ☐ Добавить сексуальную стилизацию страницы библиотеки компонентов
......
...@@ -21,6 +21,7 @@ ...@@ -21,6 +21,7 @@
font-weight: 400; font-weight: 400;
display: inline-block; display: inline-block;
margin-right: 0.6em; margin-right: 0.6em;
line-height: @line-height;
} }
&__input { &__input {
......
...@@ -18,6 +18,12 @@ ...@@ -18,6 +18,12 @@
background-image: data-uri('image/svg+xml;charset=UTF-8', './src/blocks/field-select/img_to_bg/select-down.svg'); background-image: data-uri('image/svg+xml;charset=UTF-8', './src/blocks/field-select/img_to_bg/select-down.svg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: right 0.3em center; background-position: right 0.3em center;
background-size: 1.063em 0.688em;
&[multiple] {
background-image: none;
min-height: 6.8em;
}
&::-ms-expand { &::-ms-expand {
display: none; display: none;
......
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