mirror of
https://github.com/tabler/tabler.git
synced 2026-08-21 10:24:26 +04:00
demo stylesheet, md fixes
This commit is contained in:
+4
-4
@@ -185,21 +185,21 @@
|
||||
}
|
||||
|
||||
.card-body {
|
||||
>:last-child:not {
|
||||
>:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.card-sm & {
|
||||
.card-sm>& {
|
||||
padding: map-get($spacers, 3);
|
||||
}
|
||||
|
||||
.card-md & {
|
||||
.card-md>& {
|
||||
@include media-breakpoint-up(md) {
|
||||
padding: map-get($spacers, 5);
|
||||
}
|
||||
}
|
||||
|
||||
.card-lg & {
|
||||
.card-lg>& {
|
||||
@include media-breakpoint-up(md) {
|
||||
padding: map-get($spacers, 6);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user