ngx-admin/src/app/pages/backend-integration/integration-description/integration-description.component.scss
2020-09-21 16:16:55 +03:00

33 lines
575 B
SCSS

@import '../../../@theme/styles/themes';
@include nb-install-component() {
background-color: nb-theme(background-basic-color-1);
display: flex;
flex-direction: column;
justify-content: center;
padding: 1rem 2rem;
width: 100%;
height: 100%;
.header, .header2 {
font-weight: bold;
font-size: 1.25rem;
margin-bottom: 1rem;
}
.subheader {
font-size: 1rem;
line-height: 1.5rem;
margin-bottom: 5rem;
}
.features-list {
list-style-type: '-';
padding-left: 0;
}
a {
width: fit-content;
margin-top: 2rem;
}
}