Files
thetool/public/assets/css/thetool.css
2021-07-30 18:24:51 +02:00

49 lines
867 B
CSS

.hidden {
display:none;
}
.has-sub-submenu {
border-bottom: 1px solid #eee;
}
.sub-submenu {
padding-left: 12px !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice {
background-color: #00acc1 !important;
color: #fff !important;
border: none !important;
}
.select2-container .select2-selection--multiple .select2-selection__choice__remove {
color: #fff !important;
margin-right: 5px !important;
}
.network-list-tr {
cursor: pointer;
}
.network-list-tr .controls {
}
td.controls {
cursor: default;
text-align: left; letter-spacing: 4px; font-size: 1.1em;
}
.product-container {
padding-top: 4px;
padding-bottom: 4px;
border-top: 2px solid #dee2e6;
}
.product-container:last-child {
border-bottom: 2px solid #dee2e6;
}
.product-container:nth-child(even) {
background-color: #f1f5f7;
}