feat(demo): add bundles section to material lending page (#5677)

Co-authored-by: d.strigo <d.strigo@akveo.com>
This commit is contained in:
Denis Strigo 2020-05-15 11:01:19 +03:00 committed by Sergey Andrievskiy
parent c416d894d4
commit 50b5696c3b
5 changed files with 38 additions and 13 deletions

View file

@ -112,6 +112,7 @@
&:active {
color: #ffffff;
}
&.active {
color: #000000;
background-color: #fafafa;
@ -258,13 +259,18 @@
font-size: 0.75rem;
color: #ffffff;
text-transform: uppercase;
background-color: #18cb90;
box-shadow: 0 5px 29px 0 rgba(0, 219, 146, 0.32);
background-color: nb-theme(color-active-fg);
box-shadow: nb-theme(shadow-btn);
border-radius: 3px;
margin-top: 0.5rem;
cursor: pointer;
&:hover {
box-shadow: 0 0.375rem 2.125rem 0 rgba(0, 219, 146, 0.32);
box-shadow: nb-theme(shadow-hover-green-btn);
}
&:active {
box-shadow: nb-theme(shadow-active-green-btn);
}
}
&__type {