mirror of
https://github.com/OpenLogics/MewtocolNet.git
synced 2025-12-06 03:01:24 +00:00
11 lines
210 B
CSS
11 lines
210 B
CSS
.plc-stat-bar {
|
|
color: white;
|
|
background: var(--vibrant-dark);
|
|
display: flex;
|
|
flex-direction: row;
|
|
flex-basis: 1.5em;
|
|
align-items: center;
|
|
padding-left: .5em;
|
|
font-size: 1rem;
|
|
}
|