Skip to content

Commit a38aae7

Browse files
Move return button
1 parent dc05001 commit a38aae7

1 file changed

Lines changed: 22 additions & 2 deletions

File tree

app/stylesheets/Header.scss

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,37 @@ select {
2626
appearance: none;
2727
cursor: pointer;
2828
margin: 15px auto;
29+
30+
&:hover {
31+
background-color: darken(#fff, 5%);
32+
}
2933
}
3034

3135
.header-btns {
3236
display: flex;
3337

3438
button {
39+
&:first-of-type {
40+
position: absolute;
41+
top: 25px;
42+
left: 50px;
43+
background-color: transparent;
44+
border: 2px solid $sidebarblue;
45+
color: $sidebarblue;
46+
transition: 0.1s;
47+
48+
&:hover {
49+
background-color: $sidebarblue;
50+
color: #fff;
51+
}
52+
}
53+
3554
margin: 0 10px;
36-
font-size: 115%;
55+
font-size: 110%;
3756
letter-spacing: 1px;
38-
padding: 10px;
57+
padding: 12px;
3958
font-weight: 300;
59+
border-radius: 30px;
4060

4161
/* Live data dot */
4262
.dot {

0 commit comments

Comments
 (0)