2017-08-03 13:53:18 +03:00
|
|
|
@import '../../../../@theme/styles/themes';
|
2017-08-01 17:42:21 +03:00
|
|
|
@import '~@nebular/theme/components/card/card.component.theme';
|
2017-09-18 17:53:08 +03:00
|
|
|
@import '~bootstrap/scss/mixins/breakpoints';
|
2018-10-05 13:20:30 +03:00
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
2017-07-24 12:47:40 +03:00
|
|
|
|
2017-08-01 17:42:21 +03:00
|
|
|
@include nb-install-component() {
|
2017-08-23 20:08:41 +03:00
|
|
|
|
|
|
|
|
nb-card-body {
|
2017-07-24 12:47:40 +03:00
|
|
|
display: flex;
|
2017-08-23 20:08:41 +03:00
|
|
|
align-items: center;
|
2017-07-24 12:47:40 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.action-groups-header {
|
2017-09-18 11:27:40 +03:00
|
|
|
flex-basis: 20%;
|
2017-07-24 12:47:40 +03:00
|
|
|
|
2017-08-23 20:08:41 +03:00
|
|
|
color: nb-theme(card-header-fg-heading);
|
|
|
|
|
font-family: nb-theme(card-header-font-family);
|
|
|
|
|
font-size: nb-theme(card-header-font-size);
|
|
|
|
|
font-weight: nb-theme(card-header-font-weight);
|
2017-07-24 12:47:40 +03:00
|
|
|
}
|
2017-09-18 11:27:40 +03:00
|
|
|
|
|
|
|
|
.nb-actions {
|
|
|
|
|
flex-basis: 80%;
|
|
|
|
|
}
|
2017-09-18 17:53:08 +03:00
|
|
|
|
|
|
|
|
@include media-breakpoint-down(sm) {
|
|
|
|
|
nb-card-body {
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
padding: 0.75rem;
|
|
|
|
|
|
|
|
|
|
.action-groups-header {
|
2018-05-11 17:25:02 +03:00
|
|
|
@include nb-ltr(margin, 0 0 0.5rem 0.25rem);
|
|
|
|
|
@include nb-rtl(margin, 0 0.25rem 0.5rem 0);
|
2017-09-18 17:53:08 +03:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nb-action {
|
|
|
|
|
padding: 0 0.5rem;
|
|
|
|
|
/deep/ .control-icon {
|
|
|
|
|
font-size: 1.75rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
nb-user /deep/ {
|
|
|
|
|
.user-container {
|
|
|
|
|
font-size: 0.875rem;
|
|
|
|
|
}
|
|
|
|
|
.user-picture {
|
|
|
|
|
height: 1.75rem;
|
|
|
|
|
width: 1.75rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
|
|
|
|
|
|
nb-action {
|
|
|
|
|
padding: 0 0.375rem;
|
|
|
|
|
/deep/ .control-icon {
|
|
|
|
|
font-size: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
nb-user /deep/ {
|
|
|
|
|
.user-container {
|
|
|
|
|
font-size: 0.75rem;
|
|
|
|
|
}
|
|
|
|
|
.user-picture {
|
|
|
|
|
height: 1.5rem;
|
|
|
|
|
width: 1.5rem;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
nb-card-body {
|
|
|
|
|
padding-left: 0;
|
|
|
|
|
padding-right: 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-07-24 12:47:40 +03:00
|
|
|
}
|