chore: Sort styles for previous commit
This commit is contained in:
@ -21,17 +21,17 @@ section#comments {
|
|||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
all: unset;
|
all: unset;
|
||||||
display: block;
|
|
||||||
background-color: var(--fg-muted-1);
|
background-color: var(--fg-muted-1);
|
||||||
border-radius: var(--rounded-corner);
|
border-radius: var(--rounded-corner);
|
||||||
box-shadow: var(--shadow);
|
box-shadow: var(--shadow);
|
||||||
|
display: block;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
width: 100%;
|
|
||||||
transition: var(--transition);
|
transition: var(--transition);
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
transform: rotate(10deg) scale(1.1);
|
|
||||||
box-shadow: var(--shadow-raised);
|
box-shadow: var(--shadow-raised);
|
||||||
|
transform: rotate(10deg) scale(1.1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user