Skip to content

Commit 0a8e53d

Browse files
authored
Merge pull request #129 from nteske/master
Implemented new Designs standards on Design tab and Safe Area Fix
2 parents 8a56973 + 38cc5b0 commit 0a8e53d

21 files changed

+1801
-292
lines changed

control/content/assets/css/bf_base.css

Lines changed: 1107 additions & 0 deletions
Large diffs are not rendered by default.
41.5 KB
Binary file not shown.
45.5 KB
Loading
41.3 KB
Binary file not shown.
27.1 KB
Binary file not shown.
43.6 KB
Binary file not shown.
46.8 KB
Loading
43.4 KB
Binary file not shown.
27 KB
Binary file not shown.
Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
1+
@font-face {
2+
font-family: 'icomoon';
3+
src: url('./fonts/icomoon.eot?pmhnzd');
4+
src: url('./fonts/icomoon.eot?pmhnzd#iefix') format('embedded-opentype'),
5+
url('./fonts/icomoon.ttf?pmhnzd') format('truetype'),
6+
url('./fonts/icomoon.woff?pmhnzd') format('woff'),
7+
url('./fonts/icomoon.svg?pmhnzd#icomoon') format('svg');
8+
font-weight: normal;
9+
font-style: normal;
10+
}
11+
12+
[class^="icon-"], [class*=" icon-"] {
13+
/* use !important to prevent issues with browser extensions that change fonts */
14+
font-family: 'icomoon' !important;
15+
speak: none;
16+
font-style: normal;
17+
font-weight: normal;
18+
font-variant: normal;
19+
text-transform: none;
20+
line-height: 1;
21+
22+
/* Better Font Rendering =========== */
23+
-webkit-font-smoothing: antialiased;
24+
-moz-osx-font-smoothing: grayscale;
25+
}
26+
27+
.icon-magnifier:before {
28+
content: "\e923";
29+
}
30+
.icon-funnel:before {
31+
content: "\e925";
32+
}
33+
.icon-pencil:before {
34+
content: "\eb619";
35+
}
36+
.icon-pencil3:before {
37+
content: "\e618";
38+
}
39+
.icon-cog:before {
40+
content: "\e602";
41+
}
42+
.icon-wrench:before {
43+
content: "\eb900";
44+
}
45+
.icon-file-empty:before {
46+
content: "\e905";
47+
}
48+
.icon-folder:before {
49+
content: "\eb901";
50+
}
51+
.icon-picture:before {
52+
content: "\e70e";
53+
}
54+
.icon-user:before {
55+
content: "\e71e";
56+
}
57+
.icon-users2:before {
58+
content: "\e723";
59+
}
60+
.icon-download2:before {
61+
content: "\eb902";
62+
}
63+
.icon-upload2:before {
64+
content: "\eb903";
65+
}
66+
.icon-cross:before {
67+
content: "\e60e1";
68+
}
69+
.icon-menu:before {
70+
content: "\e60c";
71+
}
72+
.icon-check:before {
73+
content: "\e60d";
74+
}
75+
.icon-cross2:before {
76+
content: "\e60e";
77+
}
78+
.icon-plus:before {
79+
content: "\e907";
80+
}
81+
.icon-minus:before {
82+
content: "\eb907";
83+
}
84+
.icon-chevron-up:before {
85+
content: "\e60f1";
86+
}
87+
.icon-chevron-down:before {
88+
content: "\e60f";
89+
}
90+
.icon-chevron-left:before {
91+
content: "\e610";
92+
}
93+
.icon-chevron-right:before {
94+
content: "\e625";
95+
}
96+
.icon-sort-amount-asc:before {
97+
content: "\eb912";
98+
}
99+
.icon-sort-amount-desc:before {
100+
content: "\eb913";
101+
}
102+
.icon-ellipsis:before {
103+
content: "\e620";
104+
}
105+
.icon-copy:before {
106+
content: "\e92c";
107+
}

0 commit comments

Comments
 (0)