profile cards

This commit is contained in:
codecalm
2020-01-12 22:42:06 +01:00
parent 429d953ab2
commit c76f1dd184
7 changed files with 37 additions and 22 deletions
+10 -14
View File
@@ -330,23 +330,19 @@ Card chart
height: 3.5rem;
}
/*
Card profile
/**
Card avatar
*/
.card-profile {
.card-header {
height: 9rem;
background-size: cover;
}
.card-avatar {
box-shadow: 0 0 0 .5rem $card-bg;
}
.card-profile-img {
max-width: 6rem;
margin-top: -5rem;
margin-bottom: 1rem;
border: 3px solid #ffffff;
border-radius: 100%;
box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
/*
Card img top
*/
.card-img-top,
.card-img-bottom {
border-radius: inherit;
}
/*