-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.css
90 lines (86 loc) · 1.46 KB
/
header.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
.border-box {
display: flex;
height: 80px;
background-color: black;
padding: 0px 80px 0px 80px;
justify-content: space-between;
align-items: center;
border: 1px solid rgb(38, 38, 38);
border-width: 0px 0px 1px 0px;
}
.rockstar-logo-div {
height: 100%;
display: flex;
}
.logo-img {
height: 100%;
}
.center-div {
display: flex;
align-items: center;
padding-left: 14 0px;
}
.center-ul {
list-style: none;
display: flex;
color: white;
}
.games-text-div {
height: 100%;
}
li {
margin-left: 40px;
}
.rightside-div {
display: flex;
align-items: center;
justify-content: end;
justify-content: center;
padding: 10px 15px 10px 15px;
column-gap: 30px;
}
.launcher-button {
display: flex;
width: 160px;
height: 38px;
background-color: rgb(246, 181, 51);
align-items: center;
justify-content: center;
text-wrap: nowrap;
text-align: center;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
font-weight: 700;
font-family: "rockstarbold";
letter-spacing: -0.5px;
}
.search-div {
display: flex;
height: 25px;
width: 25px;
align-items: center;
}
.user-login-div {
display: flex;
height: 30px;
width: 30px;
align-items: center;
}
img {
width: 100%;
height: 100%;
}
.arrow-icon {
transform: rotate(90deg);
font-size: 1px;
}
#arrow-icon {
font-size: 12px;
}
#open-icon {
font-size: 13px;
margin-top: 5px;
margin-left: 8px;
}