You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

14 regels
220 B

  1. @import '../../_global/styles/mixins';
  2. @import '../../_global/styles/vars';
  3. .skip-btn {
  4. position: absolute;
  5. left: 50%;
  6. top: -80px;
  7. z-index: 9999;
  8. transform: translate(-50%,0);
  9. &:focus {
  10. top: 15px;
  11. }
  12. }