mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-14 06:29:49 -04:00
14 lines
191 B
CSS
14 lines
191 B
CSS
|
|
||
|
.melt-divider {
|
||
|
position: relative;
|
||
|
display: flex;
|
||
|
width: 100%;
|
||
|
margin: 1.5rem 0;
|
||
|
}
|
||
|
|
||
|
.melt-divider__line {
|
||
|
background-color: #efeff5;
|
||
|
height: 1px;
|
||
|
width: 100%;
|
||
|
}
|