Merge branch 'invisible-css' into 'develop'
Move .invisible styles to Markup CSS See merge request soapbox-pub/soapbox!2550
This commit is contained in:
commit
f2f720ca21
2 changed files with 0 additions and 18 deletions
Binary file not shown.
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue