thaw/src/divider/divider.css
2023-11-05 16:03:58 +08:00

13 lines
191 B
CSS

.thaw-divider {
position: relative;
display: flex;
width: 100%;
margin: 1.5rem 0;
}
.thaw-divider__line {
background-color: #efeff5;
height: 1px;
width: 100%;
}