From a2035bc30540fffafe5982190d7e2a8902e4ea6a Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 16 Apr 2013 09:33:36 -0700 Subject: [PATCH] Move error-messages class under command-panel class --- .../command-panel/stylesheets/command-panel.less | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/packages/command-panel/stylesheets/command-panel.less b/src/packages/command-panel/stylesheets/command-panel.less index d02c54e7c..fcd693138 100644 --- a/src/packages/command-panel/stylesheets/command-panel.less +++ b/src/packages/command-panel/stylesheets/command-panel.less @@ -128,11 +128,11 @@ -webkit-flex: 1; } } -} -.error-messages { - list-style-type: none; - margin: 0; - padding: 5px 1em; - color: white; + .error-messages { + list-style-type: none; + margin: 0; + padding: 5px 1em; + color: white; + } }