mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-12-06 17:27:57 +00:00
[Task]Restructure www files and delete node.js files
This commit is contained in:
53
less/icons.less
Normal file
53
less/icons.less
Normal file
@@ -0,0 +1,53 @@
|
||||
// Generated by grunt-webfont
|
||||
// Based on https://github.com/endtwist/fontcustom/blob/master/lib/fontcustom/templates/fontcustom.css
|
||||
|
||||
@font-face {
|
||||
font-family:"rippleicons";
|
||||
src:url("../font/icons-69f2993ae31bde255c4a342228474e94.eot");
|
||||
src:url("../font/icons-69f2993ae31bde255c4a342228474e94.eot?#iefix") format("embedded-opentype"),
|
||||
url("../font/icons-69f2993ae31bde255c4a342228474e94.woff") format("woff"),
|
||||
url("../font/icons-69f2993ae31bde255c4a342228474e94.ttf") format("truetype"),
|
||||
url("../font/icons-69f2993ae31bde255c4a342228474e94.svg?#icons") format("svg");
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
|
||||
// Bootstrap Overrides
|
||||
[class^="icon-"]:before,
|
||||
[class*=" icon-"]:before {
|
||||
font-family:"rippleicons";
|
||||
display:inline-block;
|
||||
vertical-align:middle;
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
speak:none;
|
||||
text-decoration:inherit;
|
||||
text-transform:none;
|
||||
text-rendering:optimizeLegibility;
|
||||
-webkit-font-smoothing:antialiased;
|
||||
-moz-osx-font-smoothing:grayscale;
|
||||
}
|
||||
|
||||
// Mixins
|
||||
|
||||
.icon-ripple-logo {
|
||||
&:before {
|
||||
font-family:"rippleicons";
|
||||
display:inline-block;
|
||||
font-weight:normal;
|
||||
font-style:normal;
|
||||
text-decoration:inherit;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
// Icons
|
||||
|
||||
.icon-ripple-logo {
|
||||
&:before {
|
||||
content:"\e001";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user