fix(demo): improve dashboard and ui features pages

This commit is contained in:
KostyaDanovsky 2017-07-20 18:13:11 +03:00
parent 8127f98f3c
commit b10e5e9ae5
20 changed files with 158 additions and 158 deletions

View file

@ -1,52 +1,34 @@
@import '../../styles/variables';
@include nga-install-component() {
width: 100%;
display: flex;
justify-content: space-between;
width: 100%;
div {
.left-container {
display: flex;
align-items: center;
& > * {
height: 100%;
display: flex;
align-items: center;
}
}
.left {
> * {
padding: 0 1.25rem;
border-right: 1px solid nga-theme(separator);
&:first-child {
padding-left: 0;
}
&:last-child {
border: none;
}
}
.theme-buttons button {
margin-left: 10px;
}
.control-icon.ion-navicon {
.navigation {
padding-right: nga-theme(padding);
font-size: 2.5rem;
}
.logo {
font-size: 1.7rem;
padding: 0 nga-theme(padding);
font-size: 1.75rem;
font-weight: nga-theme(font-weight-bolder);
text-decoration: none;
transition: all 0.2s ease;
cursor: pointer;
border-left: 1px solid nga-theme(separator);
a {
font-weight: normal;
span {
font-weight: nga-theme(font-weight-normal);
}
}
.theme-buttons {
margin-left: 3rem;
button {
margin-right: 1rem;
}
}
}