13 lines
219 B
CSS
13 lines
219 B
CSS
.voice-green {
|
|
background-color: #6CAE75 !important
|
|
}
|
|
.voice-yellow {
|
|
background-color: #E8E288 !important
|
|
}
|
|
.voice-red {
|
|
background-color: #FF8360 !important
|
|
}
|
|
|
|
.table-sm td {
|
|
padding: 4px !important;
|
|
} |