1
0
Fork 0

move theme toggle icon to the right

This commit is contained in:
Rigel Kent 2018-09-06 13:47:20 +02:00
parent 21131ac172
commit 35c2930776
No known key found for this signature in database
GPG Key ID: EA12971B0E438F36
3 changed files with 5 additions and 4 deletions

View File

@ -83,7 +83,7 @@
</div>
</div>
<div class="footer">
<div class="footer d-flex justify-content-between">
<span class="language">
<span (click)="openLanguageChooser()" i18n-title title="Change the language" class="icon icon-language"></span>
</span>

View File

@ -122,7 +122,7 @@ menu {
a {
display: flex;
align-items: center;
padding-left: $menu-left-padding;
padding-left: $menu-lateral-padding;
color: $menu-color;
cursor: pointer;
height: 40px;
@ -191,7 +191,8 @@ menu {
.footer {
padding-bottom: 15px;
padding-left: $menu-left-padding;
padding-left: $menu-lateral-padding;
padding-right: $menu-lateral-padding;
.language, .color-palette {
display: inline-block;

View File

@ -32,7 +32,7 @@ $menu-background: #000;
$menu-color: #fff;
$menu-bottom-color: #C6C6C6;
$menu-width: 240px;
$menu-left-padding: 26px;
$menu-lateral-padding: 26px;
$sub-menu-color: #F7F7F7;