Add helper class

pull/411/head
cagataycivici 2020-07-16 16:34:32 +03:00
parent fb2d14ca15
commit c4283377de
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@
box-sizing: border-box;
}
.p-hidden {
display: none;
}
.p-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);