From 04f7273461a130e93f19af935df673016ab1dbc7 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Thu, 12 May 2016 00:30:00 +0500 Subject: Improving compliance stuff (#2963) * Improving compliance stuff * Fixing padding on mobile --- webapp/sass/routes/_compliance.scss | 38 +++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 webapp/sass/routes/_compliance.scss (limited to 'webapp/sass/routes/_compliance.scss') diff --git a/webapp/sass/routes/_compliance.scss b/webapp/sass/routes/_compliance.scss new file mode 100644 index 000000000..57eb538c6 --- /dev/null +++ b/webapp/sass/routes/_compliance.scss @@ -0,0 +1,38 @@ +@charset 'UTF-8'; + +.compliance-panel__table, +.audit-panel__table { + background-color: $white; + border: 1px solid $border-gray; + margin-top: 10px; + max-height: 70vh; + min-height: 100px; + overflow: auto; + padding: 5px; + width: 100%; +} + +.compliance-panel, +.audit-panel { + .row { + > .form-group { + padding-left: 0; + + &:first-child { + padding-left: 15px; + } + } + + label { + font-weight: 600; + } + } + + .fa-refresh { + margin-right: 5px; + } +} + +.compliance-panel { + margin-bottom: 3em; +} -- cgit v1.2.3-1-g7c22