mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-07 12:47:45 +00:00
Fix: controls are misaligned and missing arrow icon
This commit is contained in:
@@ -23,8 +23,8 @@
|
||||
.arrow {
|
||||
margin-left: 25px;
|
||||
height: 16px;
|
||||
-webkit-mask: url(/right-arrow.svg) no-repeat center;
|
||||
mask: url(/right-arrow.svg) no-repeat center;
|
||||
-webkit-mask: url(/images/right-arrow.svg) no-repeat center;
|
||||
mask: url(/images/right-arrow.svg) no-repeat center;
|
||||
background-color: #7e7e93;
|
||||
}
|
||||
div:hover .arrow {
|
||||
|
||||
Reference in New Issue
Block a user