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.
|
- @import '../../_global/styles/mixins';
- @import '../../_global/styles/vars';
-
- .skip-btn {
- position: absolute;
- left: 50%;
- top: -80px;
- z-index: 9999;
- transform: translate(-50%,0);
- &:focus {
- top: 15px;
- }
- }
|