mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
card with status, row-deck
This commit is contained in:
+20
-2
@@ -133,12 +133,30 @@ Card optinos
|
||||
/**
|
||||
Card status
|
||||
*/
|
||||
.card-status {
|
||||
height: 2px;
|
||||
.card-status-top {
|
||||
position: absolute;
|
||||
height: 3px;
|
||||
border-radius: $card-border-radius $card-border-radius 0 0;
|
||||
top: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.card-status-left {
|
||||
position: absolute;
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 3px;
|
||||
border-radius: $card-border-radius 0 0 $card-border-radius;
|
||||
}
|
||||
|
||||
.card-status-bottom {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
top: initial;
|
||||
height: 3px;
|
||||
border-radius: 0 0 $card-border-radius $card-border-radius;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,6 +1,10 @@
|
||||
.icon {
|
||||
font-size: 1em;
|
||||
vertical-align: -.1em;
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.icon-md {
|
||||
|
||||
Reference in New Issue
Block a user