Update src/styles/comments.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m16s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m16s
This commit is contained in:
parent
6044010a1b
commit
eaa34e1d74
@ -572,14 +572,15 @@ hover {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
padding: 5px 15px;
|
padding: 7px 15px;
|
||||||
background: rgba(255, 255, 255, 0.05);
|
background: #323232;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 12px;
|
font-size: 13px;
|
||||||
color: #ffffff40;
|
color: #ffffff40;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
cursor: pointer
|
cursor: pointer;
|
||||||
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
.IBMSMSMBSSCL_CBExpand.IBMSMSMBSSCL_CBExpandAlt {
|
.IBMSMSMBSSCL_CBExpand.IBMSMSMBSSCL_CBExpandAlt {
|
||||||
@ -589,7 +590,7 @@ hover {
|
|||||||
|
|
||||||
.IBMSMSMBSSCL_CBExpand:hover {
|
.IBMSMSMBSSCL_CBExpand:hover {
|
||||||
transition: ease 0.3s;
|
transition: ease 0.3s;
|
||||||
background: rgba(255,255,255,0.05);
|
background: #363636;
|
||||||
color: rgba(255,255,255,0.25);
|
color: rgba(255,255,255,0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user