asb_cloud_front/src/styles/message.css

45 lines
617 B
CSS
Raw Normal View History

.event_message > td {
font-size: 14px;
padding: 1px !important;
border-bottom: 1px !important;
}
.event_message_off {
color: #505050;
background: #b5b5b5;
}
.event_message_disabled {
color: #656565;
background: #b5b5b5;
}
.event_message_1 {
color: white;
background: #ff3737;
}
.event_message_2 {
color: black;
background: gold;
}
.event_message_3 {
color: #c0c0c0;
background: #505060;
}
.filter-group {
margin: 0 0 5px 0;
}
.filter-group__heading {
margin: 5px auto;
align-items: center;
}
td.ant-table-column-sort {
color: black;
background-color: rgb(221, 247, 221);
}