forked from dataprofessor/dashboard-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
101 lines (77 loc) · 1.85 KB
/
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
89
90
91
92
93
94
95
96
97
98
99
100
101
/* Logo */
/* Adapted from Zachary Blackwood */
/* [data-testid="stSidebar"] {
background-image: url(assets/logo2.png);
background-size: 200px;
background-repeat: no-repeat;
background-position: 4px 20px;
} */
/* Card */
/* Adapted from https://startbootstrap.com/theme/sb-admin-2 */
@font-face {
font-family: iransans;
src: url("static/media/IRANSansWeb.ttf") format("truetype");
}
* {
font-family: 'iransans' !important;
/* direction: rtl; */
}
html, body, [class*="css"] {
/* font-family: 'iransans', sans-serif; */
font-size: 18px;
font-weight: 500;
color: #091747;
}
div.css-1r6slb0.e1tzin5v2 {
background-color: #FFFFFF;
border: 1px solid #CCCCCC;
padding: 5% 5% 5% 10%;
border-radius: 5px;
border-left: 0.5rem solid #9AD8E1 !important;
box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15) !important;
}
label.css-mkogse.e16fv1kl2 {
color: #36b9cc !important;
font-weight: 700 !important;
text-transform: uppercase !important;
}
/* Move block container higher */
div.block-container.css-18e3th9.egzxvld2 {
margin-top: -5em;
}
/* Hide hamburger menu and footer */
div.css-r698ls.e8zbici2 {
display: none;
}
footer.css-ipbk5a.egzxvld4 {
display: none;
}
footer.css-12gp8ed.eknhn3m4 {
display: none;
}
div.vg-tooltip-element {
display: none;
}
@font-face {
font-family: iransans;
src: url("static/media/IRANSansWeb.ttf") format("truetype");
}
.e1nzilvr1 {
/* font-family: iransans !important; */
direction: rtl;
}
.stMultiSelect {
/* font-family: iransans !important; */
direction: rtl;
}
.e1nzilvr5 {
/* font-family: iransans !important; */
direction: rtl;
}
[data-testid="stVirtualDropdown"] div{
/* font-family: iransans !important; */
direction: rtl;
}
.e1y5xkzn3 {
direction: rtl;
}