-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathicon-style.css
88 lines (83 loc) · 1.55 KB
/
icon-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
#hamburger-logo {
height: 25px;
width: 25px;
}
#youtube-logo {
width: 85px;
padding-left: 19px;
}
#search-icon {
height: 25px;
}
#voice-icon {
height: 25px;
}
.right-navbar-icon {
height: 30px;
padding-left: 13px;
padding-right: 13px;
}
#channel-icon {
height: 32px;
padding-right: 25px;
border-radius: 16px;
padding-left: 5px;
}
#search-icon {
border: 1px solid rgba(0, 0, 0, 0.3);
height: 25px;
padding-top: 5px;
padding-bottom: 4px;
padding-left: 15px;
padding-right: 15px;
margin-left: -1px;
background-color: rgba(0, 0, 0, 0.04);
}
#search-icon:hover .search-show {
opacity: 1;
cursor: pointer;
}
#voice-icon {
margin-left: 15px;
background-color: rgba(0, 0, 0, 0.04);
border-radius: 50%;
padding: 7px;
}
#notification-number {
position: relative;
top: -8px;
left: -29px;
background-color: red;
color: white;
border-radius: 50%;
padding-left: 5px;
padding-right: 5px;
font-size: 13px;
}
.thumbnail-pic {
width: 100%;
}
.author-icon {
width: 45px;
border-radius: 50%;
}
.sidebar-icon {
width: 34px;
}
#search-show {
position: absolute;
width: 50px;
background-color: rgba(0, 0, 0, 0.4);
top: 60px;
left: 1416px;
font-size: 15px;
padding-left: 8px;
padding-right: 8px;
padding-bottom: 6px;
padding-top: 6px;
color: white;
opacity: 0;
}
.thumbnail {
position: relative;
}