1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-05 05:25:27 +02:00

navigation merged into left sidebar

This commit is contained in:
Harvey Kandola 2017-09-20 08:10:43 +01:00
parent ea38729f55
commit 775990f040
16 changed files with 149 additions and 261 deletions

View file

@ -13,8 +13,8 @@
@import "mixins.scss";
@import "base.scss";
@import "widget/widget.scss";
@import "view/layout-right-nav.scss";
@import "view/layout-left-sidebar.scss";
@import "view/layout-navigation.scss";
@import "view/layout-sidebar.scss";
@import "view/page-search.scss";
@import "view/page-profile.scss";
@import "view/page-customize.scss";

View file

@ -31,7 +31,7 @@ $sidebar-width: 400px;
margin-right: auto;
margin-left: auto;
padding-left: 30px;
padding-right: 30px;
padding-right: 0;
max-width: 1200px;
}
@ -39,7 +39,7 @@ $sidebar-width: 400px;
width: 100%;
position: relative;
// position: absolute;
padding: 30px;
padding: 30px 0 30px 30px;
margin: 0 auto;
margin-top: 30px;
@ -158,3 +158,30 @@ $sidebar-width: 400px;
}
}
}
.navigation {
margin: 15px 0 0 0;
text-align: center;
.round-button-mono {
> .material-icons {
color: $color-gray;
@include ease-in();
}
&:hover {
> .material-icons {
color: $color-link;
}
}
}
.profile-link {
color: $color-primary;
text-align: center;
font-size: 1rem;
font-style: normal;
font-family: $font-regular;
vertical-align: top;
}
}