2017-08-03 13:53:18 +03:00
|
|
|
@import '../../styles/themes';
|
2017-06-21 17:34:10 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-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-28 14:54:29 +03:00
|
|
|
.left {
|
|
|
|
|
order: 0;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
}
|
|
|
|
|
.right {
|
|
|
|
|
order: 1;
|
|
|
|
|
flex-direction: row-reverse;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header-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 {
|
2017-08-01 17:42:21 +03:00
|
|
|
padding-right: nb-theme(padding);
|
2017-06-21 17:34:10 +03:00
|
|
|
font-size: 2.5rem;
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.logo {
|
2017-08-01 17:42:21 +03:00
|
|
|
padding: 0 nb-theme(padding);
|
2017-07-20 18:13:11 +03:00
|
|
|
font-size: 1.75rem;
|
2017-08-01 17:42:21 +03:00
|
|
|
font-weight: nb-theme(font-weight-bolder);
|
|
|
|
|
border-left: 1px solid nb-theme(separator);
|
2017-07-20 18:13:11 +03:00
|
|
|
|
|
|
|
|
span {
|
2017-08-01 17:42:21 +03:00
|
|
|
font-weight: nb-theme(font-weight-normal);
|
2017-07-20 18:13:11 +03:00
|
|
|
}
|
|
|
|
|
}
|
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
|
|
|
}
|
|
|
|
|
}
|
2017-08-30 17:22:05 +03:00
|
|
|
|
|
|
|
|
.toggle-layout /deep/ a {
|
|
|
|
|
text-decoration: none;
|
|
|
|
|
line-height: 1;
|
|
|
|
|
|
|
|
|
|
i {
|
|
|
|
|
color: nb-theme(toggle-layout-color);
|
|
|
|
|
font-size: 1.75rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-04-18 19:12:29 +03:00
|
|
|
}
|
|
|
|
|
|