From 585096e566b57cbc186e33f149a9a3a98f1a167b Mon Sep 17 00:00:00 2001 From: Joe Fiorini Date: Mon, 22 Jun 2015 11:42:10 -0400 Subject: [PATCH] [system_tracking] Adding style templates I missed in last commit --- awx/ui/static/js/shared/utilities/alerts.less | 8 ++++++++ awx/ui/static/js/shared/utilities/hidden.less | 4 ++++ 2 files changed, 12 insertions(+) create mode 100644 awx/ui/static/js/shared/utilities/alerts.less create mode 100644 awx/ui/static/js/shared/utilities/hidden.less diff --git a/awx/ui/static/js/shared/utilities/alerts.less b/awx/ui/static/js/shared/utilities/alerts.less new file mode 100644 index 0000000000..1aaed20998 --- /dev/null +++ b/awx/ui/static/js/shared/utilities/alerts.less @@ -0,0 +1,8 @@ +.u-input-info-alert { + border-color: #31708f !important; +} + +.u-info-alert { + color: #31708f !important; +} + diff --git a/awx/ui/static/js/shared/utilities/hidden.less b/awx/ui/static/js/shared/utilities/hidden.less new file mode 100644 index 0000000000..36942122d4 --- /dev/null +++ b/awx/ui/static/js/shared/utilities/hidden.less @@ -0,0 +1,4 @@ +.u-hiddenVisually { + visibility: hidden; +} +