-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
39 lines (32 loc) · 695 Bytes
/
styles.css
File metadata and controls
39 lines (32 loc) · 695 Bytes
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
@font-face {
font-family: "Yekan";
src: url(includes/fonts/Yekan.eot);
src: url(includes/fonts/Yekan.eot?#iefix) format("embedded-opentype"),
url(includes/fonts/Yekan.woff) format("woff"),
url(includes/fonts/Yekan.ttf) format("truetype"),
url(includes/fonts/Yekan.svg#BYekan) format("svg");
font-weight: normal;
font-style: normal
}
*{
font-family: Yekan;
}
html {
position: relative;
min-height: 100%;
}
body {
padding-top: 80px;
padding-bottom: 60px;
}
.important{
direction: ltr !important;
}
#chartContainer{
direction: ltr !important;
left: 0px !important;
}
#logo {
width: 33px;
height: 29.56666666.px;
}