mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
33 lines
575 B
SCSS
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;
|
|
}
|
|
}
|