-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
51 lines (49 loc) · 1.43 KB
/
styles.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
@font-face {
font-family: 'Suisse Intl';
font-style: normal;
font-weight: 400;
src: url('/fonts/SuisseIntl-Regular-WebM.woff') format('woff');
}
@font-face {
font-family: 'Suisse Intl';
font-style: italic;
font-weight: 400;
src: url('/fonts/SuisseIntl-RegularItalic-WebM.woff') format('woff');
}
@font-face {
font-family: 'Suisse Intl';
font-style: normal;
font-weight: 700;
src: url('/fonts/SuisseIntl-Bold-WebM.woff') format('woff');
}
@font-face {
font-family: 'Suisse Intl';
font-style: italic;
font-weight: 700;
src: url('/fonts/SuisseIntl-BoldItalic-WebM.woff') format('woff');
}
@font-face {
font-family: 'Suisse Intl Bold';
font-style: normal;
font-weight: 700;
src: url('/fonts/SuisseIntl-Bold-WebM.woff') format('woff');
}
@font-face {
font-family: 'Suisse Intl Bold';
font-style: italic;
font-weight: 700;
src: url('/fonts/SuisseIntl-BoldItalic-WebM.woff') format('woff');
}
@tailwind base;
@tailwind components;
@tailwind utilities;
.btn-minor:after {
content: "";
display: inline-block;
position: relative;
top: 10px;
width: 31px;
height: 32px;
margin-left: 10px;
background-image: url("data:image/svg+xml,%3Csvg width='31' height='32' viewBox='0 0 31 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5 26.3473L13.6593 24.5389L20.8927 17.3056H5.16663V14.7223H20.8927L13.6593 7.48892L15.5 5.68059L25.8333 16.0139L15.5 26.3473Z' fill='%234CEEEA'/%3E%3C/svg%3E");
}