Browse Source

error styling updates, method colors added

bubble
Minasokoni 7 years ago
parent
commit
bece956ad5
2 changed files with 21 additions and 1 deletions
  1. +6
    -1
      src/style/_errors.scss
  2. +15
    -0
      src/style/_layout.scss

+ 6
- 1
src/style/_errors.scss View File

@@ -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();
}


+ 15
- 0
src/style/_layout.scss View File

@@ -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;


Loading…
Cancel
Save