move theme toggle icon to the right
This commit is contained in:
parent
21131ac172
commit
35c2930776
3 changed files with 5 additions and 4 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue