Commit 02af9a38 authored by Nikolay Gromov's avatar Nikolay Gromov

Добавил примесь для сокрытия текста

parent 8ef991d2
@import 'mixins/form-mixins.scss';
@import 'mixins/grid-mixins.scss';
@import 'mixins/text-mixins.scss';
@mixin hide-text {
position: absolute;
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
clip: rect(0 0 0 0);
overflow: hidden;
}
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