2017-08-03 13:53:18 +03:00
|
|
|
@import '../../styles/themes';
|
2017-07-28 14:54:29 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-09-07 16:43:31 +03:00
|
|
|
h6 {
|
|
|
|
|
margin-bottom: 0.5rem;
|
2017-08-31 14:58:28 +03:00
|
|
|
}
|
|
|
|
|
|
2017-07-28 14:54:29 +03:00
|
|
|
.settings-row {
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-direction: row;
|
|
|
|
|
justify-content: space-between;
|
2017-08-31 14:58:28 +03:00
|
|
|
align-items: center;
|
2017-07-28 14:54:29 +03:00
|
|
|
flex-wrap: wrap;
|
|
|
|
|
|
2017-08-31 14:58:28 +03:00
|
|
|
width: 90%;
|
2017-09-07 16:43:31 +03:00
|
|
|
margin: 0 0 1rem;
|
2017-08-31 14:58:28 +03:00
|
|
|
|
2017-07-28 14:54:29 +03:00
|
|
|
a {
|
2017-08-31 14:58:28 +03:00
|
|
|
text-decoration: none;
|
2017-09-15 14:29:30 +03:00
|
|
|
font-size: 2.25rem;
|
2017-08-31 14:58:28 +03:00
|
|
|
|
|
|
|
|
color: nb-theme(color-fg);
|
2017-07-28 14:54:29 +03:00
|
|
|
|
|
|
|
|
&.selected {
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-success);
|
2017-07-28 14:54:29 +03:00
|
|
|
}
|
2017-08-31 14:58:28 +03:00
|
|
|
|
|
|
|
|
@include nb-for-theme(cosmic) {
|
|
|
|
|
&.selected {
|
2017-09-15 18:42:08 +03:00
|
|
|
color: nb-theme(link-color);
|
2017-08-31 14:58:28 +03:00
|
|
|
}
|
|
|
|
|
}
|
2017-07-28 14:54:29 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2018-05-11 17:25:02 +03:00
|
|
|
.settings {
|
|
|
|
|
margin-bottom: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.switcher {
|
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
|
|
|
|
|
|
/deep/ ngx-switcher {
|
|
|
|
|
.switch-label span {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.switch {
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
width: 3em;
|
|
|
|
|
|
|
|
|
|
.slider::before {
|
|
|
|
|
height: 1.5em;
|
|
|
|
|
width: 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input:checked + .slider::before {
|
|
|
|
|
@include nb-ltr(transform, translateX(1.5rem)!important);
|
|
|
|
|
@include nb-rtl(transform, translateX(-1.5rem)!important);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include nb-for-theme(cosmic) {
|
|
|
|
|
.switch .slider {
|
|
|
|
|
background-color: nb-theme(color-bg);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|