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-08-31 14:58:28 +03:00
|
|
|
h5 {
|
|
|
|
|
margin-bottom: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
|
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%;
|
|
|
|
|
margin: 0 auto 3rem;
|
|
|
|
|
|
2017-07-28 14:54:29 +03:00
|
|
|
a {
|
2017-08-31 14:58:28 +03:00
|
|
|
text-decoration: none;
|
|
|
|
|
font-size: 1.75rem;
|
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
|
|
|
|
|
|
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 {
|
|
|
|
|
color: nb-theme(link-color-active);
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-28 14:54:29 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|