no message
This commit is contained in:
parent
089ceb7d0d
commit
82cbe38a8c
@ -560,6 +560,11 @@
|
|||||||
padding-bottom: 22px;
|
padding-bottom: 22px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.content .details-box .application-schedule .list .time .item {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
}
|
||||||
.content .details-box .application-schedule .list .time .item:first-of-type {
|
.content .details-box .application-schedule .list .time .item:first-of-type {
|
||||||
border-right: 1px dotted #ebebeb;
|
border-right: 1px dotted #ebebeb;
|
||||||
}
|
}
|
||||||
|
@ -633,6 +633,9 @@
|
|||||||
&:first-of-type {
|
&:first-of-type {
|
||||||
border-right: 1px dotted rgb(235, 235, 235);
|
border-right: 1px dotted rgb(235, 235, 235);
|
||||||
}
|
}
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
.name {
|
.name {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
|
Loading…
Reference in New Issue
Block a user