ngx-admin/src/app/@theme/components/theme-settings/theme-settings.component.scss

23 lines
388 B
SCSS
Raw Normal View History

2017-08-03 13:53:18 +03:00
@import '../../styles/themes';
@include nb-install-component() {
.settings-row {
display: flex;
flex-direction: row;
justify-content: space-between;
padding-bottom: 0.5rem;
flex-wrap: wrap;
a {
font-size: 2rem;
margin-right: 1rem;
color: nb-theme(color-white);
&.selected {
color: nb-theme(color-success);
}
}
}
}