-
Notifications
You must be signed in to change notification settings - Fork 0
/
section-5.css
134 lines (109 loc) · 2.9 KB
/
section-5.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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
@font-face {
font-family: "bootstrap-icons";
src: url("https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap-icons/1.8.1/font/fonts/bootstrap-icons.woff2?524846017b983fc8ded9325d94ed40f3") format("woff2"),
url("https://lf26-cdn-tos.bytecdntp.com/cdn/expire-1-M/bootstrap-icons/1.8.1/font/fonts/bootstrap-icons.woff?524846017b983fc8ded9325d94ed40f3") format("woff");
}
.icon::before,
.app-switcher-item > img + span::before,
.search-btn > button::before {
display: inline-block !important;
font-family: bootstrap-icons !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1 !important;
vertical-align: -0.125em !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
.app-switcher-item > img + span::before,
.search-btn > button::before {
margin-right: 0.25em;
}
.icon-flag::before {
content: "\f3cc" !important;
}
.icon-refresh::before {
content: "\f116" !important;
}
.icon-order-rev::before {
content: "\f574" !important;
}
.icon-star::before {
content: "\f588" !important;
}
.icon-star-ok::before {
content: "\f586" !important;
}
.icon-reply::before {
content: "\f268" !important;
}
.icon-attention::before {
content: "\f19f";
}
.icon-about::before {
content: "\f4e1";
}
.icon-plus::before {
content: "\f64d";
}
.icon-send::before {
content: "\f6c0";
}
.icon-quote::before {
content: "\f255";
}
.icon-close::before {
content: "\f659";
}
.icon-back::before {
content: "\f284";
}
.icon-textfile::before {
content: "\f227";
margin-right: 0.25em;
}
.icon-logout::before {
content: "\f1c3";
}
.icon-locate::before {
content: "\f2cc";
}
.app-switcher-item > img {
display: none;
}
.app-switcher-item > img[src^="img/hole"] + span::before {
content: "\f29a";
}
.app-switcher-item > img[src^="img/tree"] + span::before {
content: "\f25e";
}
.app-switcher-item > img[src^="img/score"] + span::before {
content: "\f4b5";
}
.app-switcher-item > img[src^="img/class"] + span::before {
content: "\f208";
}
.search-btn > button::before {
content: "\f52a";
}
@media screen and (min-width: 1301px) {
.left-container .flow-item-row-with-prompt:hover:before {
content: "\f132";
position: absolute;
left: 10px;
margin-top: 1.5em;
text-shadow: -1px -1px 0 rgba(0, 0, 0, .6), 0 -1px 0 rgba(0, 0, 0, .6), 1px -1px 0 rgba(0, 0, 0, .6), -1px 1px 0 rgba(0, 0, 0, .6), 0 1px 0 rgba(0, 0, 0, .6), 1px 1px 0 rgba(0, 0, 0, .6);
display: inline-block !important;
font-family: bootstrap-icons !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
line-height: 1 !important;
vertical-align: -0.125em !important;
-webkit-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale !important;
}
}