mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-16 22:45:30 +01:00
39 lines
655 B
SCSS
39 lines
655 B
SCSS
@import '../../../@theme/styles/themes';
|
|
|
|
@include nb-install-component() {
|
|
|
|
.picture {
|
|
background-position: center;
|
|
background-size: cover;
|
|
position: relative;
|
|
border-top-left-radius: nb-theme(card-border-radius);
|
|
border-top-right-radius: nb-theme(card-border-radius);
|
|
flex: 1;
|
|
}
|
|
|
|
.details {
|
|
padding: nb-theme(card-padding);
|
|
}
|
|
|
|
.description {
|
|
text-align: justify;
|
|
}
|
|
|
|
nb-card-footer {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
}
|
|
|
|
.link-icon {
|
|
font-size: 1.75rem;
|
|
}
|
|
|
|
nb-icon {
|
|
font-size: 1.55rem;
|
|
|
|
::ng-deep svg {
|
|
vertical-align: top;
|
|
}
|
|
}
|
|
}
|