Merge branch 'master' into textformating

This commit is contained in:
Robert Barnwell
2017-04-25 00:22:46 -07:00
committed by GitHub
99 changed files with 1161 additions and 805 deletions

View File

@@ -286,12 +286,37 @@ 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;
@include method($_color-disabled);
}
.opblock-schemes
{
padding: 8px 20px;
.schemes-title
{
padding: 0 10px 0 0;
}
}
}
@@ -467,6 +492,8 @@ body
margin: 0;
padding: 10px;
white-space: pre-wrap;
border-radius: 4px;
background: #41444e;