mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-11-08 07:25:05 +01:00
18 lines
203 B
SCSS
18 lines
203 B
SCSS
|
|
%nav-dir {
|
|
nav-up: auto;
|
|
nav-down: auto;
|
|
nav-right: auto;
|
|
nav-left: auto;
|
|
}
|
|
|
|
%nav-foc {
|
|
focus: auto;
|
|
tab-index: auto;
|
|
}
|
|
|
|
%nav-all {
|
|
@extend %nav-dir;
|
|
@extend %nav-foc;
|
|
}
|