partner card styles
This commit is contained in:
parent
6ce0da40c6
commit
a196b174e2
@ -1,15 +1,19 @@
|
|||||||
.partner-person-card {
|
.partner-person-card {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
width: 300px;
|
||||||
|
|
||||||
&__img {
|
&__img {
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 12px;
|
border-radius: 12px 0 0 12px;
|
||||||
padding: 25px;
|
padding: 5px;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
display: flex;
|
||||||
|
justify-content: center;
|
||||||
|
align-items: center;
|
||||||
img {
|
img {
|
||||||
width: 77px;
|
width: 70px;
|
||||||
height: 77px;
|
height: 70px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -17,9 +21,8 @@
|
|||||||
position: relative;
|
position: relative;
|
||||||
background: #e1fccf;
|
background: #e1fccf;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
padding: 15px 15px 15px 30px;
|
padding: 10px;
|
||||||
left: -15px;
|
border-radius: 0 12px 12px 0;
|
||||||
border-radius: 12px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
@ -34,8 +37,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__more {
|
&__more {
|
||||||
width: 41px;
|
width: 30px;
|
||||||
height: 41px;
|
height: 30px;
|
||||||
background: white;
|
background: white;
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -15,10 +15,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
//flex-wrap: wrap;
|
justify-content: center;
|
||||||
//margin-top: 25px;
|
|
||||||
//row-gap: 24px;
|
|
||||||
//column-gap: 21px;
|
|
||||||
}
|
}
|
||||||
&__empty {
|
&__empty {
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
Loading…
Reference in New Issue
Block a user