Skip to content

Commit a98c423

Browse files
committed
feat: added hover styling to nominate button
1 parent f1a2439 commit a98c423

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/assets/css/main.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1212,12 +1212,22 @@ img.gallery-img {
12121212
#showcase-page .nominate a,
12131213
#showcase-page .nominate a:visited {
12141214
padding: 0.4em 0.5em;
1215+
position: relative;
1216+
top: 0px;
1217+
left: 0px;
12151218
border: solid #ED225D 2px;
12161219
box-shadow: 4px 4px 0 #ED225D;
12171220

12181221
font: 1.5rem "Montserrat", sans-serif;
12191222
color: #ED225D;
12201223
letter-spacing: 0.02rem;
1224+
transition: all 0.3s;
1225+
}
1226+
1227+
#showcase-page .nominate a:hover {
1228+
top: 4px;
1229+
left: 4px;
1230+
box-shadow: none;
12211231
}
12221232

12231233
#showcase-page .showcase-featured a, #showcase-page .showcase-featured a:visited {

0 commit comments

Comments
 (0)