Improve the styling of the Demande tab
This commit is contained in:
parent
12223c21f1
commit
c9d4baa71b
2 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,11 @@
|
|||
@import "constants";
|
||||
|
||||
.dossier-champs {
|
||||
th,
|
||||
td {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.libelle {
|
||||
width: 250px;
|
||||
}
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
}
|
||||
|
||||
&.vertical {
|
||||
font-size: 14px;
|
||||
font-size: 16px;
|
||||
line-height: 22px;
|
||||
|
||||
tr {
|
||||
|
|
Loading…
Reference in a new issue