From 16c79670d2d1fbbdbae10b563e4eff5e23e738c1 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Wed, 26 Jun 2019 14:20:49 -0400 Subject: [PATCH] CSS tweak for radio-button-mini alignment --- .../radio-select/radio-select.component.scss | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 ce5e6d3..7b5860d 100644 --- a/client/imports/app/radio/radio-select/radio-select.component.scss +++ b/client/imports/app/radio/radio-select/radio-select.component.scss @@ -13,12 +13,19 @@ justify-content: flex-start; } -.radio-button-mini.all-off { - background: rgb(100, 50, 50); -} +.radio-button-mini { -.radio-button-mini.all-on { - background: rgb(50, 100, 50); + &:not(:last-child) { + margin-left: auto; + } + + &.all-off { + background: rgb(100, 50, 50); + } + + &.all-on { + background: rgb(50, 100, 50); + } } .radio-system {