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

Add crypto, blog, forgot password, email pages & images

This commit is contained in:
mrszympek
2019-05-07 19:54:22 +02:00
parent 1d017c3aa4
commit a5a8198617
18 changed files with 1179 additions and 2 deletions
+15
View File
@@ -201,3 +201,18 @@ Card chart
z-index: 1;
height: 3.5rem;
}
/*
Card Aside
*/
.card-aside {
flex-direction: row;
}
.card-aside-column {
min-width: 5rem;
width: 30%;
flex: 0 0 30%;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
background: no-repeat center/cover;
}