From 266e3af475c92b8977c125bf9a4652661f774726 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Fri, 23 Aug 2019 09:20:28 -0600 Subject: [PATCH] Appease the scss linter --- .../_TabbedIntegrationManagerDialog.scss | 71 +++++++++---------- 1 file changed, 33 insertions(+), 38 deletions(-) diff --git a/res/css/views/dialogs/_TabbedIntegrationManagerDialog.scss b/res/css/views/dialogs/_TabbedIntegrationManagerDialog.scss index bb55284391..0ab59c44a7 100644 --- a/res/css/views/dialogs/_TabbedIntegrationManagerDialog.scss +++ b/res/css/views/dialogs/_TabbedIntegrationManagerDialog.scss @@ -15,53 +15,48 @@ limitations under the License. */ .mx_TabbedIntegrationManagerDialog .mx_Dialog { - width: 60%; - height: 70%; - overflow: hidden; - padding: 0; - max-width: initial; - max-height: initial; - position: relative; + width: 60%; + height: 70%; + overflow: hidden; + padding: 0; + max-width: initial; + max-height: initial; + position: relative; } .mx_TabbedIntegrationManagerDialog_container { - // Full size of the dialog, whatever it is - position: absolute; - top: 0; - bottom: 0; - left: 0; - right: 0; + // Full size of the dialog, whatever it is + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; - .mx_TabbedIntegrationManagerDialog_currentManager { - width: 100%; - height: 100%; - border-top: 1px solid $accent-color; + .mx_TabbedIntegrationManagerDialog_currentManager { + width: 100%; + height: 100%; + border-top: 1px solid $accent-color; - iframe { - background-color: #fff; - border: 0; - width: 100%; - height: 100%; + iframe { + background-color: #fff; + border: 0; + width: 100%; + height: 100%; + } } - } } .mx_TabbedIntegrationManagerDialog_tab { - display: inline-block; - border: 1px solid $accent-color; - border-bottom: 0; - border-top-left-radius: 3px; - border-top-right-radius: 3px; - //background-color: $accent-color-50pct; - padding: 10px 8px; - margin-right: 5px; -} - -.mx_TabbedIntegrationManagerDialog_tab:first-child { - //margin-left: 8px; + display: inline-block; + border: 1px solid $accent-color; + border-bottom: 0; + border-top-left-radius: 3px; + border-top-right-radius: 3px; + padding: 10px 8px; + margin-right: 5px; } .mx_TabbedIntegrationManagerDialog_currentTab { - background-color: $accent-color; - color: $accent-fg-color; -} \ No newline at end of file + background-color: $accent-color; + color: $accent-fg-color; +}