added hiding class
This commit is contained in:
parent
383abc9f2d
commit
a7185931e1
|
@ -9,7 +9,23 @@ textarea {
|
||||||
font-size: $font__size-body;
|
font-size: $font__size-body;
|
||||||
line-height: $font__line-height-body;
|
line-height: $font__line-height-body;
|
||||||
}
|
}
|
||||||
|
.hide {
|
||||||
|
display: inline-block;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
min-width: unset;
|
||||||
|
max-width: unset;
|
||||||
|
width: 0px;
|
||||||
|
min-height: unset;
|
||||||
|
max-height: unset;
|
||||||
|
height: 0px;
|
||||||
|
font-size: 0px;
|
||||||
|
line-height: 0px;
|
||||||
|
text-decoration: none;
|
||||||
|
border: 0;
|
||||||
|
background-color: transparent;
|
||||||
|
background: none;
|
||||||
|
}
|
||||||
@import "headings";
|
@import "headings";
|
||||||
@import "copy";
|
@import "copy";
|
||||||
@import "fonts";
|
@import "fonts";
|
||||||
|
|
Loading…
Reference in New Issue