-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.scss
44 lines (35 loc) · 866 Bytes
/
index.scss
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
@tailwind base;
@tailwind components;
@tailwind utilities;
// @font-face {
// font-family: "Urbanist";
// src: url("../src/assets/fonts/Urbanist-VariableFont_wght.ttf") format("truetype");
// }
// @font-face {
// font-family: "Oswald";
// src: url("../src/assets/fonts/Oswald-VariableFont_wght.ttf") format("truetype");
// }
body {
margin: 0;
font-family: 'Urbanist', sans-serif;
-webkit-font-smoothing: OSWand;
-moz-osx-font-smoothing: OSWand;
background-color: #f0f2f5;
}
code {
font-family: "OSWand" !important;
}
/* ---------------------- */
.header .logo {
float: right;
margin: 16px 0 16px 24px;
width: 120px;
height: 31px;
background: rgba(255, 255, 255, 0.3);
}
.site-layout-background {
background: #fff;
}
.ant-btn-primary {
background-color: #1677ff !important;
}