From e2288c6fdc89ed8f32835f5b8acfc0a00dbd9000 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Thu, 27 Jun 2019 08:14:24 -0400 Subject: [PATCH] CSS twweaks on select tg pane --- .../radio/radio-select/radio-select.component.html | 2 -- .../radio/radio-select/radio-select.component.scss | 13 ++++++++----- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/client/imports/app/radio/radio-select/radio-select.component.html b/client/imports/app/radio/radio-select/radio-select.component.html index 4ef83e3..4643777 100644 --- a/client/imports/app/radio/radio-select/radio-select.component.html +++ b/client/imports/app/radio/radio-select/radio-select.component.html @@ -3,7 +3,6 @@ -
@@ -21,7 +20,6 @@ {{ talkgroup.alphaTag }} -
diff --git a/client/imports/app/radio/radio-select/radio-select.component.scss b/client/imports/app/radio/radio-select/radio-select.component.scss index 7b5860d..0dc446a 100644 --- a/client/imports/app/radio/radio-select/radio-select.component.scss +++ b/client/imports/app/radio/radio-select/radio-select.component.scss @@ -7,18 +7,21 @@ .radio-body { min-width: 100%; padding: 12px; + + >div:first-child { + padding-right: 14.5px; + } } .radio-button-group { justify-content: flex-start; + + *:nth-last-child(2) { + margin-left: auto; + } } .radio-button-mini { - - &:not(:last-child) { - margin-left: auto; - } - &.all-off { background: rgb(100, 50, 50); }