thaw/src/divider/divider.css

14 lines
191 B
CSS
Raw Normal View History

2023-10-17 11:11:39 +08:00
2023-11-05 16:03:58 +08:00
.thaw-divider {
2023-10-17 11:11:39 +08:00
position: relative;
display: flex;
width: 100%;
margin: 1.5rem 0;
}
2023-11-05 16:03:58 +08:00
.thaw-divider__line {
2023-10-17 11:11:39 +08:00
background-color: #efeff5;
height: 1px;
width: 100%;
}