ngx-admin/docs/app/pages/home/free-banner-section/free-banner-section.component.scss
2021-06-30 15:37:56 +03:00

25 lines
466 B
SCSS

/**
* @license
* Copyright Akveo. All Rights Reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
@import '../../../@theme/styles/themes';
@include nb-install-component() {
display: block;
padding-top: 5.125rem;
.free-banner-container {
display: flex;
flex-direction: column;
align-items: center;
}
img {
width: 100%;
max-width: 78.75rem;
border-radius: 1.5rem;
}
}