.config-size-picker {
  width: 100%; }
  .config-size-picker label {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }

.config-width-and-height-pickers {
  width: 100%;
  display: flex;
  flex-direction: row; }
  .config-width-and-height-pickers label {
    margin-bottom: 8px;
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55)); }
  .config-width-and-height-pickers .config-dimension-picker {
    display: inline-block;
    min-width: auto;
    width: 50%; }
    .config-width-and-height-pickers .config-dimension-picker.config-width-picker {
      margin-right: 10px; }
