Attachment list responsivized
parent
d5ccd8828d
commit
50e3dffd04
|
@ -54,7 +54,7 @@
|
||||||
}
|
}
|
||||||
.attachment-name {
|
.attachment-name {
|
||||||
@include ellipsis(200px);
|
@include ellipsis(200px);
|
||||||
@include table-flex-child(1, 300px);
|
@include table-flex-child(1, 35%, 0);
|
||||||
@extend %bold;
|
@extend %bold;
|
||||||
padding-right: 1rem;
|
padding-right: 1rem;
|
||||||
.icon {
|
.icon {
|
||||||
|
@ -62,18 +62,18 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.attachment-size {
|
.attachment-size {
|
||||||
@include table-flex-child(1, 100px);
|
@include table-flex-child(1, 15%, 0);
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
}
|
}
|
||||||
.attachment-comments {
|
.attachment-comments {
|
||||||
@include table-flex-child(10, 300px);
|
@include table-flex-child(1, 35%, 0);
|
||||||
span {
|
span {
|
||||||
color: $gray;
|
color: $gray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.attachment-settings {
|
.attachment-settings {
|
||||||
@include table-flex-child(1, 100px);
|
@include table-flex-child(1, 15%, 0);
|
||||||
.settings,
|
.settings,
|
||||||
.editable-settings {
|
.editable-settings {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
|
@ -107,9 +107,6 @@
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.editable {
|
|
||||||
@include table-flex-child(10, 300px);
|
|
||||||
}
|
|
||||||
.icon-delete {
|
.icon-delete {
|
||||||
@extend %large;
|
@extend %large;
|
||||||
color: $gray-light;
|
color: $gray-light;
|
||||||
|
|
Loading…
Reference in New Issue