Skip to content

Commit

Permalink
Starts implementation new ui
Browse files Browse the repository at this point in the history
  • Loading branch information
kquintesens committed Dec 19, 2019
1 parent 16232eb commit e19b045
Show file tree
Hide file tree
Showing 94 changed files with 45,734 additions and 3 deletions.
10,600 changes: 10,600 additions & 0 deletions app/assets/css/style.css

Large diffs are not rendered by default.

79 changes: 79 additions & 0 deletions app/assets/fonts/datta/datta-icon.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
@charset "UTF-8";

@font-face {
font-family: "pct";
src:url("fonts/pct.eot");
src:url("fonts/pct.eot?#iefix") format("embedded-opentype"),
url("fonts/pct.woff") format("woff"),
url("fonts/pct.ttf") format("truetype"),
url("fonts/pct.svg#pct") format("svg");
font-weight: normal;
font-style: normal;

}

[data-icon]:before {
font-family: "pct" !important;
content: attr(data-icon);
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

[class^="pct-"]:before,
[class*=" pct-"]:before {
font-family: "pct" !important;
font-style: normal !important;
font-weight: normal !important;
font-variant: normal !important;
text-transform: none !important;
speak: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.pct-arrow1:before {
content: "\61";
}
.pct-arrow2:before {
content: "\62";
}
.pct-arrow3:before {
content: "\63";
}
.pct-arrow4:before {
content: "\64";
}
.pct-chat1:before {
content: "\65";
}
.pct-chat2:before {
content: "\66";
}
.pct-chat3:before {
content: "\67";
}
.pct-chat4:before {
content: "\68";
}
.pct-loader1:before {
content: "\69";
}
.pct-arrow-sharp1:before {
content: "\6a";
}
.pct-arrow-sharp2:before {
content: "\6b";
}
.pct-arrow-sharp3:before {
content: "\6c";
}
.pct-arrow-sharp4:before {
content: "\6d";
}
Binary file added app/assets/fonts/datta/fonts/pct.eot
Binary file not shown.
23 changes: 23 additions & 0 deletions app/assets/fonts/datta/fonts/pct.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added app/assets/fonts/datta/fonts/pct.ttf
Binary file not shown.
Binary file added app/assets/fonts/datta/fonts/pct.woff
Binary file not shown.
Loading

0 comments on commit e19b045

Please sign in to comment.