From c4fd1fd9bedf1a3865afc9b189bbbccac85b1c46 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 3 Mar 2021 17:51:43 +0100 Subject: [PATCH] Some more colors --- components/01_Layouts/dummy/_dummy.styl | 33 +++++++++++++------------ 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/components/01_Layouts/dummy/_dummy.styl b/components/01_Layouts/dummy/_dummy.styl index 7715bac..b80d4ef 100644 --- a/components/01_Layouts/dummy/_dummy.styl +++ b/components/01_Layouts/dummy/_dummy.styl @@ -1,25 +1,26 @@ +RV-Block('RV-Dummy') + + &--oranage + background-color #F4A460 !important + + &--blue + background-color #6495ED !important + + &--green + background-color #90EE90 !important + + &--red + background-color #ce6d6d !important + + &--yellow + background-color #eae144 !important + background-color #F4A460 &:nth-child(2n) background-color #6495ED &:nth-child(3n) - background-color #90EE90 - - &--oranage - background-color #F4A460 - - &--blue - background-color #6495ED - - &--green - background-color #90EE90 - - &--red - background-color #ce6d6d - - &--yellow - background-color #eae144 + background-color #90EE90 +RV-Element('Landscape') min-width 200px