system-clients 3.3.6 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +16 -16
- package/SystemClient.iml +8 -8
- package/build/webpack.base.conf.js +85 -85
- package/build.gradle +6 -6
- package/examples/LoginPage/App.vue +21 -21
- package/examples/LoginPage/index.html +11 -11
- package/examples/LoginPage/main.js +15 -15
- package/index.html +21 -21
- package/package.json +105 -105
- package/src/App.vue +24 -24
- package/src/LodopFuncs.js +155 -155
- package/src/components/Main.vue +935 -935
- package/src/components/TabButton.vue +201 -201
- package/src/components/Tabs.vue +67 -67
- package/src/components/Util.js +343 -343
- package/src/components/addressManage/AddressCascadingMenu.vue +145 -145
- package/src/components/common/ProgressBase.vue +83 -83
- package/src/components/equipment/EquipmentManage.vue +83 -83
- package/src/components/equipment/PcAdd.vue +115 -115
- package/src/components/equipment/PcList.vue +119 -119
- package/src/components/equipment/PcManage.vue +61 -61
- package/src/components/equipment/PhoneAdd.vue +118 -118
- package/src/components/equipment/PhoneList.vue +113 -113
- package/src/components/equipment/PhoneManage.vue +61 -61
- package/src/components/equipment/PosAdd.vue +319 -319
- package/src/components/equipment/PosList.vue +292 -292
- package/src/components/equipment/PosManage.vue +138 -138
- package/src/components/equipment/PosManageBoth.vue +125 -125
- package/src/components/equipment/PosParamAdd.vue +236 -236
- package/src/components/equipment/PosParamList.vue +121 -121
- package/src/components/equipment/PosParamManage.vue +51 -51
- package/src/components/materialManage/materialData.vue +44 -44
- package/src/components/materialManage/materialList.vue +255 -255
- package/src/components/parammanage/ParamManage.vue +42 -42
- package/src/components/parammanage/ParamPage.vue +337 -337
- package/src/components/parammanage/ParamPages.vue +222 -222
- package/src/components/parammanage/SinglePage.vue +235 -235
- package/src/components/parammanage/SinglePages.vue +167 -167
- package/src/components/server/AddChangeMsg.vue +66 -66
- package/src/components/server/ChangeDeclare.vue +45 -45
- package/src/components/server/ImageVieweTest.vue +56 -56
- package/src/components/server/ImageViewer.vue +350 -350
- package/src/components/server/LeftTree.vue +111 -111
- package/src/components/server/LoadData.vue +55 -55
- package/src/components/server/Login.vue +615 -615
- package/src/components/server/LoginPage.vue +235 -235
- package/src/components/server/LoginView.vue +128 -128
- package/src/components/server/Menu.vue +188 -188
- package/src/components/server/ModifyPw.vue +126 -126
- package/src/components/server/PcdBuildingSelect.vue +243 -243
- package/src/components/server/ResSelect.vue +172 -172
- package/src/components/server/ResSelectGroup.vue +211 -211
- package/src/components/server/RightTree.vue +348 -348
- package/src/components/server/RoleSelector.vue +90 -90
- package/src/components/server/TestResSelect.vue +58 -58
- package/src/components/server/TestResSelectGroup.vue +388 -388
- package/src/filiale/baole/Login.vue +570 -570
- package/src/filiale/baole/system.js +5 -5
- package/src/filiale/bayan/PosAdd.vue +368 -368
- package/src/filiale/bayan/PosList.vue +341 -341
- package/src/filiale/bayan/PosManage.vue +138 -138
- package/src/filiale/bayan/system.js +6 -6
- package/src/filiale/chengtou/Login.vue +539 -539
- package/src/filiale/chengtou/system.js +5 -5
- package/src/filiale/dongguan/Login.vue +902 -902
- package/src/filiale/dongguan/Main.vue +717 -717
- package/src/filiale/dongguan/system.js +6 -6
- package/src/filiale/furuike/Login.vue +587 -587
- package/src/filiale/furuike/Main.vue +840 -840
- package/src/filiale/furuike/system.js +7 -7
- package/src/filiale/gehua/Main.vue +809 -809
- package/src/filiale/gehua/system.js +6 -6
- package/src/filiale/konggang/Login.vue +472 -472
- package/src/filiale/konggang/system.js +7 -7
- package/src/filiale/qianneng/Login.vue +584 -584
- package/src/filiale/qianneng/Main.vue +818 -818
- package/src/filiale/qianneng/ModifyPw.vue +108 -108
- package/src/filiale/qianneng/system.js +11 -11
- package/src/filiale/rizhao/LeftTree.vue +111 -111
- package/src/filiale/rizhao/Login.vue +793 -793
- package/src/filiale/rizhao/Main.vue +611 -611
- package/src/filiale/rizhao/system.js +14 -14
- package/src/filiale/ruihua/Login.vue +576 -576
- package/src/filiale/ruihua/system.js +5 -5
- package/src/filiale/shiquan/Login.vue +566 -566
- package/src/filiale/shiquan/system.js +8 -8
- package/src/filiale/tianyi/Login.vue +573 -573
- package/src/filiale/tianyi/system.js +5 -5
- package/src/filiale/tongchuan/Login.vue +563 -563
- package/src/filiale/tongchuan/Main.vue +1021 -1021
- package/src/filiale/tongchuan/system.js +7 -7
- package/src/filiale/weinan/Main.vue +924 -924
- package/src/filiale/weinan/system.js +7 -7
- package/src/filiale/wenxi/Login.vue +537 -537
- package/src/filiale/wenxi/Main.vue +787 -787
- package/src/filiale/wenxi/system.js +10 -10
- package/src/filiale/wuhai/LeftTree.vue +141 -141
- package/src/filiale/wuhai/Main.vue +810 -810
- package/src/filiale/wuhai/system.js +10 -10
- package/src/filiale/yuchuan/Login.vue +891 -891
- package/src/filiale/yuchuan/Main.vue +866 -866
- package/src/filiale/yuchuan/system.js +10 -10
- package/src/filiale/zhoukou/Main.vue +809 -809
- package/src/filiale/zhoukou/system.js +6 -6
- package/src/plugins/EncryptUtil.js +53 -53
- package/src/plugins/GetLoginInfoService.js +480 -480
- package/src/plugins/HeatGetLoginInfoService.js +491 -491
- package/src/plugins/validation.js +15 -15
- package/src/project/State.js +17 -17
- package/src/stores/AppData.js +38 -38
- package/src/stores/HeatAppData.js +38 -38
- package/src/styles/fonts/glyphicons-halflings-regular.svg +288 -288
- package/src/styles/less/.csscomb.json +304 -304
- package/src/styles/less/.csslintrc +19 -19
- package/src/styles/less/alerts.less +73 -73
- package/src/styles/less/aofeng/animate.min.css +10 -10
- package/src/styles/less/aofeng/expandcss.less +569 -569
- package/src/styles/less/aofeng/login.less +367 -367
- package/src/styles/less/aofeng/standard.less +2507 -2507
- package/src/styles/less/aofeng/themeOne/BinaryTemplate.less +690 -690
- package/src/styles/less/aofeng/themeOne/loginStyle.less +1586 -1586
- package/src/styles/less/aofeng/themeOne/systemStyle.less +2650 -2650
- package/src/styles/less/aofeng/themeOne.less +17 -17
- package/src/styles/less/aofeng/themeTwo/newStyle1.less +415 -415
- package/src/styles/less/aofeng/themeTwo.less +3 -3
- package/src/styles/less/badges.less +66 -66
- package/src/styles/less/bootstrap.less +66 -66
- package/src/styles/less/breadcrumbs.less +26 -26
- package/src/styles/less/button-groups.less +247 -247
- package/src/styles/less/buttons.less +172 -172
- package/src/styles/less/carousel.less +269 -269
- package/src/styles/less/close.less +34 -34
- package/src/styles/less/code.less +69 -69
- package/src/styles/less/component-animations.less +33 -33
- package/src/styles/less/dropdowns.less +216 -216
- package/src/styles/less/fonts-list.less +25 -25
- package/src/styles/less/forms.less +626 -626
- package/src/styles/less/glyphicons.less +305 -305
- package/src/styles/less/grid.less +84 -84
- package/src/styles/less/input-groups.less +167 -167
- package/src/styles/less/jumbotron.less +52 -52
- package/src/styles/less/labels.less +64 -64
- package/src/styles/less/list-group.less +141 -141
- package/src/styles/less/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageChile.less +180 -180
- package/src/styles/less/manageStyle/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/manageStyle/manageStyle.less +1102 -1102
- package/src/styles/less/manageStyle/safeStyle.less +498 -498
- package/src/styles/less/media.less +66 -66
- package/src/styles/less/mixins/alerts.less +14 -14
- package/src/styles/less/mixins/background-variant.less +9 -9
- package/src/styles/less/mixins/border-radius.less +18 -18
- package/src/styles/less/mixins/buttons.less +69 -69
- package/src/styles/less/mixins/center-block.less +7 -7
- package/src/styles/less/mixins/clearfix.less +22 -22
- package/src/styles/less/mixins/forms.less +90 -90
- package/src/styles/less/mixins/gradients.less +59 -59
- package/src/styles/less/mixins/grid-framework.less +92 -92
- package/src/styles/less/mixins/grid.less +122 -122
- package/src/styles/less/mixins/hide-text.less +21 -21
- package/src/styles/less/mixins/image.less +33 -33
- package/src/styles/less/mixins/labels.less +12 -12
- package/src/styles/less/mixins/list-group.less +30 -30
- package/src/styles/less/mixins/nav-divider.less +10 -10
- package/src/styles/less/mixins/nav-vertical-align.less +9 -9
- package/src/styles/less/mixins/opacity.less +8 -8
- package/src/styles/less/mixins/pagination.less +24 -24
- package/src/styles/less/mixins/panels.less +24 -24
- package/src/styles/less/mixins/progress-bar.less +10 -10
- package/src/styles/less/mixins/reset-filter.less +8 -8
- package/src/styles/less/mixins/reset-text.less +18 -18
- package/src/styles/less/mixins/resize.less +6 -6
- package/src/styles/less/mixins/responsive-visibility.less +15 -15
- package/src/styles/less/mixins/size.less +10 -10
- package/src/styles/less/mixins/tab-focus.less +9 -9
- package/src/styles/less/mixins/table-row.less +44 -44
- package/src/styles/less/mixins/text-emphasis.less +9 -9
- package/src/styles/less/mixins/text-overflow.less +8 -8
- package/src/styles/less/mixins/vendor-prefixes.less +227 -227
- package/src/styles/less/mixins.less +40 -40
- package/src/styles/less/modals.less +151 -151
- package/src/styles/less/navbar.less +660 -660
- package/src/styles/less/navs.less +285 -285
- package/src/styles/less/normalize.less +424 -424
- package/src/styles/less/pager.less +76 -76
- package/src/styles/less/pagination.less +89 -89
- package/src/styles/less/panels.less +275 -275
- package/src/styles/less/popovers.less +131 -131
- package/src/styles/less/print.less +101 -101
- package/src/styles/less/progress-bars.less +87 -87
- package/src/styles/less/responsive-embed.less +35 -35
- package/src/styles/less/responsive-utilities.less +194 -194
- package/src/styles/less/scaffolding.less +161 -161
- package/src/styles/less/stand.less +207 -207
- package/src/styles/less/tables.less +312 -312
- package/src/styles/less/theme.less +291 -291
- package/src/styles/less/thumbnails.less +36 -36
- package/src/styles/less/tooltip.less +102 -102
- package/src/styles/less/type.less +316 -316
- package/src/styles/less/utilities.less +55 -55
- package/src/styles/less/variables.less +899 -899
- package/src/styles/less/wells.less +29 -29
- package/src/system.js +122 -122
- package/src/util/Daiban.json +12 -12
- package/yarn-error.log +6896 -6896
- package/.gradle/8.5/checksums/checksums.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/dependencies-accessors.lock +0 -0
- package/.gradle/8.5/dependencies-accessors/gc.properties +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.bin +0 -0
- package/.gradle/8.5/executionHistory/executionHistory.lock +0 -0
- package/.gradle/8.5/fileChanges/last-build.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.bin +0 -0
- package/.gradle/8.5/fileHashes/fileHashes.lock +0 -0
- package/.gradle/8.5/gc.properties +0 -0
- package/.gradle/buildOutputCleanup/buildOutputCleanup.lock +0 -0
- package/.gradle/buildOutputCleanup/cache.properties +0 -2
- package/.gradle/buildOutputCleanup/outputFiles.bin +0 -0
- package/.gradle/file-system.probe +0 -0
- package/.gradle/vcs-1/gc.properties +0 -0
- package/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/gradlew +0 -249
- package/gradlew.bat +0 -92
@@ -1,305 +1,305 @@
|
|
1
|
-
//
|
2
|
-
// Glyphicons for Bootstrap
|
3
|
-
//
|
4
|
-
// Since icons are fonts, they can be placed anywhere text is placed and are
|
5
|
-
// thus automatically sized to match the surrounding child. To use, create an
|
6
|
-
// inline element with the appropriate classes, like so:
|
7
|
-
//
|
8
|
-
// <a href="#"> <span class="glyphicon glyphicon-star"></span> Star</a>
|
9
|
-
|
10
|
-
// Import the fonts
|
11
|
-
@font-face {
|
12
|
-
font-family: 'Glyphicons Halflings';
|
13
|
-
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
14
|
-
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
|
15
|
-
url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
|
16
|
-
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
|
17
|
-
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
18
|
-
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
19
|
-
}
|
20
|
-
|
21
|
-
// Catchall baseclass
|
22
|
-
.glyphicon {
|
23
|
-
position: relative;
|
24
|
-
top: 1px;
|
25
|
-
display: inline-block;
|
26
|
-
font-family: 'Glyphicons Halflings';
|
27
|
-
font-style: normal;
|
28
|
-
font-weight: normal;
|
29
|
-
line-height: 1;
|
30
|
-
-webkit-font-smoothing: antialiased;
|
31
|
-
-moz-osx-font-smoothing: grayscale;
|
32
|
-
}
|
33
|
-
|
34
|
-
// Individual icons
|
35
|
-
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
36
|
-
.glyphicon-plus { &:before { content: "\2b"; } }
|
37
|
-
.glyphicon-euro,
|
38
|
-
.glyphicon-eur { &:before { content: "\20ac"; } }
|
39
|
-
.glyphicon-minus { &:before { content: "\2212"; } }
|
40
|
-
.glyphicon-cloud { &:before { content: "\2601"; } }
|
41
|
-
.glyphicon-envelope { &:before { content: "\2709"; } }
|
42
|
-
.glyphicon-pencil { &:before { content: "\270f"; } }
|
43
|
-
.glyphicon-glass { &:before { content: "\e001"; } }
|
44
|
-
.glyphicon-music { &:before { content: "\e002"; } }
|
45
|
-
.glyphicon-search { &:before { content: "\e003"; } }
|
46
|
-
.glyphicon-heart { &:before { content: "\e005"; } }
|
47
|
-
.glyphicon-star { &:before { content: "\e006"; } }
|
48
|
-
.glyphicon-star-empty { &:before { content: "\e007"; } }
|
49
|
-
.glyphicon-user { &:before { content: "\e008"; color: @global-color; } }
|
50
|
-
.glyphicon-film { &:before { content: "\e009"; } }
|
51
|
-
.glyphicon-th-large { &:before { content: "\e010"; } }
|
52
|
-
.glyphicon-th { &:before { content: "\e011"; color: @global-color;} }
|
53
|
-
.glyphicon-th-list { &:before { content: "\e012"; } }
|
54
|
-
.glyphicon-ok { &:before { content: "\e013"; } }
|
55
|
-
.glyphicon-remove { &:before { content: "\e014"; } }
|
56
|
-
.glyphicon-zoom-in { &:before { content: "\e015"; } }
|
57
|
-
.glyphicon-zoom-out { &:before { content: "\e016"; } }
|
58
|
-
.glyphicon-off { &:before { content: "\e017"; } }
|
59
|
-
.glyphicon-signal { &:before { content: "\e018"; } }
|
60
|
-
.glyphicon-cog { &:before { content: "\e019"; } }
|
61
|
-
.glyphicon-trash { &:before { content: "\e020"; } }
|
62
|
-
.glyphicon-home { &:before { content: "\e021"; } }
|
63
|
-
.glyphicon-file { &:before { content: "\e022"; } }
|
64
|
-
.glyphicon-time { &:before { content: "\e023"; } }
|
65
|
-
.glyphicon-road { &:before { content: "\e024"; } }
|
66
|
-
.glyphicon-download-alt { &:before { content: "\e025"; } }
|
67
|
-
.glyphicon-download { &:before { content: "\e026"; } }
|
68
|
-
.glyphicon-upload { &:before { content: "\e027"; } }
|
69
|
-
.glyphicon-inbox { &:before { content: "\e028"; } }
|
70
|
-
.glyphicon-play-circle { &:before { content: "\e029"; } }
|
71
|
-
.glyphicon-repeat { &:before { content: "\e030"; } }
|
72
|
-
.glyphicon-refresh { &:before { content: "\e031"; } }
|
73
|
-
.glyphicon-list-alt { &:before { content: "\e032"; } }
|
74
|
-
.glyphicon-lock { &:before { content: "\e033"; } }
|
75
|
-
.glyphicon-flag { &:before { content: "\e034"; } }
|
76
|
-
.glyphicon-headphones { &:before { content: "\e035"; } }
|
77
|
-
.glyphicon-volume-off { &:before { content: "\e036"; } }
|
78
|
-
.glyphicon-volume-down { &:before { content: "\e037"; } }
|
79
|
-
.glyphicon-volume-up { &:before { content: "\e038"; } }
|
80
|
-
.glyphicon-qrcode { &:before { content: "\e039"; } }
|
81
|
-
.glyphicon-barcode { &:before { content: "\e040"; } }
|
82
|
-
.glyphicon-tag { &:before { content: "\e041"; } }
|
83
|
-
.glyphicon-tags { &:before { content: "\e042"; } }
|
84
|
-
.glyphicon-book { &:before { content: "\e043"; } }
|
85
|
-
.glyphicon-bookmark { &:before { content: "\e044"; } }
|
86
|
-
.glyphicon-print { &:before { content: "\e045"; } }
|
87
|
-
.glyphicon-camera { &:before { content: "\e046"; } }
|
88
|
-
.glyphicon-font { &:before { content: "\e047"; } }
|
89
|
-
.glyphicon-bold { &:before { content: "\e048"; } }
|
90
|
-
.glyphicon-italic { &:before { content: "\e049"; } }
|
91
|
-
.glyphicon-text-height { &:before { content: "\e050"; } }
|
92
|
-
.glyphicon-text-width { &:before { content: "\e051"; } }
|
93
|
-
.glyphicon-align-left { &:before { content: "\e052"; } }
|
94
|
-
.glyphicon-align-center { &:before { content: "\e053"; } }
|
95
|
-
.glyphicon-align-right { &:before { content: "\e054"; } }
|
96
|
-
.glyphicon-align-justify { &:before { content: "\e055"; } }
|
97
|
-
.glyphicon-list { &:before { content: "\e056"; } }
|
98
|
-
.glyphicon-indent-left { &:before { content: "\e057"; } }
|
99
|
-
.glyphicon-indent-right { &:before { content: "\e058"; } }
|
100
|
-
.glyphicon-facetime-video { &:before { content: "\e059"; } }
|
101
|
-
.glyphicon-picture { &:before { content: "\e060"; } }
|
102
|
-
.glyphicon-map-marker { &:before { content: "\e062"; } }
|
103
|
-
.glyphicon-adjust { &:before { content: "\e063"; } }
|
104
|
-
.glyphicon-tint { &:before { content: "\e064"; } }
|
105
|
-
.glyphicon-edit { &:before { content: "\e065"; } }
|
106
|
-
.glyphicon-share { &:before { content: "\e066"; } }
|
107
|
-
.glyphicon-check { &:before { content: "\e067"; } }
|
108
|
-
.glyphicon-move { &:before { content: "\e068"; } }
|
109
|
-
.glyphicon-step-backward { &:before { content: "\e069"; } }
|
110
|
-
.glyphicon-fast-backward { &:before { content: "\e070"; } }
|
111
|
-
.glyphicon-backward { &:before { content: "\e071"; } }
|
112
|
-
.glyphicon-play { &:before { content: "\e072"; } }
|
113
|
-
.glyphicon-pause { &:before { content: "\e073"; } }
|
114
|
-
.glyphicon-stop { &:before { content: "\e074"; } }
|
115
|
-
.glyphicon-forward { &:before { content: "\e075"; } }
|
116
|
-
.glyphicon-fast-forward { &:before { content: "\e076"; } }
|
117
|
-
.glyphicon-step-forward { &:before { content: "\e077"; } }
|
118
|
-
.glyphicon-eject { &:before { content: "\e078"; } }
|
119
|
-
.glyphicon-chevron-left { &:before { content: "\e079"; } }
|
120
|
-
.glyphicon-chevron-right { &:before { content: "\e080"; } }
|
121
|
-
.glyphicon-plus-sign { &:before { content: "\e081"; } }
|
122
|
-
.glyphicon-minus-sign { &:before { content: "\e082"; } }
|
123
|
-
.glyphicon-remove-sign { &:before { content: "\e083"; } }
|
124
|
-
.glyphicon-ok-sign { &:before { content: "\e084"; } }
|
125
|
-
.glyphicon-question-sign { &:before { content: "\e085"; } }
|
126
|
-
.glyphicon-info-sign { &:before { content: "\e086"; } }
|
127
|
-
.glyphicon-screenshot { &:before { content: "\e087"; } }
|
128
|
-
.glyphicon-remove-circle { &:before { content: "\e088"; } }
|
129
|
-
.glyphicon-ok-circle { &:before { content: "\e089"; } }
|
130
|
-
.glyphicon-ban-circle { &:before { content: "\e090"; } }
|
131
|
-
.glyphicon-arrow-left { &:before { content: "\e091"; } }
|
132
|
-
.glyphicon-arrow-right { &:before { content: "\e092"; } }
|
133
|
-
.glyphicon-arrow-up { &:before { content: "\e093"; } }
|
134
|
-
.glyphicon-arrow-down { &:before { content: "\e094"; } }
|
135
|
-
.glyphicon-share-alt { &:before { content: "\e095"; } }
|
136
|
-
.glyphicon-resize-full { &:before { content: "\e096"; } }
|
137
|
-
.glyphicon-resize-small { &:before { content: "\e097"; } }
|
138
|
-
.glyphicon-exclamation-sign { &:before { content: "\e101"; } }
|
139
|
-
.glyphicon-gift { &:before { content: "\e102"; } }
|
140
|
-
.glyphicon-leaf { &:before { content: "\e103"; } }
|
141
|
-
.glyphicon-fire { &:before { content: "\e104"; } }
|
142
|
-
.glyphicon-eye-open { &:before { content: "\e105"; } }
|
143
|
-
.glyphicon-eye-close { &:before { content: "\e106"; } }
|
144
|
-
.glyphicon-warning-sign { &:before { content: "\e107"; } }
|
145
|
-
.glyphicon-plane { &:before { content: "\e108"; } }
|
146
|
-
.glyphicon-calendar { &:before { content: "\e109"; } }
|
147
|
-
.glyphicon-random { &:before { content: "\e110"; } }
|
148
|
-
.glyphicon-comment { &:before { content: "\e111"; } }
|
149
|
-
.glyphicon-magnet { &:before { content: "\e112"; } }
|
150
|
-
.glyphicon-chevron-up { &:before { content: "\e113"; color: @global-color; } }
|
151
|
-
.glyphicon-chevron-down { &:before { content: "\e114"; } }
|
152
|
-
.glyphicon-retweet { &:before { content: "\e115"; } }
|
153
|
-
.glyphicon-shopping-cart { &:before { content: "\e116"; } }
|
154
|
-
.glyphicon-folder-close { &:before { content: "\e117"; } }
|
155
|
-
.glyphicon-folder-open { &:before { content: "\e118"; } }
|
156
|
-
.glyphicon-resize-vertical { &:before { content: "\e119"; } }
|
157
|
-
.glyphicon-resize-horizontal { &:before { content: "\e120"; } }
|
158
|
-
.glyphicon-hdd { &:before { content: "\e121"; } }
|
159
|
-
.glyphicon-bullhorn { &:before { content: "\e122"; } }
|
160
|
-
.glyphicon-bell { &:before { content: "\e123"; } }
|
161
|
-
.glyphicon-certificate { &:before { content: "\e124"; } }
|
162
|
-
.glyphicon-thumbs-up { &:before { content: "\e125"; } }
|
163
|
-
.glyphicon-thumbs-down { &:before { content: "\e126"; } }
|
164
|
-
.glyphicon-hand-right { &:before { content: "\e127"; } }
|
165
|
-
.glyphicon-hand-left { &:before { content: "\e128"; } }
|
166
|
-
.glyphicon-hand-up { &:before { content: "\e129"; } }
|
167
|
-
.glyphicon-hand-down { &:before { content: "\e130"; } }
|
168
|
-
.glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
|
169
|
-
.glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
|
170
|
-
.glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
|
171
|
-
.glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
|
172
|
-
.glyphicon-globe { &:before { content: "\e135"; } }
|
173
|
-
.glyphicon-wrench { &:before { content: "\e136"; } }
|
174
|
-
.glyphicon-tasks { &:before { content: "\e137"; } }
|
175
|
-
.glyphicon-filter { &:before { content: "\e138"; } }
|
176
|
-
.glyphicon-briefcase { &:before { content: "\e139"; } }
|
177
|
-
.glyphicon-fullscreen { &:before { content: "\e140"; } }
|
178
|
-
.glyphicon-dashboard { &:before { content: "\e141"; } }
|
179
|
-
.glyphicon-paperclip { &:before { content: "\e142"; } }
|
180
|
-
.glyphicon-heart-empty { &:before { content: "\e143"; } }
|
181
|
-
.glyphicon-link { &:before { content: "\e144"; } }
|
182
|
-
.glyphicon-phone { &:before { content: "\e145"; } }
|
183
|
-
.glyphicon-pushpin { &:before { content: "\e146"; } }
|
184
|
-
.glyphicon-usd { &:before { content: "\e148"; } }
|
185
|
-
.glyphicon-gbp { &:before { content: "\e149"; } }
|
186
|
-
.glyphicon-sort { &:before { content: "\e150"; } }
|
187
|
-
.glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
|
188
|
-
.glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
|
189
|
-
.glyphicon-sort-by-order { &:before { content: "\e153"; } }
|
190
|
-
.glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
|
191
|
-
.glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
|
192
|
-
.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
|
193
|
-
.glyphicon-unchecked { &:before { content: "\e157"; } }
|
194
|
-
.glyphicon-expand { &:before { content: "\e158"; } }
|
195
|
-
.glyphicon-collapse-down { &:before { content: "\e159"; } }
|
196
|
-
.glyphicon-collapse-up { &:before { content: "\e160"; } }
|
197
|
-
.glyphicon-log-in { &:before { content: "\e161"; } }
|
198
|
-
.glyphicon-flash { &:before { content: "\e162"; } }
|
199
|
-
.glyphicon-log-out { &:before { content: "\e163"; color: @global-color; } }
|
200
|
-
.glyphicon-new-window { &:before { content: "\e164"; } }
|
201
|
-
.glyphicon-record { &:before { content: "\e165"; } }
|
202
|
-
.glyphicon-save { &:before { content: "\e166"; } }
|
203
|
-
.glyphicon-open { &:before { content: "\e167"; } }
|
204
|
-
.glyphicon-saved { &:before { content: "\e168"; } }
|
205
|
-
.glyphicon-import { &:before { content: "\e169"; } }
|
206
|
-
.glyphicon-export { &:before { content: "\e170"; } }
|
207
|
-
.glyphicon-send { &:before { content: "\e171"; } }
|
208
|
-
.glyphicon-floppy-disk { &:before { content: "\e172"; } }
|
209
|
-
.glyphicon-floppy-saved { &:before { content: "\e173"; } }
|
210
|
-
.glyphicon-floppy-remove { &:before { content: "\e174"; } }
|
211
|
-
.glyphicon-floppy-save { &:before { content: "\e175"; } }
|
212
|
-
.glyphicon-floppy-open { &:before { content: "\e176"; } }
|
213
|
-
.glyphicon-credit-card { &:before { content: "\e177"; } }
|
214
|
-
.glyphicon-transfer { &:before { content: "\e178"; } }
|
215
|
-
.glyphicon-cutlery { &:before { content: "\e179"; } }
|
216
|
-
.glyphicon-header { &:before { content: "\e180"; } }
|
217
|
-
.glyphicon-compressed { &:before { content: "\e181"; } }
|
218
|
-
.glyphicon-earphone { &:before { content: "\e182"; } }
|
219
|
-
.glyphicon-phone-alt { &:before { content: "\e183"; } }
|
220
|
-
.glyphicon-tower { &:before { content: "\e184"; } }
|
221
|
-
.glyphicon-stats { &:before { content: "\e185"; } }
|
222
|
-
.glyphicon-sd-video { &:before { content: "\e186"; } }
|
223
|
-
.glyphicon-hd-video { &:before { content: "\e187"; } }
|
224
|
-
.glyphicon-subtitles { &:before { content: "\e188"; } }
|
225
|
-
.glyphicon-sound-stereo { &:before { content: "\e189"; } }
|
226
|
-
.glyphicon-sound-dolby { &:before { content: "\e190"; } }
|
227
|
-
.glyphicon-sound-5-1 { &:before { content: "\e191"; } }
|
228
|
-
.glyphicon-sound-6-1 { &:before { content: "\e192"; } }
|
229
|
-
.glyphicon-sound-7-1 { &:before { content: "\e193"; } }
|
230
|
-
.glyphicon-copyright-mark { &:before { content: "\e194"; } }
|
231
|
-
.glyphicon-registration-mark { &:before { content: "\e195"; } }
|
232
|
-
.glyphicon-cloud-download { &:before { content: "\e197"; } }
|
233
|
-
.glyphicon-cloud-upload { &:before { content: "\e198"; } }
|
234
|
-
.glyphicon-tree-conifer { &:before { content: "\e199"; } }
|
235
|
-
.glyphicon-tree-deciduous { &:before { content: "\e200"; } }
|
236
|
-
.glyphicon-cd { &:before { content: "\e201"; } }
|
237
|
-
.glyphicon-save-file { &:before { content: "\e202"; } }
|
238
|
-
.glyphicon-open-file { &:before { content: "\e203"; } }
|
239
|
-
.glyphicon-level-up { &:before { content: "\e204"; } }
|
240
|
-
.glyphicon-copy { &:before { content: "\e205"; } }
|
241
|
-
.glyphicon-paste { &:before { content: "\e206"; } }
|
242
|
-
// The following 2 Glyphicons are omitted for the time being because
|
243
|
-
// they currently use Unicode codepoints that are outside the
|
244
|
-
// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
|
245
|
-
// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
|
246
|
-
// Notably, the bug affects some older versions of the Android Browser.
|
247
|
-
// More info: https://github.com/twbs/bootstrap/issues/10106
|
248
|
-
// .glyphicon-door { &:before { content: "\1f6aa"; } }
|
249
|
-
// .glyphicon-key { &:before { content: "\1f511"; } }
|
250
|
-
.glyphicon-alert { &:before { content: "\e209"; } }
|
251
|
-
.glyphicon-equalizer { &:before { content: "\e210"; } }
|
252
|
-
.glyphicon-king { &:before { content: "\e211"; } }
|
253
|
-
.glyphicon-queen { &:before { content: "\e212"; } }
|
254
|
-
.glyphicon-pawn { &:before { content: "\e213"; } }
|
255
|
-
.glyphicon-bishop { &:before { content: "\e214"; } }
|
256
|
-
.glyphicon-knight { &:before { content: "\e215"; } }
|
257
|
-
.glyphicon-baby-formula { &:before { content: "\e216"; } }
|
258
|
-
.glyphicon-tent { &:before { content: "\26fa"; } }
|
259
|
-
.glyphicon-blackboard { &:before { content: "\e218"; } }
|
260
|
-
.glyphicon-bed { &:before { content: "\e219"; } }
|
261
|
-
.glyphicon-apple { &:before { content: "\f8ff"; } }
|
262
|
-
.glyphicon-erase { &:before { content: "\e221"; } }
|
263
|
-
.glyphicon-hourglass { &:before { content: "\231b"; } }
|
264
|
-
.glyphicon-lamp { &:before { content: "\e223"; } }
|
265
|
-
.glyphicon-duplicate { &:before { content: "\e224"; } }
|
266
|
-
.glyphicon-piggy-bank { &:before { content: "\e225"; } }
|
267
|
-
.glyphicon-scissors { &:before { content: "\e226"; } }
|
268
|
-
.glyphicon-bitcoin { &:before { content: "\e227"; } }
|
269
|
-
.glyphicon-btc { &:before { content: "\e227"; } }
|
270
|
-
.glyphicon-xbt { &:before { content: "\e227"; } }
|
271
|
-
.glyphicon-yen { &:before { content: "\00a5"; } }
|
272
|
-
.glyphicon-jpy { &:before { content: "\00a5"; } }
|
273
|
-
.glyphicon-ruble { &:before { content: "\20bd"; } }
|
274
|
-
.glyphicon-rub { &:before { content: "\20bd"; } }
|
275
|
-
.glyphicon-scale { &:before { content: "\e230"; } }
|
276
|
-
.glyphicon-ice-lolly { &:before { content: "\e231"; } }
|
277
|
-
.glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
|
278
|
-
.glyphicon-education { &:before { content: "\e233"; } }
|
279
|
-
.glyphicon-option-horizontal { &:before { content: "\e234"; } }
|
280
|
-
.glyphicon-option-vertical { &:before { content: "\e235"; } }
|
281
|
-
.glyphicon-menu-hamburger { &:before { content: "\e236"; } }
|
282
|
-
.glyphicon-modal-window { &:before { content: "\e237"; } }
|
283
|
-
.glyphicon-oil { &:before { content: "\e238"; } }
|
284
|
-
.glyphicon-grain { &:before { content: "\e239"; } }
|
285
|
-
.glyphicon-sunglasses { &:before { content: "\e240"; } }
|
286
|
-
.glyphicon-text-size { &:before { content: "\e241"; } }
|
287
|
-
.glyphicon-text-color { &:before { content: "\e242"; } }
|
288
|
-
.glyphicon-text-background { &:before { content: "\e243"; } }
|
289
|
-
.glyphicon-object-align-top { &:before { content: "\e244"; } }
|
290
|
-
.glyphicon-object-align-bottom { &:before { content: "\e245"; } }
|
291
|
-
.glyphicon-object-align-horizontal{ &:before { content: "\e246"; } }
|
292
|
-
.glyphicon-object-align-left { &:before { content: "\e247"; } }
|
293
|
-
.glyphicon-object-align-vertical { &:before { content: "\e248"; } }
|
294
|
-
.glyphicon-object-align-right { &:before { content: "\e249"; } }
|
295
|
-
.glyphicon-triangle-right { &:before { content: "\e250"; } }
|
296
|
-
.glyphicon-triangle-left { &:before { content: "\e251"; } }
|
297
|
-
.glyphicon-triangle-bottom { &:before { content: "\e252"; } }
|
298
|
-
.glyphicon-triangle-top { &:before { content: "\e253"; } }
|
299
|
-
.glyphicon-console { &:before { content: "\e254"; } }
|
300
|
-
.glyphicon-superscript { &:before { content: "\e255"; } }
|
301
|
-
.glyphicon-subscript { &:before { content: "\e256"; } }
|
302
|
-
.glyphicon-menu-left { &:before { content: "\e257"; } }
|
303
|
-
.glyphicon-menu-right { &:before { content: "\e258"; } }
|
304
|
-
.glyphicon-menu-down { &:before { content: "\e259"; } }
|
305
|
-
.glyphicon-menu-up { &:before { content: "\e260"; } }
|
1
|
+
//
|
2
|
+
// Glyphicons for Bootstrap
|
3
|
+
//
|
4
|
+
// Since icons are fonts, they can be placed anywhere text is placed and are
|
5
|
+
// thus automatically sized to match the surrounding child. To use, create an
|
6
|
+
// inline element with the appropriate classes, like so:
|
7
|
+
//
|
8
|
+
// <a href="#"> <span class="glyphicon glyphicon-star"></span> Star</a>
|
9
|
+
|
10
|
+
// Import the fonts
|
11
|
+
@font-face {
|
12
|
+
font-family: 'Glyphicons Halflings';
|
13
|
+
src: url('@{icon-font-path}@{icon-font-name}.eot');
|
14
|
+
src: url('@{icon-font-path}@{icon-font-name}.eot?#iefix') format('embedded-opentype'),
|
15
|
+
url('@{icon-font-path}@{icon-font-name}.woff2') format('woff2'),
|
16
|
+
url('@{icon-font-path}@{icon-font-name}.woff') format('woff'),
|
17
|
+
url('@{icon-font-path}@{icon-font-name}.ttf') format('truetype'),
|
18
|
+
url('@{icon-font-path}@{icon-font-name}.svg#@{icon-font-svg-id}') format('svg');
|
19
|
+
}
|
20
|
+
|
21
|
+
// Catchall baseclass
|
22
|
+
.glyphicon {
|
23
|
+
position: relative;
|
24
|
+
top: 1px;
|
25
|
+
display: inline-block;
|
26
|
+
font-family: 'Glyphicons Halflings';
|
27
|
+
font-style: normal;
|
28
|
+
font-weight: normal;
|
29
|
+
line-height: 1;
|
30
|
+
-webkit-font-smoothing: antialiased;
|
31
|
+
-moz-osx-font-smoothing: grayscale;
|
32
|
+
}
|
33
|
+
|
34
|
+
// Individual icons
|
35
|
+
.glyphicon-asterisk { &:before { content: "\2a"; } }
|
36
|
+
.glyphicon-plus { &:before { content: "\2b"; } }
|
37
|
+
.glyphicon-euro,
|
38
|
+
.glyphicon-eur { &:before { content: "\20ac"; } }
|
39
|
+
.glyphicon-minus { &:before { content: "\2212"; } }
|
40
|
+
.glyphicon-cloud { &:before { content: "\2601"; } }
|
41
|
+
.glyphicon-envelope { &:before { content: "\2709"; } }
|
42
|
+
.glyphicon-pencil { &:before { content: "\270f"; } }
|
43
|
+
.glyphicon-glass { &:before { content: "\e001"; } }
|
44
|
+
.glyphicon-music { &:before { content: "\e002"; } }
|
45
|
+
.glyphicon-search { &:before { content: "\e003"; } }
|
46
|
+
.glyphicon-heart { &:before { content: "\e005"; } }
|
47
|
+
.glyphicon-star { &:before { content: "\e006"; } }
|
48
|
+
.glyphicon-star-empty { &:before { content: "\e007"; } }
|
49
|
+
.glyphicon-user { &:before { content: "\e008"; color: @global-color; } }
|
50
|
+
.glyphicon-film { &:before { content: "\e009"; } }
|
51
|
+
.glyphicon-th-large { &:before { content: "\e010"; } }
|
52
|
+
.glyphicon-th { &:before { content: "\e011"; color: @global-color;} }
|
53
|
+
.glyphicon-th-list { &:before { content: "\e012"; } }
|
54
|
+
.glyphicon-ok { &:before { content: "\e013"; } }
|
55
|
+
.glyphicon-remove { &:before { content: "\e014"; } }
|
56
|
+
.glyphicon-zoom-in { &:before { content: "\e015"; } }
|
57
|
+
.glyphicon-zoom-out { &:before { content: "\e016"; } }
|
58
|
+
.glyphicon-off { &:before { content: "\e017"; } }
|
59
|
+
.glyphicon-signal { &:before { content: "\e018"; } }
|
60
|
+
.glyphicon-cog { &:before { content: "\e019"; } }
|
61
|
+
.glyphicon-trash { &:before { content: "\e020"; } }
|
62
|
+
.glyphicon-home { &:before { content: "\e021"; } }
|
63
|
+
.glyphicon-file { &:before { content: "\e022"; } }
|
64
|
+
.glyphicon-time { &:before { content: "\e023"; } }
|
65
|
+
.glyphicon-road { &:before { content: "\e024"; } }
|
66
|
+
.glyphicon-download-alt { &:before { content: "\e025"; } }
|
67
|
+
.glyphicon-download { &:before { content: "\e026"; } }
|
68
|
+
.glyphicon-upload { &:before { content: "\e027"; } }
|
69
|
+
.glyphicon-inbox { &:before { content: "\e028"; } }
|
70
|
+
.glyphicon-play-circle { &:before { content: "\e029"; } }
|
71
|
+
.glyphicon-repeat { &:before { content: "\e030"; } }
|
72
|
+
.glyphicon-refresh { &:before { content: "\e031"; } }
|
73
|
+
.glyphicon-list-alt { &:before { content: "\e032"; } }
|
74
|
+
.glyphicon-lock { &:before { content: "\e033"; } }
|
75
|
+
.glyphicon-flag { &:before { content: "\e034"; } }
|
76
|
+
.glyphicon-headphones { &:before { content: "\e035"; } }
|
77
|
+
.glyphicon-volume-off { &:before { content: "\e036"; } }
|
78
|
+
.glyphicon-volume-down { &:before { content: "\e037"; } }
|
79
|
+
.glyphicon-volume-up { &:before { content: "\e038"; } }
|
80
|
+
.glyphicon-qrcode { &:before { content: "\e039"; } }
|
81
|
+
.glyphicon-barcode { &:before { content: "\e040"; } }
|
82
|
+
.glyphicon-tag { &:before { content: "\e041"; } }
|
83
|
+
.glyphicon-tags { &:before { content: "\e042"; } }
|
84
|
+
.glyphicon-book { &:before { content: "\e043"; } }
|
85
|
+
.glyphicon-bookmark { &:before { content: "\e044"; } }
|
86
|
+
.glyphicon-print { &:before { content: "\e045"; } }
|
87
|
+
.glyphicon-camera { &:before { content: "\e046"; } }
|
88
|
+
.glyphicon-font { &:before { content: "\e047"; } }
|
89
|
+
.glyphicon-bold { &:before { content: "\e048"; } }
|
90
|
+
.glyphicon-italic { &:before { content: "\e049"; } }
|
91
|
+
.glyphicon-text-height { &:before { content: "\e050"; } }
|
92
|
+
.glyphicon-text-width { &:before { content: "\e051"; } }
|
93
|
+
.glyphicon-align-left { &:before { content: "\e052"; } }
|
94
|
+
.glyphicon-align-center { &:before { content: "\e053"; } }
|
95
|
+
.glyphicon-align-right { &:before { content: "\e054"; } }
|
96
|
+
.glyphicon-align-justify { &:before { content: "\e055"; } }
|
97
|
+
.glyphicon-list { &:before { content: "\e056"; } }
|
98
|
+
.glyphicon-indent-left { &:before { content: "\e057"; } }
|
99
|
+
.glyphicon-indent-right { &:before { content: "\e058"; } }
|
100
|
+
.glyphicon-facetime-video { &:before { content: "\e059"; } }
|
101
|
+
.glyphicon-picture { &:before { content: "\e060"; } }
|
102
|
+
.glyphicon-map-marker { &:before { content: "\e062"; } }
|
103
|
+
.glyphicon-adjust { &:before { content: "\e063"; } }
|
104
|
+
.glyphicon-tint { &:before { content: "\e064"; } }
|
105
|
+
.glyphicon-edit { &:before { content: "\e065"; } }
|
106
|
+
.glyphicon-share { &:before { content: "\e066"; } }
|
107
|
+
.glyphicon-check { &:before { content: "\e067"; } }
|
108
|
+
.glyphicon-move { &:before { content: "\e068"; } }
|
109
|
+
.glyphicon-step-backward { &:before { content: "\e069"; } }
|
110
|
+
.glyphicon-fast-backward { &:before { content: "\e070"; } }
|
111
|
+
.glyphicon-backward { &:before { content: "\e071"; } }
|
112
|
+
.glyphicon-play { &:before { content: "\e072"; } }
|
113
|
+
.glyphicon-pause { &:before { content: "\e073"; } }
|
114
|
+
.glyphicon-stop { &:before { content: "\e074"; } }
|
115
|
+
.glyphicon-forward { &:before { content: "\e075"; } }
|
116
|
+
.glyphicon-fast-forward { &:before { content: "\e076"; } }
|
117
|
+
.glyphicon-step-forward { &:before { content: "\e077"; } }
|
118
|
+
.glyphicon-eject { &:before { content: "\e078"; } }
|
119
|
+
.glyphicon-chevron-left { &:before { content: "\e079"; } }
|
120
|
+
.glyphicon-chevron-right { &:before { content: "\e080"; } }
|
121
|
+
.glyphicon-plus-sign { &:before { content: "\e081"; } }
|
122
|
+
.glyphicon-minus-sign { &:before { content: "\e082"; } }
|
123
|
+
.glyphicon-remove-sign { &:before { content: "\e083"; } }
|
124
|
+
.glyphicon-ok-sign { &:before { content: "\e084"; } }
|
125
|
+
.glyphicon-question-sign { &:before { content: "\e085"; } }
|
126
|
+
.glyphicon-info-sign { &:before { content: "\e086"; } }
|
127
|
+
.glyphicon-screenshot { &:before { content: "\e087"; } }
|
128
|
+
.glyphicon-remove-circle { &:before { content: "\e088"; } }
|
129
|
+
.glyphicon-ok-circle { &:before { content: "\e089"; } }
|
130
|
+
.glyphicon-ban-circle { &:before { content: "\e090"; } }
|
131
|
+
.glyphicon-arrow-left { &:before { content: "\e091"; } }
|
132
|
+
.glyphicon-arrow-right { &:before { content: "\e092"; } }
|
133
|
+
.glyphicon-arrow-up { &:before { content: "\e093"; } }
|
134
|
+
.glyphicon-arrow-down { &:before { content: "\e094"; } }
|
135
|
+
.glyphicon-share-alt { &:before { content: "\e095"; } }
|
136
|
+
.glyphicon-resize-full { &:before { content: "\e096"; } }
|
137
|
+
.glyphicon-resize-small { &:before { content: "\e097"; } }
|
138
|
+
.glyphicon-exclamation-sign { &:before { content: "\e101"; } }
|
139
|
+
.glyphicon-gift { &:before { content: "\e102"; } }
|
140
|
+
.glyphicon-leaf { &:before { content: "\e103"; } }
|
141
|
+
.glyphicon-fire { &:before { content: "\e104"; } }
|
142
|
+
.glyphicon-eye-open { &:before { content: "\e105"; } }
|
143
|
+
.glyphicon-eye-close { &:before { content: "\e106"; } }
|
144
|
+
.glyphicon-warning-sign { &:before { content: "\e107"; } }
|
145
|
+
.glyphicon-plane { &:before { content: "\e108"; } }
|
146
|
+
.glyphicon-calendar { &:before { content: "\e109"; } }
|
147
|
+
.glyphicon-random { &:before { content: "\e110"; } }
|
148
|
+
.glyphicon-comment { &:before { content: "\e111"; } }
|
149
|
+
.glyphicon-magnet { &:before { content: "\e112"; } }
|
150
|
+
.glyphicon-chevron-up { &:before { content: "\e113"; color: @global-color; } }
|
151
|
+
.glyphicon-chevron-down { &:before { content: "\e114"; } }
|
152
|
+
.glyphicon-retweet { &:before { content: "\e115"; } }
|
153
|
+
.glyphicon-shopping-cart { &:before { content: "\e116"; } }
|
154
|
+
.glyphicon-folder-close { &:before { content: "\e117"; } }
|
155
|
+
.glyphicon-folder-open { &:before { content: "\e118"; } }
|
156
|
+
.glyphicon-resize-vertical { &:before { content: "\e119"; } }
|
157
|
+
.glyphicon-resize-horizontal { &:before { content: "\e120"; } }
|
158
|
+
.glyphicon-hdd { &:before { content: "\e121"; } }
|
159
|
+
.glyphicon-bullhorn { &:before { content: "\e122"; } }
|
160
|
+
.glyphicon-bell { &:before { content: "\e123"; } }
|
161
|
+
.glyphicon-certificate { &:before { content: "\e124"; } }
|
162
|
+
.glyphicon-thumbs-up { &:before { content: "\e125"; } }
|
163
|
+
.glyphicon-thumbs-down { &:before { content: "\e126"; } }
|
164
|
+
.glyphicon-hand-right { &:before { content: "\e127"; } }
|
165
|
+
.glyphicon-hand-left { &:before { content: "\e128"; } }
|
166
|
+
.glyphicon-hand-up { &:before { content: "\e129"; } }
|
167
|
+
.glyphicon-hand-down { &:before { content: "\e130"; } }
|
168
|
+
.glyphicon-circle-arrow-right { &:before { content: "\e131"; } }
|
169
|
+
.glyphicon-circle-arrow-left { &:before { content: "\e132"; } }
|
170
|
+
.glyphicon-circle-arrow-up { &:before { content: "\e133"; } }
|
171
|
+
.glyphicon-circle-arrow-down { &:before { content: "\e134"; } }
|
172
|
+
.glyphicon-globe { &:before { content: "\e135"; } }
|
173
|
+
.glyphicon-wrench { &:before { content: "\e136"; } }
|
174
|
+
.glyphicon-tasks { &:before { content: "\e137"; } }
|
175
|
+
.glyphicon-filter { &:before { content: "\e138"; } }
|
176
|
+
.glyphicon-briefcase { &:before { content: "\e139"; } }
|
177
|
+
.glyphicon-fullscreen { &:before { content: "\e140"; } }
|
178
|
+
.glyphicon-dashboard { &:before { content: "\e141"; } }
|
179
|
+
.glyphicon-paperclip { &:before { content: "\e142"; } }
|
180
|
+
.glyphicon-heart-empty { &:before { content: "\e143"; } }
|
181
|
+
.glyphicon-link { &:before { content: "\e144"; } }
|
182
|
+
.glyphicon-phone { &:before { content: "\e145"; } }
|
183
|
+
.glyphicon-pushpin { &:before { content: "\e146"; } }
|
184
|
+
.glyphicon-usd { &:before { content: "\e148"; } }
|
185
|
+
.glyphicon-gbp { &:before { content: "\e149"; } }
|
186
|
+
.glyphicon-sort { &:before { content: "\e150"; } }
|
187
|
+
.glyphicon-sort-by-alphabet { &:before { content: "\e151"; } }
|
188
|
+
.glyphicon-sort-by-alphabet-alt { &:before { content: "\e152"; } }
|
189
|
+
.glyphicon-sort-by-order { &:before { content: "\e153"; } }
|
190
|
+
.glyphicon-sort-by-order-alt { &:before { content: "\e154"; } }
|
191
|
+
.glyphicon-sort-by-attributes { &:before { content: "\e155"; } }
|
192
|
+
.glyphicon-sort-by-attributes-alt { &:before { content: "\e156"; } }
|
193
|
+
.glyphicon-unchecked { &:before { content: "\e157"; } }
|
194
|
+
.glyphicon-expand { &:before { content: "\e158"; } }
|
195
|
+
.glyphicon-collapse-down { &:before { content: "\e159"; } }
|
196
|
+
.glyphicon-collapse-up { &:before { content: "\e160"; } }
|
197
|
+
.glyphicon-log-in { &:before { content: "\e161"; } }
|
198
|
+
.glyphicon-flash { &:before { content: "\e162"; } }
|
199
|
+
.glyphicon-log-out { &:before { content: "\e163"; color: @global-color; } }
|
200
|
+
.glyphicon-new-window { &:before { content: "\e164"; } }
|
201
|
+
.glyphicon-record { &:before { content: "\e165"; } }
|
202
|
+
.glyphicon-save { &:before { content: "\e166"; } }
|
203
|
+
.glyphicon-open { &:before { content: "\e167"; } }
|
204
|
+
.glyphicon-saved { &:before { content: "\e168"; } }
|
205
|
+
.glyphicon-import { &:before { content: "\e169"; } }
|
206
|
+
.glyphicon-export { &:before { content: "\e170"; } }
|
207
|
+
.glyphicon-send { &:before { content: "\e171"; } }
|
208
|
+
.glyphicon-floppy-disk { &:before { content: "\e172"; } }
|
209
|
+
.glyphicon-floppy-saved { &:before { content: "\e173"; } }
|
210
|
+
.glyphicon-floppy-remove { &:before { content: "\e174"; } }
|
211
|
+
.glyphicon-floppy-save { &:before { content: "\e175"; } }
|
212
|
+
.glyphicon-floppy-open { &:before { content: "\e176"; } }
|
213
|
+
.glyphicon-credit-card { &:before { content: "\e177"; } }
|
214
|
+
.glyphicon-transfer { &:before { content: "\e178"; } }
|
215
|
+
.glyphicon-cutlery { &:before { content: "\e179"; } }
|
216
|
+
.glyphicon-header { &:before { content: "\e180"; } }
|
217
|
+
.glyphicon-compressed { &:before { content: "\e181"; } }
|
218
|
+
.glyphicon-earphone { &:before { content: "\e182"; } }
|
219
|
+
.glyphicon-phone-alt { &:before { content: "\e183"; } }
|
220
|
+
.glyphicon-tower { &:before { content: "\e184"; } }
|
221
|
+
.glyphicon-stats { &:before { content: "\e185"; } }
|
222
|
+
.glyphicon-sd-video { &:before { content: "\e186"; } }
|
223
|
+
.glyphicon-hd-video { &:before { content: "\e187"; } }
|
224
|
+
.glyphicon-subtitles { &:before { content: "\e188"; } }
|
225
|
+
.glyphicon-sound-stereo { &:before { content: "\e189"; } }
|
226
|
+
.glyphicon-sound-dolby { &:before { content: "\e190"; } }
|
227
|
+
.glyphicon-sound-5-1 { &:before { content: "\e191"; } }
|
228
|
+
.glyphicon-sound-6-1 { &:before { content: "\e192"; } }
|
229
|
+
.glyphicon-sound-7-1 { &:before { content: "\e193"; } }
|
230
|
+
.glyphicon-copyright-mark { &:before { content: "\e194"; } }
|
231
|
+
.glyphicon-registration-mark { &:before { content: "\e195"; } }
|
232
|
+
.glyphicon-cloud-download { &:before { content: "\e197"; } }
|
233
|
+
.glyphicon-cloud-upload { &:before { content: "\e198"; } }
|
234
|
+
.glyphicon-tree-conifer { &:before { content: "\e199"; } }
|
235
|
+
.glyphicon-tree-deciduous { &:before { content: "\e200"; } }
|
236
|
+
.glyphicon-cd { &:before { content: "\e201"; } }
|
237
|
+
.glyphicon-save-file { &:before { content: "\e202"; } }
|
238
|
+
.glyphicon-open-file { &:before { content: "\e203"; } }
|
239
|
+
.glyphicon-level-up { &:before { content: "\e204"; } }
|
240
|
+
.glyphicon-copy { &:before { content: "\e205"; } }
|
241
|
+
.glyphicon-paste { &:before { content: "\e206"; } }
|
242
|
+
// The following 2 Glyphicons are omitted for the time being because
|
243
|
+
// they currently use Unicode codepoints that are outside the
|
244
|
+
// Basic Multilingual Plane (BMP). Older buggy versions of WebKit can't handle
|
245
|
+
// non-BMP codepoints in CSS string escapes, and thus can't display these two icons.
|
246
|
+
// Notably, the bug affects some older versions of the Android Browser.
|
247
|
+
// More info: https://github.com/twbs/bootstrap/issues/10106
|
248
|
+
// .glyphicon-door { &:before { content: "\1f6aa"; } }
|
249
|
+
// .glyphicon-key { &:before { content: "\1f511"; } }
|
250
|
+
.glyphicon-alert { &:before { content: "\e209"; } }
|
251
|
+
.glyphicon-equalizer { &:before { content: "\e210"; } }
|
252
|
+
.glyphicon-king { &:before { content: "\e211"; } }
|
253
|
+
.glyphicon-queen { &:before { content: "\e212"; } }
|
254
|
+
.glyphicon-pawn { &:before { content: "\e213"; } }
|
255
|
+
.glyphicon-bishop { &:before { content: "\e214"; } }
|
256
|
+
.glyphicon-knight { &:before { content: "\e215"; } }
|
257
|
+
.glyphicon-baby-formula { &:before { content: "\e216"; } }
|
258
|
+
.glyphicon-tent { &:before { content: "\26fa"; } }
|
259
|
+
.glyphicon-blackboard { &:before { content: "\e218"; } }
|
260
|
+
.glyphicon-bed { &:before { content: "\e219"; } }
|
261
|
+
.glyphicon-apple { &:before { content: "\f8ff"; } }
|
262
|
+
.glyphicon-erase { &:before { content: "\e221"; } }
|
263
|
+
.glyphicon-hourglass { &:before { content: "\231b"; } }
|
264
|
+
.glyphicon-lamp { &:before { content: "\e223"; } }
|
265
|
+
.glyphicon-duplicate { &:before { content: "\e224"; } }
|
266
|
+
.glyphicon-piggy-bank { &:before { content: "\e225"; } }
|
267
|
+
.glyphicon-scissors { &:before { content: "\e226"; } }
|
268
|
+
.glyphicon-bitcoin { &:before { content: "\e227"; } }
|
269
|
+
.glyphicon-btc { &:before { content: "\e227"; } }
|
270
|
+
.glyphicon-xbt { &:before { content: "\e227"; } }
|
271
|
+
.glyphicon-yen { &:before { content: "\00a5"; } }
|
272
|
+
.glyphicon-jpy { &:before { content: "\00a5"; } }
|
273
|
+
.glyphicon-ruble { &:before { content: "\20bd"; } }
|
274
|
+
.glyphicon-rub { &:before { content: "\20bd"; } }
|
275
|
+
.glyphicon-scale { &:before { content: "\e230"; } }
|
276
|
+
.glyphicon-ice-lolly { &:before { content: "\e231"; } }
|
277
|
+
.glyphicon-ice-lolly-tasted { &:before { content: "\e232"; } }
|
278
|
+
.glyphicon-education { &:before { content: "\e233"; } }
|
279
|
+
.glyphicon-option-horizontal { &:before { content: "\e234"; } }
|
280
|
+
.glyphicon-option-vertical { &:before { content: "\e235"; } }
|
281
|
+
.glyphicon-menu-hamburger { &:before { content: "\e236"; } }
|
282
|
+
.glyphicon-modal-window { &:before { content: "\e237"; } }
|
283
|
+
.glyphicon-oil { &:before { content: "\e238"; } }
|
284
|
+
.glyphicon-grain { &:before { content: "\e239"; } }
|
285
|
+
.glyphicon-sunglasses { &:before { content: "\e240"; } }
|
286
|
+
.glyphicon-text-size { &:before { content: "\e241"; } }
|
287
|
+
.glyphicon-text-color { &:before { content: "\e242"; } }
|
288
|
+
.glyphicon-text-background { &:before { content: "\e243"; } }
|
289
|
+
.glyphicon-object-align-top { &:before { content: "\e244"; } }
|
290
|
+
.glyphicon-object-align-bottom { &:before { content: "\e245"; } }
|
291
|
+
.glyphicon-object-align-horizontal{ &:before { content: "\e246"; } }
|
292
|
+
.glyphicon-object-align-left { &:before { content: "\e247"; } }
|
293
|
+
.glyphicon-object-align-vertical { &:before { content: "\e248"; } }
|
294
|
+
.glyphicon-object-align-right { &:before { content: "\e249"; } }
|
295
|
+
.glyphicon-triangle-right { &:before { content: "\e250"; } }
|
296
|
+
.glyphicon-triangle-left { &:before { content: "\e251"; } }
|
297
|
+
.glyphicon-triangle-bottom { &:before { content: "\e252"; } }
|
298
|
+
.glyphicon-triangle-top { &:before { content: "\e253"; } }
|
299
|
+
.glyphicon-console { &:before { content: "\e254"; } }
|
300
|
+
.glyphicon-superscript { &:before { content: "\e255"; } }
|
301
|
+
.glyphicon-subscript { &:before { content: "\e256"; } }
|
302
|
+
.glyphicon-menu-left { &:before { content: "\e257"; } }
|
303
|
+
.glyphicon-menu-right { &:before { content: "\e258"; } }
|
304
|
+
.glyphicon-menu-down { &:before { content: "\e259"; } }
|
305
|
+
.glyphicon-menu-up { &:before { content: "\e260"; } }
|