We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc05001 commit a38aae7Copy full SHA for a38aae7
1 file changed
app/stylesheets/Header.scss
@@ -26,17 +26,37 @@ select {
26
appearance: none;
27
cursor: pointer;
28
margin: 15px auto;
29
+
30
+ &:hover {
31
+ background-color: darken(#fff, 5%);
32
+ }
33
}
34
35
.header-btns {
36
display: flex;
37
38
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
49
+ background-color: $sidebarblue;
50
+ color: #fff;
51
52
53
54
margin: 0 10px;
- font-size: 115%;
55
+ font-size: 110%;
56
letter-spacing: 1px;
- padding: 10px;
57
+ padding: 12px;
58
font-weight: 300;
59
+ border-radius: 30px;
60
61
/* Live data dot */
62
.dot {
0 commit comments