-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
98 lines (85 loc) · 1.43 KB
/
style.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
91
92
93
94
95
96
97
98
html{
overflow-x: hidden;
}
body{
min-width: 100%;
height: 100%;
}
.left-pane{
max-width: 18vw;
}
button{
border-style: solid;
}
input:focus-visible {
outline: none;
}
.logo{
height: 10vh;
width: auto;
}
#search-bar{
border-style: solid;
border-color: rgb(240, 80, 80);
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
border-right: 0 white;
width: 35vw;
}
#search {
border-color: rgb(240, 80, 80);
border-width: 2px;
border-left: 1px rgb(241 156 156);
border-top-right-radius: 40px;
border-bottom-right-radius: 40px;
background-color:rgb(241 156 156);
padding-right: 20px;
}
.voice{
margin-left: 2px;
border-style: none;
background-color: white;
border-radius: 50px;
padding-left: 10px;
padding-right: 10px;
padding-top: 6px;
padding-bottom: 9px;
}
.bi-mic-fill{
opacity: 0.7;
}
.sign-in{
border-radius: 40px;
border: 1px solid gainsboro;
background-color: white;
padding-right: 10px;
margin-left: auto;
}
.sign-in svg
{
margin-right: 10px;
}
.group
{
width: 75vw;
}
.menu-buttons{
justify-content: space-between;
}
.next{
border-color: #2c7ff9;
border-radius: 40px;
background-color: #2c7ff9;
color: white;
opacity: 0.7;
padding: 4px 9px 6px;
}
.pos{
position: absolute;
right: 14px;
top: 70px;
}
.body img{
height: 187px;
width: 313px;
}