mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2025-07-15 02:32:35 +03:00
15 lines
185 B
SCSS
15 lines
185 B
SCSS
// Card
|
|
|
|
.card {
|
|
border: 0;
|
|
box-shadow: $box-shadow-3;
|
|
}
|
|
|
|
.card-header {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|
|
|
|
.card-footer {
|
|
background-color: rgba(255, 255, 255, 0);
|
|
}
|