mirror of
https://github.com/adoyle0/thaw.git
synced 2025-03-13 22:19:49 -04:00
13 lines
191 B
CSS
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%;
|
|
}
|