#215, Add support for languageDirection param

This commit is contained in:
Alex Shpak
2020-05-17 13:09:48 +02:00
parent d5f55b4003
commit 92600f77fe
7 changed files with 22 additions and 19 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
.book-hint {
@each $name, $color in $hint-colors {
&.#{$name} {
border-left-color: $color;
border-color: $color;
background-color: rgba($color, 0.1);
}
}