2017-06-21 17:34:10 +03:00
|
|
|
@import '../../styles/variables';
|
|
|
|
|
|
|
|
|
|
@include nga-install-component() {
|
2017-04-18 19:12:29 +03:00
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
2017-07-20 18:13:11 +03:00
|
|
|
width: 100%;
|
2017-04-18 19:12:29 +03:00
|
|
|
|
2017-07-20 18:13:11 +03:00
|
|
|
.left-container {
|
2017-04-18 19:12:29 +03:00
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2017-04-19 10:48:37 +03:00
|
|
|
|
2017-07-20 18:13:11 +03:00
|
|
|
.navigation {
|
|
|
|
|
padding-right: nga-theme(padding);
|
2017-06-21 17:34:10 +03:00
|
|
|
font-size: 2.5rem;
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo {
|
2017-07-20 18:13:11 +03:00
|
|
|
padding: 0 nga-theme(padding);
|
|
|
|
|
font-size: 1.75rem;
|
2017-06-21 17:34:10 +03:00
|
|
|
font-weight: nga-theme(font-weight-bolder);
|
2017-07-20 18:13:11 +03:00
|
|
|
border-left: 1px solid nga-theme(separator);
|
|
|
|
|
|
|
|
|
|
span {
|
|
|
|
|
font-weight: nga-theme(font-weight-normal);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-04-26 20:11:54 +03:00
|
|
|
|
2017-07-20 18:13:11 +03:00
|
|
|
.theme-buttons {
|
|
|
|
|
margin-left: 3rem;
|
|
|
|
|
button {
|
|
|
|
|
margin-right: 1rem;
|
2017-04-26 20:11:54 +03:00
|
|
|
}
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|