2023-01-27 08:16:40 +01:00

14 lines
264 B
CSS

.olympus-element-1 {
background-color: #247be2;
height: 28;
border-radius: 14px;
display: flex;
align-items: center;
justify-content: center;
color: white;
font-size: 14px;
}
.bottom-separator {
border-bottom: 1px solid gray;
}