h-selfdelivery-admin-panel-p/src/app/pages/orders/orders.component.scss
2022-12-29 12:50:45 +04:00

57 lines
785 B
SCSS

button:disabled {
background-color: grey !important;
opacity: 50%;
cursor: default;
}
.red {
color: red !important;
background-color: pink;
}
.orange {
color: darkorange !important;
background-color: wheat;
}
.green {
color: green !important;
background-color: lightgreen;
}
.grey {
color: grey !important;
background-color: lightgray;
}
.yellow {
color: darkgoldenrod !important;
background-color: lightgoldenrodyellow;
}
.blue {
color: blue !important;
background-color: lightblue;
}
.lilac {
color: #8b00ff !important;
background-color: #ebc4eb;
}
.pink {
color: #ff00ff !important;
background-color: #ffabe3;
}
p-table {
height: auto;
overflow: scroll
}
tr {
display: table;
width: calc(100% - 5px);
table-layout: fixed;
}