mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-11 08:01:03 -07:00
Rose Pine danger color
This commit is contained in:
parent
0917ec600e
commit
e758f4c0a2
2 changed files with 10 additions and 10 deletions
|
@ -198,18 +198,18 @@ export default defineComponent({
|
|||
}
|
||||
|
||||
&.danger {
|
||||
color: #ff2a2a;
|
||||
color: #eb6f92;
|
||||
|
||||
&.primary {
|
||||
color: #fff;
|
||||
background: #ff2a2a;
|
||||
color: #e0def4;
|
||||
background: #eb6f92;
|
||||
|
||||
&:not(:disabled):hover {
|
||||
background: #ff4242;
|
||||
background: #eb6f92;
|
||||
}
|
||||
|
||||
&:not(:disabled):active {
|
||||
background: #d42e2e;
|
||||
background: #b4637a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -237,21 +237,21 @@ onBeforeUnmount(() => {
|
|||
}
|
||||
|
||||
&.danger {
|
||||
color: #ff2a2a;
|
||||
color: #eb6f92;
|
||||
|
||||
&:hover {
|
||||
color: #fff;
|
||||
color: #e0def4;
|
||||
|
||||
&:before {
|
||||
background: #ff4242;
|
||||
background: #eb6f92;
|
||||
}
|
||||
}
|
||||
|
||||
&:active {
|
||||
color: #fff;
|
||||
color: #e0def4;
|
||||
|
||||
&:before {
|
||||
background: #d42e2e;
|
||||
background: #b4637a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue