From bece956ad569d222df8ab2de33c2b130fab8e7c1 Mon Sep 17 00:00:00 2001 From: Minasokoni Date: Sun, 19 Mar 2017 12:21:15 -0700 Subject: [PATCH 1/2] error styling updates, method colors added --- src/style/_errors.scss | 7 ++++++- src/style/_layout.scss | 15 +++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/style/_errors.scss b/src/style/_errors.scss index 5d92173f..65cfdfd8 100644 --- a/src/style/_errors.scss +++ b/src/style/_errors.scss @@ -9,13 +9,18 @@ border-radius: 4px; background: rgba($_color-delete, .1); + .error-wrapper + { + margin: 0 0 10px 0; + } + .errors { h4 { font-size: 14px; - margin: 0 0 10px 0; + margin: 0; @include text_code(); } diff --git a/src/style/_layout.scss b/src/style/_layout.scss index ad29547f..f4730a6b 100644 --- a/src/style/_layout.scss +++ b/src/style/_layout.scss @@ -286,6 +286,21 @@ body @include method($_color-get); } + &.opblock-patch + { + @include method($_color-patch); + } + + &.opblock-head + { + @include method($_color-head); + } + + &.opblock-options + { + @include method($_color-options); + } + &.opblock-deprecated { opacity: .6; From 2b37eeff9c344c29976281f82dc02d4bc8dded5e Mon Sep 17 00:00:00 2001 From: Minasokoni Date: Sun, 19 Mar 2017 12:22:42 -0700 Subject: [PATCH 2/2] removed expand button --- src/core/components/operations.jsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/core/components/operations.jsx b/src/core/components/operations.jsx index 754a085b..b9d3bda7 100644 --- a/src/core/components/operations.jsx +++ b/src/core/components/operations.jsx @@ -59,12 +59,6 @@ export default class Operations extends React.Component { } - -