ボタンキラキラ+
This commit is contained in:
parent
49fad60683
commit
828121217d
@ -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;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user