added hiding class

This commit is contained in:
jorge-vitrubio 2023-01-30 11:49:44 +01:00
parent 383abc9f2d
commit a7185931e1
1 changed files with 17 additions and 1 deletions

View File

@ -9,7 +9,23 @@ textarea {
font-size: $font__size-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 "copy";
@import "fonts";