Attempt to switch to relative colors for primary-color-alpha, simplify --active variable, add --hover and --disabled variables
This commit is contained in:
@ -98,12 +98,12 @@
|
||||
height: 100%;
|
||||
|
||||
&:hover {
|
||||
transform: rotate(10deg) scale(1.1);
|
||||
transform: rotate(10deg) var(--hover);
|
||||
border-radius: var(--rounded-corner);
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
transform: var(--active);
|
||||
}
|
||||
}
|
||||
}
|
||||
@ -133,7 +133,7 @@
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
transform: var(--active);
|
||||
}
|
||||
|
||||
&.op {
|
||||
@ -204,7 +204,7 @@
|
||||
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
transform: var(--active);
|
||||
}
|
||||
|
||||
&.hashtag {
|
||||
@ -288,7 +288,7 @@
|
||||
}
|
||||
|
||||
&:active {
|
||||
transform: scale(var(--active));
|
||||
transform: var(--active);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user