-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbutton.css
57 lines (50 loc) · 1.15 KB
/
button.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
.search-tool-button {
display:flex;
flex-direction: row;
align-items: center;
position: relative;
background-color: #f7f7f7;
border-color: rgba(128, 128, 128, 0.399);
border-style:solid;
border-width: 1px;
border-left: none;
cursor: pointer;
width:65px;
height:39.5px;
padding:0;
margin:0;
padding-left: 20px;
padding-right:20px;
}
.youtubelogo-button {
display:flex;
flex-direction: row;
background-color: transparent;
border-color: transparent;
cursor: pointer;
}
.hamburger-button, .voice-button, .apps-button,
.upload-button, .notifications-button, .user-profilepic-button {
display:flex;
flex-direction: row;
background-color: transparent;
border-color: transparent;
cursor: pointer;
margin-left: 10px;
}
.voice-button {
padding:5px;
border-color: transparent;
border-radius: 24px;
background-color: rgba(229, 228, 228, 0.314);
}
.nav-menu-buttons {
display:flex;
flex-direction: row;
background-color: transparent;
border-color: transparent;
cursor: pointer;
height:15px;
width:40px;
margin-top:23px;
}