mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
card components
This commit is contained in:
+14
-3
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user