From 6834b0a4bafa2564e05a16f2e9c5556f9bb48a4e Mon Sep 17 00:00:00 2001 From: Penar Musaraj Date: Mon, 3 Jun 2019 10:54:24 -0400 Subject: [PATCH] Fix Prettier --- app/assets/stylesheets/wizard.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/assets/stylesheets/wizard.scss b/app/assets/stylesheets/wizard.scss index d97820a3301..a5d20191847 100644 --- a/app/assets/stylesheets/wizard.scss +++ b/app/assets/stylesheets/wizard.scss @@ -472,12 +472,12 @@ body.wizard { .popular-themes { display: flex; a.popular-theme-item { - background: #F9F9F9; + background: #f9f9f9; padding: 8px; margin: 0px 4px; width: 25%; &:hover { - background: #F3F3F3; + background: #f3f3f3; } } } @@ -614,7 +614,8 @@ body.wizard { .popular-themes { a.popular-theme-item { width: 33.3%; - &:nth-child(4), &:nth-child(5) { + &:nth-child(4), + &:nth-child(5) { display: none; } }