refactor: move dialog buttons to main info section

Prevents copy/paste of .btn styles
This commit is contained in:
Sergey Andrievskiy 2020-10-09 14:26:03 +03:00
parent f24a7fa65a
commit f77e3e3c9d
10 changed files with 33 additions and 184 deletions

View file

@ -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) {