dnet-applications/frontends/dnet-is-application/src/app/mdstores/mdstores.component.css

35 lines
562 B
CSS

.mdstore-table {
border-collapse: collapse;
border-bottom: 1pt solid lightgrey;
}
.mdstore-table tr {
border-top: 1pt solid lightgrey;
}
.mdstore-table th,
.mdstore-table td {
text-align: left;
font-size: 0.9em;
vertical-align: top;
padding-left: 1em;
padding-right: 1em;
}
.mdstore-table td button,
.mdstore-table td a.mdc-button {
font-size: 0.8em !important;
padding: 0 !important;
height: 2.5em !important;
}
.mdstore-table tr.active-row {
background-color: #daffda;
}
.mdstore-table mat-icon {
width: 1em;
height: 1em;
font-size: 1em;
}