mirror of
https://github.com/tabler/tabler.git
synced 2026-08-01 16:04:37 +04:00
charts on homepage
This commit is contained in:
+16
-11
@@ -89,7 +89,6 @@
|
||||
|
||||
.card-title {
|
||||
display: block;
|
||||
margin: 0;
|
||||
font-size: $h4-font-size;
|
||||
font-weight: 500;
|
||||
line-height: 1;
|
||||
@@ -98,6 +97,10 @@
|
||||
@at-root a#{&}:hover {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.card-header & {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.card-body {
|
||||
@@ -110,6 +113,9 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
Card optinos
|
||||
*/
|
||||
.card-options {
|
||||
top: 1.5rem;
|
||||
right: .75rem;
|
||||
@@ -123,6 +129,9 @@
|
||||
min-width: 1rem;
|
||||
}
|
||||
|
||||
/**
|
||||
Card status
|
||||
*/
|
||||
.card-status {
|
||||
height: 2px;
|
||||
border-radius: $card-border-radius $card-border-radius 0 0;
|
||||
@@ -132,6 +141,9 @@
|
||||
border-radius: 0 0 $card-border-radius $card-border-radius;
|
||||
}
|
||||
|
||||
/**
|
||||
Card table
|
||||
*/
|
||||
.card-table {
|
||||
margin-bottom: 0;
|
||||
|
||||
@@ -162,6 +174,9 @@
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
Card code
|
||||
*/
|
||||
.card-code {
|
||||
background: $dark;
|
||||
|
||||
@@ -177,13 +192,3 @@
|
||||
background: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
//.card-nav {
|
||||
// background: $min-black;
|
||||
//
|
||||
// .nav-link {
|
||||
// &.active {
|
||||
// background: #fff;
|
||||
// }
|
||||
// }
|
||||
//}
|
||||
|
||||
Reference in New Issue
Block a user