More changes to structure and UI
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
.button::after {
|
||||
content: ' \2192';
|
||||
display: inline-block;
|
||||
transition: 100ms ease-in-out all;
|
||||
margin-left: 0.3rem;
|
||||
}
|
||||
|
||||
.button:hover {
|
||||
display: inline-block;
|
||||
transition: 100ms ease-in-out all;
|
||||
}
|
||||
|
||||
.button:hover::after {
|
||||
transform: translateX(0.2rem) scale(1.3);
|
||||
}
|
||||
|
||||
.blueButton:hover::after {
|
||||
transform: rotateZ(-45deg) scale(1.5);
|
||||
}
|
||||
Reference in New Issue
Block a user