2017-06-21 17:34:10 +03:00
|
|
|
@import '../../styles/variables';
|
|
|
|
|
|
|
|
|
|
@include nga-install-component() {
|
2017-04-18 19:12:29 +03:00
|
|
|
width: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
|
|
|
|
|
div {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2017-04-19 10:48:37 +03:00
|
|
|
|
|
|
|
|
& > * {
|
|
|
|
|
height: 100%;
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.left {
|
|
|
|
|
> * {
|
|
|
|
|
padding: 0 1.25rem;
|
2017-06-21 17:34:10 +03:00
|
|
|
border-right: 1px solid nga-theme(separator);
|
2017-04-18 19:12:29 +03:00
|
|
|
|
|
|
|
|
&:first-child {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&:last-child {
|
|
|
|
|
border: none;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2017-06-07 14:14:57 +03:00
|
|
|
.theme-buttons button {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
2017-04-18 19:12:29 +03:00
|
|
|
.control-icon.ion-navicon {
|
2017-06-21 17:34:10 +03:00
|
|
|
font-size: 2.5rem;
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo {
|
|
|
|
|
font-size: 1.7rem;
|
2017-06-21 17:34:10 +03:00
|
|
|
font-weight: nga-theme(font-weight-bolder);
|
2017-04-18 19:12:29 +03:00
|
|
|
text-decoration: none;
|
|
|
|
|
transition: all 0.2s ease;
|
2017-04-21 17:23:44 +03:00
|
|
|
cursor: pointer;
|
2017-04-26 20:11:54 +03:00
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|