mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
feat(docs): added get premium modal in landing
fix(docs): fixed styles for get download modal
This commit is contained in:
parent
780e230503
commit
b72fb30dd1
13 changed files with 287 additions and 6 deletions
|
|
@ -9,15 +9,22 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
nb-card-body {
|
||||
position: relative;
|
||||
|
||||
nb-card {
|
||||
width: 30rem;
|
||||
}
|
||||
|
||||
nb-card-header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.close-icon {
|
||||
cursor: pointer;
|
||||
position: absolute;
|
||||
margin-left: auto;
|
||||
right: 0.1rem;
|
||||
top: 0.1rem;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
::ng-deep .custom-form {
|
||||
|
|
@ -56,6 +63,20 @@
|
|||
}
|
||||
}
|
||||
|
||||
.hs-richtext .modal-body {
|
||||
padding: 0;
|
||||
margin-bottom: 1rem;
|
||||
p {
|
||||
margin-bottom: 0;
|
||||
text-align: left ! important;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.hs-recaptcha {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.hs-error-msgs {
|
||||
list-style-type: none;
|
||||
padding: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue