Warning Style
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.pc-main.warning {
|
||||
-webkit-box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
|
||||
-moz-box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
|
||||
box-shadow: 0 0 9px 4px rgba(214,100,23,0.87);
|
||||
}
|
||||
|
||||
.complete {
|
||||
background: #76ff003b;
|
||||
}
|
||||
Reference in New Issue
Block a user