mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
14 lines
259 B
CSS
14 lines
259 B
CSS
.ol-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;
|
|
} |