You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
713 B
48 lines
713 B
5 years ago
|
.apply-body{
|
||
|
display: flex;
|
||
|
padding: 12px;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.avatar{
|
||
|
width: 44px;
|
||
|
height: 44px;
|
||
|
border-radius: 50%;
|
||
|
flex: none;
|
||
|
}
|
||
|
.detail{
|
||
|
margin-left: 12px;
|
||
|
flex: auto;
|
||
|
}
|
||
|
.school{
|
||
|
color: dimgray;
|
||
|
font-size: 14px;
|
||
|
}
|
||
|
.opertions{
|
||
|
flex: none;
|
||
|
}
|
||
|
.opertion{
|
||
|
transform: scale(0.8);
|
||
|
}
|
||
|
.thin-border-bottom {
|
||
|
position: relative
|
||
|
}
|
||
|
|
||
|
.thin-border-bottom::after {
|
||
|
content: "";
|
||
|
position: absolute;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
right: 0;
|
||
|
height: 1px;
|
||
|
border-bottom: 1px solid #EAEAEA;
|
||
|
color: #e5e5e5;
|
||
|
-webkit-transform-origin: 0 0;
|
||
|
transform-origin: 0 0;
|
||
|
-webkit-transform: scaleY(.5);
|
||
|
transform: scaleY(.5);
|
||
|
z-index: 2
|
||
|
}
|
||
|
|
||
|
.apply-body.thin-border-bottom::after{
|
||
|
left: 64px;
|
||
|
}
|