universe

Universe
git clone https://git.dasho.dev/universe.git
Log | Files | Refs | Submodules | README

js-warning.css (304B)


      1 .jsWarning > input[value="open"]:not(:checked) {
      2  display: none;
      3 }
      4 
      5 .jsWarning {
      6  display: block;
      7  visibility: hidden;
      8  opacity: 0;
      9  animation-name: jswarn;
     10  animation-duration: 0.1s;
     11  animation-fill-mode: forwards;
     12  animation-delay: 2s;
     13  position: relative;
     14  z-index: 999996;
     15 }