From 3cc294ca835a3851cac828c9c4b824f3211460e3 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sat, 20 Mar 2021 14:59:51 +0100 Subject: [PATCH] Styles --- themes/default/globals/includes/_buttons.scss | 11 ----------- themes/default/globals/includes/_colors.scss | 3 --- 2 files changed, 14 deletions(-) diff --git a/themes/default/globals/includes/_buttons.scss b/themes/default/globals/includes/_buttons.scss index d51956f..f811279 100644 --- a/themes/default/globals/includes/_buttons.scss +++ b/themes/default/globals/includes/_buttons.scss @@ -40,14 +40,3 @@ background-color:transparent; text-shadow:none; } - -.r6o-btn.left { - margin-left: 8px; - margin-right: 0px; - float: left; -} - -.r6o-btn.highlight.outline { - border:1px solid $orange; - color:$orange; -} diff --git a/themes/default/globals/includes/_colors.scss b/themes/default/globals/includes/_colors.scss index fcfb8b0..2e58e58 100644 --- a/themes/default/globals/includes/_colors.scss +++ b/themes/default/globals/includes/_colors.scss @@ -19,9 +19,6 @@ $blueish-white-hi:lighten($blueish-white, 3%); $lightgrey-border:#e5e5e5; $lightgrey-border-darker:#d6d7d9; -// Highlight color -$orange: rgb(230, 149, 0); - /** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/ /** Type colors **/ /** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/