17 lines
146 B
SCSS
17 lines
146 B
SCSS
|
.table {
|
||
|
#id {
|
||
|
width: 5%;
|
||
|
}
|
||
|
|
||
|
#libelle {
|
||
|
width: 40%;
|
||
|
}
|
||
|
|
||
|
#organisation {
|
||
|
width: 28%;
|
||
|
}
|
||
|
|
||
|
#direction {
|
||
|
width: 22%;
|
||
|
}
|
||
|
}
|