mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
Transparent skin sass panel to card rename.
This commit is contained in:
parent
cd81d89297
commit
a3522cd555
1 changed files with 3 additions and 3 deletions
|
|
@ -20,17 +20,17 @@ body.badmin-transparent {
|
||||||
.default-color {
|
.default-color {
|
||||||
color: $default-text !important;;
|
color: $default-text !important;;
|
||||||
}
|
}
|
||||||
.panel.panel-blur {
|
.card.card-blur {
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
@include scrollbars(.4em, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
|
@include scrollbars(.4em, rgba(0, 0, 0, 0.7), rgba(255, 255, 255, 0.8));
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
color: $default;
|
color: $default;
|
||||||
.panel-heading {
|
.card-header {
|
||||||
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
border-bottom: 1px solid rgba(0, 0, 0, 0.12);
|
||||||
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
|
box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.12);
|
||||||
transform: translate3d(0,0,0);
|
transform: translate3d(0,0,0);
|
||||||
}
|
}
|
||||||
.panel-body {
|
.card-body {
|
||||||
transform: translate3d(0,0,0);
|
transform: translate3d(0,0,0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue