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 **/ /** ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ **/