update: table - responsive for admin-project and project-edit (wip)
This commit is contained in:
@ -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 {
|
||||
|
@ -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;
|
||||
}
|
Reference in New Issue
Block a user