1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-01 16:04:37 +04:00

card components

This commit is contained in:
chomik
2019-04-02 18:13:05 +02:00
parent 6f02b9d59d
commit 5a98cb63f0
8 changed files with 437 additions and 359 deletions
+14 -3
View File
@@ -1,5 +1,5 @@
.card {
margin-bottom: 1rem;
margin-bottom: 1.5rem;
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .04);
}
@@ -90,7 +90,7 @@
.card-title {
display: block;
margin: 0;
font-size: 1rem;
font-size: $h4-font-size;
font-weight: 500;
line-height: 1;
color: inherit;
@@ -116,11 +116,22 @@
margin-left: auto;
}
.card-options-link {
margin-left: .25rem;
color: $text-muted-light;
display: inline-block;
min-width: 1rem;
}
.card-status {
height: 3px;
height: 2px;
border-radius: $card-border-radius $card-border-radius 0 0;
}
.card-status-bottom {
border-radius: 0 0 $card-border-radius $card-border-radius;
}
.card-table {
margin-bottom: 0;