diff options
author | Joffrey Bion <joffrey.bion@booking.com> | 2020-04-06 18:55:25 +0200 |
---|---|---|
committer | Joffrey Bion <joffrey.bion@booking.com> | 2020-04-06 18:55:58 +0200 |
commit | d4d20533556928f63c8759437f67e76336bab55e (patch) | |
tree | 34e7bb151b5d21497665131b6ab8d875254e7666 /sw-ui/src/main/resources/css/blueprint-icons.css | |
parent | Refactoring in GameScene.kt (diff) | |
download | seven-wonders-d4d20533556928f63c8759437f67e76336bab55e.tar.gz seven-wonders-d4d20533556928f63c8759437f67e76336bab55e.tar.bz2 seven-wonders-d4d20533556928f63c8759437f67e76336bab55e.zip |
Delete old React/TypeScript UI
Diffstat (limited to 'sw-ui/src/main/resources/css/blueprint-icons.css')
-rw-r--r-- | sw-ui/src/main/resources/css/blueprint-icons.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/sw-ui/src/main/resources/css/blueprint-icons.css b/sw-ui/src/main/resources/css/blueprint-icons.css new file mode 100644 index 00000000..6b7e06d0 --- /dev/null +++ b/sw-ui/src/main/resources/css/blueprint-icons.css @@ -0,0 +1,18 @@ +/*! + +Copyright 2017-present Palantir Technologies, Inc. All rights reserved. +Licensed under the Apache License, Version 2.0. + +*/ +@font-face{ + font-family:"Icons16"; + font-weight:normal; + font-style:normal; + src:url("../../resources/icons/icons-16.eot?#iefix") format("embedded-opentype"), url("../../resources/icons/icons-16.woff") format("woff"), url("../../resources/icons/icons-16.ttf") format("truetype"); } + +@font-face{ + font-family:"Icons20"; + font-weight:normal; + font-style:normal; + src:url("../../resources/icons/icons-20.eot?#iefix") format("embedded-opentype"), url("../../resources/icons/icons-20.woff") format("woff"), url("../../resources/icons/icons-20.ttf") format("truetype"); } +/*# sourceMappingURL=blueprint-icons.css.map */
\ No newline at end of file |