mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-23 19:00:13 +01:00
refactor: move dialog buttons to main info section
Prevents copy/paste of .btn styles
This commit is contained in:
parent
f24a7fa65a
commit
f77e3e3c9d
10 changed files with 33 additions and 184 deletions
|
|
@ -133,8 +133,9 @@
|
|||
cursor: pointer;
|
||||
text-transform: uppercase;
|
||||
|
||||
&.btn-demo {
|
||||
margin-left: 1em;
|
||||
&.btn-demo,
|
||||
&.btn-download,
|
||||
&.btn-download-premium {
|
||||
color: #ffffff;
|
||||
background-color: nb-theme(color-active-fg);
|
||||
box-shadow: nb-theme(shadow-btn);
|
||||
|
|
@ -155,6 +156,16 @@
|
|||
&:active {
|
||||
box-shadow: nb-theme(shadow-active-btn);
|
||||
}
|
||||
|
||||
&.btn-demo {
|
||||
margin-left: 1em;
|
||||
}
|
||||
}
|
||||
|
||||
.btn-download,
|
||||
.btn-download-premium {
|
||||
margin-top: 1rem;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xxl) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue