mirror of https://github.com/portainer/portainer
17 lines
231 B
CSS
17 lines
231 B
CSS
|
.secondary-heading {
|
||
|
background-color: #e7f6ff !important;
|
||
|
}
|
||
|
|
||
|
.secondary-body {
|
||
|
background-color: #f1f9fd;
|
||
|
}
|
||
|
|
||
|
.datatable-wide {
|
||
|
width: 55px;
|
||
|
}
|
||
|
|
||
|
.datatable-padding-vertical {
|
||
|
padding-top: 1.5rem;
|
||
|
padding-bottom: 1.5rem;
|
||
|
}
|