All hail our phpMyAdmin dark mode overlords
This commit is contained in:
13
lamp/themes/blueberry/scss/_direction.scss
Normal file
13
lamp/themes/blueberry/scss/_direction.scss
Normal file
@@ -0,0 +1,13 @@
|
||||
$direction: ltr !default;
|
||||
|
||||
@if $direction != ltr and $direction != rtl {
|
||||
$direction: ltr;
|
||||
}
|
||||
|
||||
$direction-start: left;
|
||||
$direction-end: right;
|
||||
|
||||
@if $direction == rtl {
|
||||
$direction-start: right;
|
||||
$direction-end: left;
|
||||
}
|
Reference in New Issue
Block a user