19 lines
298 B
SCSS
Raw Normal View History

2019-10-21 13:20:14 +09:00
.date-split {
display: flex;
align-content: center;
flex-flow: row;
.line {
height: 1px;
background-color: #cccccc;
2019-10-21 15:04:10 +09:00
width: 40%;
flex: 1 1 auto;
margin-bottom: 10px;
2019-10-21 13:20:14 +09:00
}
.date {
width: 160px;
font-size: 13px;
text-align: center;
2019-10-24 10:07:30 +09:00
font-weight: 600;
2019-10-21 13:20:14 +09:00
}
}