update: table - responsive for admin-project and project-edit (wip)

This commit is contained in:
gaelle morin
2020-06-10 00:59:45 +02:00
parent 7e655e054a
commit 741eff85ce
7 changed files with 52 additions and 50 deletions

View File

@ -1,11 +1,8 @@
/*#circle-information,
#circle-edit,
#admin-circle-list,
#admin-circle-create,
#project-edit,
#admin-project-list,
#admin-project-create,
#admin-users-list*/
#admin-project-create*/
[widget="hubl-team-template-edit"]>div {
flex: 1;
@ -112,16 +109,20 @@
display: table-cell;
}
.w75 {
width: 280px;
.w786 {
width: 786px;
}
.w25 {
width: 70px;
.w262 {
width: 262px;
}
.w33 {
width: 256px;
.w349 {
width: 349px;
}
.w698 {
width: 698px;
}
/*.w25 {

View File

@ -1,6 +1,6 @@
/* Fix. Could disappear when we can add .class on set fields */
sib-set-default[name='cell-1'] {
@extend .w75;
@extend .w786;
@extend .cell;
@extend .border;
}