argos/dmp-frontend/src/app/ui/dmp/editor/people-tab/people-tab.component.scss

56 lines
731 B
SCSS

.table-header {
background-color: #eeeeee;
color: #0c7489;
// color: #0070c0;
height: 2em;
}
.table-title {
align-self: center;
cursor: default;
}
.table-action {
display: flex;
margin-left: auto;
cursor: pointer;
}
.table-action span {
align-self: center;
}
.table-container {
border: 3px solid #f2f2f2;
margin-top: 0px;
padding: 0.5em;
cursor: default;
}
table {
width: 100%;
border-collapse: collapse;
color: black;
}
td {
padding: 8px;
text-align: left;
}
th {
background: linear-gradient(180deg, #f6f6f6, #fff);
padding: 8px;
text-align: left;
text-transform: uppercase;
}
.remove_user {
color: #992626;
cursor: pointer;
}
.remove_user :hover {
color: #ba2c2c;
}