|
@@ -2012,6 +2012,7 @@ table {
|
|
|
|
|
|
.label-text {
|
|
|
@include bidi-style(margin-left, 3px, margin-right, 0);
|
|
|
+
|
|
|
@extend %clickable;
|
|
|
}
|
|
|
|
|
@@ -7836,6 +7837,7 @@ a.list-group-item.active > .badge,
|
|
|
white-space: nowrap;
|
|
|
|
|
|
@include bidi-style(margin-left, auto, margin-right, 0);
|
|
|
+
|
|
|
@extend .u-clickable;
|
|
|
|
|
|
@include phone {
|
|
@@ -7890,6 +7892,7 @@ a.list-group-item.active > .badge,
|
|
|
white-space: nowrap;
|
|
|
|
|
|
@include bidi-style(margin-left, auto, margin-right, 0);
|
|
|
+
|
|
|
@extend %clickable;
|
|
|
}
|
|
|
|
|
@@ -7934,6 +7937,7 @@ a.list-group-item.active > .badge,
|
|
|
|
|
|
.attachmentUpload-cancel {
|
|
|
@extend .u-clickable;
|
|
|
+
|
|
|
@include bidi-style(margin-left, auto, margin-right, 0);
|
|
|
|
|
|
text-decoration: underline;
|
|
@@ -9208,6 +9212,7 @@ li.list-item-none {
|
|
|
padding: 0 40px;
|
|
|
|
|
|
@extend .zIndex-11;
|
|
|
+
|
|
|
@include bidi-style(padding-left, 40px, padding-right, 0);
|
|
|
|
|
|
@include phone {
|
|
@@ -9672,6 +9677,7 @@ li.dropdown-header {
|
|
|
|
|
|
.userList-name {
|
|
|
@extend .u-textTruncate;
|
|
|
+
|
|
|
@include bidi-style(margin-left, 7px, margin-right, 0);
|
|
|
}
|
|
|
}
|