use grey color for unsupported block
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
position: relative;
|
||||
display: block;
|
||||
box-sizing: border-box;
|
||||
margin-bottom: 4px;
|
||||
margin-top: 4px;
|
||||
width: 100%;
|
||||
@@ -18,8 +19,8 @@
|
||||
min-height: 48px;
|
||||
border-bottom: 1px solid @gray-9;
|
||||
|
||||
background-color: @ui-btn-negative;
|
||||
color: @ui-btn-negative-type;
|
||||
background-color: @gray-11;
|
||||
color: @gray-6;
|
||||
|
||||
i {
|
||||
font-size: 22px;
|
||||
@@ -37,7 +38,7 @@
|
||||
|
||||
padding: 20px;
|
||||
|
||||
background-color: @red-washed;
|
||||
background-color: @gray-11;
|
||||
|
||||
a {
|
||||
text-decoration: underline;
|
||||
|
||||
Reference in New Issue
Block a user