Update src/styles/comments.css
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
All checks were successful
Release to Staging / build_and_release (push) Successful in 1m5s
This commit is contained in:
parent
1399075fc4
commit
4379540171
@ -128,6 +128,7 @@
|
||||
transition: ease 0.4s;
|
||||
background: linear-gradient(to top right, #262626, #292929, #262626);
|
||||
opacity: 1;
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSCL_CAElement::before {
|
||||
@ -334,19 +335,20 @@ hover {
|
||||
}
|
||||
|
||||
.IBMSMSMBSSCC_BottomButton {
|
||||
transition: ease 0.4s;
|
||||
text-decoration: unset;
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
font-weight: bold;
|
||||
padding: 10px 20px;
|
||||
transition: ease .4s;
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
padding: 10px 25px;
|
||||
background: #ffffff0d;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0);
|
||||
font-size: 16px;
|
||||
transform: scale(1);
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
border: solid 1px rgba(255, 255, 255, 0.1);
|
||||
overflow: hidden;
|
||||
color: #ffffff80;
|
||||
font-weight: 700;
|
||||
text-align: center;
|
||||
outline: unset;
|
||||
border: unset;
|
||||
grid-gap: 10px;
|
||||
}
|
||||
|
||||
.IBMSMSMBSSCC_BottomButton:hover {
|
||||
|
Loading…
x
Reference in New Issue
Block a user