12 lines
120 B
SCSS
12 lines
120 B
SCSS
@import "constants";
|
|
|
|
.dossier-champs {
|
|
th,
|
|
td {
|
|
vertical-align: top;
|
|
}
|
|
|
|
.libelle {
|
|
width: 250px;
|
|
}
|
|
}
|