2020-07-10 13:34:49 +03:00
|
|
|
/**
|
|
|
|
|
* @license
|
|
|
|
|
* Copyright Akveo. All Rights Reserved.
|
|
|
|
|
* Licensed under the MIT License. See License.txt in the project root for license information.
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
@import '~@nebular/theme/styles/global/breakpoints';
|
|
|
|
|
|
|
|
|
|
@import '../../../@theme/styles/themes';
|
|
|
|
|
|
|
|
|
|
@include nb-install-component() {
|
2020-10-07 17:38:19 +03:00
|
|
|
|
|
|
|
|
nb-card {
|
|
|
|
|
width: 30rem;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nb-card-header {
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
2020-10-08 19:24:22 +03:00
|
|
|
justify-content: flex-end;
|
2020-07-10 13:34:49 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.close-icon {
|
2020-10-07 17:38:19 +03:00
|
|
|
margin-left: auto;
|
2020-10-08 19:24:22 +03:00
|
|
|
padding: 0;
|
2020-07-10 13:34:49 +03:00
|
|
|
}
|
|
|
|
|
|
2020-10-09 14:03:59 +03:00
|
|
|
::ng-deep .hs-custom-form .hs-submit-btn {
|
2020-10-09 13:59:12 +03:00
|
|
|
margin-top: 2rem;
|
2020-07-10 13:34:49 +03:00
|
|
|
}
|
|
|
|
|
}
|