From 26e683056cddcbe8f90547c77519daa15c37518d Mon Sep 17 00:00:00 2001 From: Bob Zeleznik Date: Mon, 27 Apr 2020 22:04:09 -0400 Subject: fixed warnings. fixed DashFieldView --- src/client/util/DashFieldView.scss | 34 ++++++++++++++++++++++++++-------- 1 file changed, 26 insertions(+), 8 deletions(-) (limited to 'src/client/util/DashFieldView.scss') diff --git a/src/client/util/DashFieldView.scss b/src/client/util/DashFieldView.scss index eaf9e944b..4338c774e 100644 --- a/src/client/util/DashFieldView.scss +++ b/src/client/util/DashFieldView.scss @@ -1,13 +1,31 @@ -.fieldWrapper { +.dashFieldView { position: relative; display: inline-flex; -} -.enumerablesStyle { - width: 10px; - height: 10px; - position: relative; - display: none; - background: dimGray; + .dashFieldView-enumerables { + width: 10px; + height: 10px; + position: relative; + display: inline-block; + background: dimGray; + } + .dashFieldView-fieldCheck { + min-width: 12px; + position: relative; + display: inline-block; + background-color: rgba(155, 155, 155, 0.24); + } + .dashFieldView-labelSpan { + position: relative; + display: inline-block; + background-color: rgba(155, 155, 155, 0.44); + font-size: small; + } + .dashFieldView-fieldSpan { + min-width: 20px; + position: relative; + display: inline-block; + background-color: rgba(155, 155, 155, 0.24); + } } \ No newline at end of file -- cgit v1.2.3-70-g09d2