|
@@ -17,5 +17,27 @@
|
|
|
background: none;
|
|
background: none;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ &.ck-table-cell-properties-form__dimensions-row {
|
|
|
|
|
+ & .ck-labeled-view > .ck-label {
|
|
|
|
|
+ font-size: 10px;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-table-cell-properties-form__width {
|
|
|
|
|
+ margin-right: var(--ck-spacing-small);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-table-cell-properties-form__dimension-operator {
|
|
|
|
|
+ margin: 0;
|
|
|
|
|
+ align-self: start;
|
|
|
|
|
+ display: inline-block;
|
|
|
|
|
+ height: var(--ck-ui-component-min-height);
|
|
|
|
|
+ line-height: var(--ck-ui-component-min-height);
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ & .ck-table-cell-properties-form__height {
|
|
|
|
|
+ margin-left: var(--ck-spacing-small);
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|