Move .invisible styles to Markup CSS

This commit is contained in:
Alex Gleason 2023-06-07 11:35:41 -05:00
parent 0a66a565f6
commit a2846070c9
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7
2 changed files with 0 additions and 18 deletions

Binary file not shown.

View file

@ -36,24 +36,6 @@
}
}
.invisible {
font-size: 0 !important;
line-height: 0 !important;
display: inline-block;
width: 0;
height: 0;
position: absolute;
img,
svg {
margin: 0 !important;
border: 0 !important;
padding: 0 !important;
width: 0 !important;
height: 0 !important;
}
}
.react-datepicker-popper {
z-index: 9999 !important;
}