Rework the language switcher for current language support
This commit is contained in:
@@ -3,3 +3,4 @@ $qbrown: #853d15
|
||||
$qbrown-active: lighten($qbrown, 20%)
|
||||
$wood: image-url('textures/theme1.jpg')
|
||||
$background-brown: #57351f
|
||||
$current-color: #fc3
|
||||
|
||||
@@ -3,3 +3,8 @@
|
||||
+button($bg: $secondary-color, $padding: $button-tny)
|
||||
margin: 0
|
||||
margin-right: 8px
|
||||
&.current
|
||||
+button($bg: $current-color, $padding: $button-tny)
|
||||
margin: 0
|
||||
margin-right: 8px
|
||||
border: 1px solid #333
|
||||
|
||||
Reference in New Issue
Block a user