ngx-admin/src/app/pages/ui-features/buttons/size-buttons/size-buttons.component.scss

19 lines
227 B
SCSS
Raw Normal View History

2017-06-02 16:05:11 +03:00
.row {
2017-06-26 15:33:19 +03:00
padding: 0 1rem;
2017-06-02 16:05:11 +03:00
}
.size-container {
2017-06-26 15:33:19 +03:00
margin-right: 1rem;
2017-06-02 16:05:11 +03:00
.header {
2017-06-26 15:33:19 +03:00
margin-bottom: 0.5rem;
}
2017-06-02 16:05:11 +03:00
.subheader {
color: #ffffff;
2017-06-26 15:33:19 +03:00
margin-bottom: 1rem;
2017-06-02 16:05:11 +03:00
font-size: 0.875rem;
font-weight: 300;
}
}