blowfish/src/renderer/components/Divider.module.css

12 lines
149 B
CSS
Raw Normal View History

2019-09-08 21:47:57 +02:00
.divider {
width: 100%;
height: 1px;
background: #e2e2e2;
margin-top: 5%;
border: 0;
}
:global(.dark) .divider {
background: #303030;
}