From b0586cc1974040cdfea9dec75597fc27685a4e5a Mon Sep 17 00:00:00 2001 From: kialam Date: Mon, 6 Aug 2018 12:26:43 -0400 Subject: [PATCH] Remove unused CSS. --- awx/ui/client/lib/components/input/_index.less | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/awx/ui/client/lib/components/input/_index.less b/awx/ui/client/lib/components/input/_index.less index 026303efd2..1cc1c5f21d 100644 --- a/awx/ui/client/lib/components/input/_index.less +++ b/awx/ui/client/lib/components/input/_index.less @@ -171,19 +171,6 @@ padding: 0; } -.at-InputLabel--helpertext { - float: right; - font-size: 10px; - color: @default-stdout-txt; - text-transform: uppercase; - margin-top: 2px; - font-weight: 400; -} - -.at-InputLabel--error { - color: @at-color-error; -} - .at-InputLabel-required { color: @at-color-error; font-weight: @at-font-weight-heading;