mirror of
https://github.com/Mr-Wiseguy/Zelda64Recomp.git
synced 2024-12-18 20:54:02 +00:00
17 lines
203 B
SCSS
17 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;
|
|
}
|