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/admin/userList/page-user-list/page-user-list.component.scss
2021-11-13 20:44:12 +01:00

67 lines
1.1 KiB
SCSS

.myContainer {
max-width: 100vw;
height: 100vh;
overflow-x: hidden;
font-size: small;
}
// ----------------------------------------------------------
.matRadioGroupContainer {
float:left;
background-color: white;
width: 15%;
margin-left: 3%;
padding: 10px 10px 10px 10px;
border-bottom: 1px solid #dcdcdc;
}
.btnAjouterContainer {
float:left;
margin-left: 65%;
padding-top: 20px;
}
.btnAjouter {
background-color: white;
border: solid 1px black;
}
// ----------------------------------------------------------
input {
width: 30%;
font-size: large;
border-radius: 5px;
}
// ----------------------------------------------------------
table {
margin: 0 auto;
width: 94%;
font-size: small;
}
.darkTheme table { border: solid 2px white; }
th.mat-sort-header-sorted {
color: black;
}
td {
font-size: small;
}
// -------------------------------------------------------------------------
::ng-deep .mat-radio-inner-circle {
color: black !important;
background-color: black !important;
}
::ng-deep .mat-radio-outer-circle{
color: black !important;
border: solid 1px gray !important;
}