* Added pre commit hook * Run pre commit hook on all files --------- Co-authored-by: Horilla <131998600+horilla-opensource@users.noreply.github.com>
26 lines
453 B
CSS
26 lines
453 B
CSS
|
|
.oh-dot--colorOn {
|
|
background-color: yellowgreen
|
|
}
|
|
.oh-dot--colorBehind {
|
|
background-color: hsl(40deg, 91%, 60%)
|
|
}
|
|
|
|
.oh-dot--colorAt {
|
|
background-color: hsl(1deg, 100%, 61%)
|
|
}
|
|
.oh-dot--colorClosed {
|
|
background-color: hsl(204deg, 70%, 53%)
|
|
}
|
|
|
|
.oh-dot--colorNot {
|
|
background-color: hsla(270, 5%, 48%, 0.709)
|
|
}
|
|
|
|
.oh-select--lg--custom{
|
|
padding-top: 10px;
|
|
padding-right: 20px;
|
|
padding-bottom: 38px;
|
|
padding-left: 5px;
|
|
}
|