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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user