refactor(styles): inverse re-do

This commit is contained in:
Dmitry Nehaychik 2017-06-21 17:34:10 +03:00
parent d34c272bff
commit fa26f9f0bf
4 changed files with 16 additions and 14 deletions

View file

@ -1,4 +1,6 @@
:host {
@import '../../styles/variables';
@include nga-install-component() {
width: 100%;
display: flex;
justify-content: space-between;
@ -17,8 +19,7 @@
.left {
> * {
padding: 0 1.25rem;
border-right-width: 1px;
border-right-style: solid;
border-right: 1px solid nga-theme(separator);
&:first-child {
padding-left: 0;
@ -34,12 +35,12 @@
}
.control-icon.ion-navicon {
font-size: 2.8rem;
font-size: 2.5rem;
}
.logo {
font-size: 1.7rem;
font-weight: bold;
font-weight: nga-theme(font-weight-bolder);
text-decoration: none;
transition: all 0.2s ease;
cursor: pointer;