release 2.0
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
/* Таблица сотрудников */
|
||||
.table-responsive {
|
||||
max-height: 800px;
|
||||
max-height: 950px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
@@ -77,22 +77,22 @@
|
||||
}
|
||||
|
||||
.status-enabled {
|
||||
background-color: rgba(25, 135, 84, 0.1);
|
||||
background-color: rgba(25, 135, 84, 0.5);
|
||||
color: #198754;
|
||||
}
|
||||
|
||||
.status-disabled {
|
||||
background-color: rgba(108, 117, 125, 0.1);
|
||||
background-color: rgba(108, 117, 125, 0.2);
|
||||
color: #6c757d;
|
||||
}
|
||||
|
||||
.status-data {
|
||||
background-color: rgba(13, 110, 253, 0.1);
|
||||
background-color: rgba(13, 110, 253, 0.5);
|
||||
color: #0d6efd;
|
||||
}
|
||||
|
||||
.status-nodata {
|
||||
background-color: rgba(220, 53, 69, 0.1);
|
||||
background-color: rgba(220, 53, 69, 0.5);
|
||||
color: #dc3545;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user