Files
seweb/client/components/divider/divider.css
2024-07-30 15:44:27 +02:00

13 lines
203 B
CSS

.divider-container{
width: 10px;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}
.divider{
width: 2px;
height: 80%;
background-color:white;
}