Advertisement
Socialking

Untitled

Jan 19th, 2021
323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. .fade_in{
  2.     opacity: unset !important;
  3. }
  4.  
  5. .fade_out{
  6.     display: unset !important;
  7. }
  8.  
  9. #st-container {
  10.     opacity: unset !important;
  11.     -webkit-transition: none !important;
  12.     -o-transition: none !important;
  13.     transition: none !important;
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement