调整按钮

This commit is contained in:
zyronon
2023-08-23 02:10:29 +08:00
parent 9d79637bc5
commit 2770c43542
6 changed files with 104 additions and 89 deletions

View File

@@ -62,30 +62,4 @@ footer {
cursor: pointer;
}
.my-button {
//font-size: 13rem;
cursor: pointer;
border-radius: 6rem;
padding: 0 15rem;
height: 28rem;
display: flex;
align-items: center;
justify-content: center;
line-height: 18rem;
transition: all .3s;
background: rgb(75, 85, 99);
&:hover {
opacity: .7;
}
&.large {
height: 50rem;
font-size: 18rem;
padding: 0 18rem;
}
&.primary {
background: $main;
}
}