diff --git a/src/components/src/QuickOrderForm/quickorderform.less b/src/components/src/QuickOrderForm/quickorderform.less index e082b5934..ea273e8ca 100644 --- a/src/components/src/QuickOrderForm/quickorderform.less +++ b/src/components/src/QuickOrderForm/quickorderform.less @@ -42,19 +42,19 @@ .bulk-item { display: flex; align-items: flex-end; -} -.bulk-item-col { - display: inline-block; -} + .bulk-item-col { + display: inline-block; + } -.control-label { - height: 15px; - width: 100%; - margin: 22px 0 0; - color: @firstComplimentTextColor; - font-size: 12px; - text-transform: uppercase; - font-weight: bold; + .control-label { + height: 15px; + width: 100%; + margin: 22px 0 0; + color: @firstComplimentTextColor; + font-size: 12px; + text-transform: uppercase; + font-weight: bold; + } } .input-group-btn {