ボタンキラキラ+

This commit is contained in:
nullnyat 2022-02-08 17:18:41 +09:00
parent 49fad60683
commit 828121217d
No known key found for this signature in database
GPG Key ID: 5EDC2816C3AE007A

View File

@ -170,20 +170,6 @@ export default defineComponent({
border-radius: 999px; border-radius: 999px;
} }
&.primary {
font-weight: bold;
color: var(--fgOnAccent) !important;
background: var(--accent);
&:not(:disabled):hover {
background: var(--X8);
}
&:not(:disabled):active {
background: var(--X8);
}
}
&.gradate { &.gradate {
font-weight: bold; font-weight: bold;
color: var(--fgOnAccent) !important; color: var(--fgOnAccent) !important;
@ -199,19 +185,12 @@ export default defineComponent({
} }
&.danger { &.danger {
color: #ff2a2a; border-color: #FF9D9D;
&.primary {
color: #fff;
background: #ff2a2a;
&:not(:disabled):hover { &:not(:disabled):hover {
background: #ff4242; text-shadow: -6px 0px 15px rgba(255, 157, 157, 0.83),
} 6px 0px 15px rgba(255, 157, 157, 0.83);
&:not(:disabled):active {
background: #d42e2e;
}
} }
} }