taskana/web/src/app/administration/workbasket/details/access-items/access-items.component.scss

29 lines
404 B
SCSS

td > input[type="checkbox"] {
margin-top: 0px;
}
.panel-body {
overflow-x: auto;
}
.text-width{
width: 100%;
min-width: 180px;
}
.required-header {
width: 200px;
}
.required-header:after {
content:" *";
color: red;
}
td {
&.has-changes {
border-bottom: 1px solid #f0ad4e;;
}
}
.table > thead > tr > th {
max-width: 150px;
border-bottom: none;
}