mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 01:13:48 +01:00
Rose Pine danger color
This commit is contained in:
parent
0917ec600e
commit
e758f4c0a2
@ -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 New Issue
Block a user