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

56 lines
731 B
SCSS
Raw Normal View History

2019-05-28 09:49:09 +02:00
.table-header {
background-color: #eeeeee;
2019-09-19 12:00:00 +02:00
color: #0c7489;
// color: #0070c0;
2019-05-28 09:49:09 +02:00
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;
2019-05-28 15:37:39 +02:00
text-transform: uppercase;
2019-05-28 09:49:09 +02:00
}
.remove_user {
color: #992626;
cursor: pointer;
}
.remove_user :hover {
color: #ba2c2c;
}