Add new style .dossiers-table
This commit is contained in:
parent
7e09bd71e4
commit
f5ca774e40
1 changed files with 33 additions and 0 deletions
33
app/assets/stylesheets/new_design/dossiers_table.scss
Normal file
33
app/assets/stylesheets/new_design/dossiers_table.scss
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
@import "colors";
|
||||||
|
@import "constants";
|
||||||
|
|
||||||
|
.table.dossiers-table {
|
||||||
|
td {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.cell-link {
|
||||||
|
color: $black;
|
||||||
|
padding: (3 * $default-spacer) 2px;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
i.folder {
|
||||||
|
margin-right: $default-spacer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.number-col,
|
||||||
|
.status-col {
|
||||||
|
width: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status-col span {
|
||||||
|
width: 110px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.follow-col {
|
||||||
|
width: 200px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue