This repository has been archived on 2026-05-01. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
PolyNotFound/src/app/user/historique/page-historique/page-historique.component.scss
2021-10-30 16:18:57 +02:00

21 lines
244 B
SCSS

table {
margin: 0 auto;
}
th.mat-sort-header-sorted {
color: black;
}
.lightTheme td {
padding: 10px 30px 5px 5px;
}
.darkTheme td {
background-color: #646464;
color: white;
padding: 10px 30px 5px 5px;
}
input {
width: 25%;
}