mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-19 17:00:13 +01:00
feat(demo): add bundles section to material lending page (#5677)
Co-authored-by: d.strigo <d.strigo@akveo.com>
This commit is contained in:
parent
c416d894d4
commit
50b5696c3b
5 changed files with 38 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue