mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-18 21:54:09 +00:00
8 lines
125 B
SCSS
8 lines
125 B
SCSS
.updateIndicator {
|
|
width: 0.5em;
|
|
height: 0.5em;
|
|
flex: 0 0 auto;
|
|
border-radius: 99px;
|
|
background-color: $red-400;
|
|
}
|