From 94d96f571c412013e30e6ecf74e085ee36dfca85 Mon Sep 17 00:00:00 2001 From: Chrystian Huot Date: Thu, 29 Aug 2019 10:43:48 -0400 Subject: [PATCH] Small aesthetic change --- .../app/radio/radio-display/radio-display.component.scss | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/client/imports/app/radio/radio-display/radio-display.component.scss b/client/imports/app/radio/radio-display/radio-display.component.scss index 09bbbf5..7107099 100644 --- a/client/imports/app/radio/radio-display/radio-display.component.scss +++ b/client/imports/app/radio/radio-display/radio-display.component.scss @@ -22,13 +22,6 @@ margin-bottom: 12px; } - // &:nth-child(2), - // &:nth-child(3) { - // >div:first-child { - // text-transform: uppercase; - // } - // } - &:nth-child(4) { font-size: 24px; height: 32px; @@ -85,7 +78,7 @@ } tbody>tr { - border-top: 1px dotted rgba(0, 0, 0, .4); + border-top: 1px solid rgba(0, 0, 0, .2); } }