Fix #rrggbbaa color to rgba for better browser compatibility (#4990)
This commit is contained in:
parent
81702e6ec9
commit
fc0001caa1
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
|
@ -928,9 +928,9 @@
|
|||
}
|
||||
&.isSigned.isVerified{
|
||||
border: 1px solid #21BA45;
|
||||
background: #21BA4518;
|
||||
background: fade(#21BA45, 10%);
|
||||
.detail.icon{
|
||||
border-left: 1px solid #21BA4580;
|
||||
border-left: 1px solid fade(#21BA45, 50%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue