2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../../@theme/styles/themes';
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/styles/global/bootstrap/buttons';
|
2017-06-02 16:05:11 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-07-17 19:43:25 +03:00
|
|
|
|
2017-08-23 20:08:41 +03:00
|
|
|
nb-card-body {
|
|
|
|
|
padding: 0 1.25rem 1.25rem 0;
|
|
|
|
|
display: flex;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container-title {
|
|
|
|
|
margin-bottom: 0.25rem;
|
|
|
|
|
}
|
|
|
|
|
|
2017-07-17 19:43:25 +03:00
|
|
|
.size-container {
|
2017-08-23 20:08:41 +03:00
|
|
|
margin: 1.25rem 0 0 1.25rem;
|
2017-07-17 19:43:25 +03:00
|
|
|
}
|
|
|
|
|
|
2017-06-02 16:05:11 +03:00
|
|
|
.subheader {
|
2017-08-23 20:08:41 +03:00
|
|
|
margin-bottom: 0.75rem;
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
font-weight: nb-theme(font-weight-bold);
|
2017-08-01 17:42:21 +03:00
|
|
|
color: nb-theme(color-fg-heading);
|
2017-06-02 12:43:23 +03:00
|
|
|
}
|
|
|
|
|
}
|