components.css 240 B

123456789101112131415
  1. svg {
  2. width: 100%;
  3. height: 100%;
  4. opacity: 1;
  5. fill: currentColor !important;
  6. -webkit-transition: .3s;
  7. transition: .3s; }
  8. svg.icon-hidden {
  9. opacity: 0; }
  10. body, html {
  11. height: auto; }
  12. .tube {
  13. padding: 0 14px; }