1090 lines
19 KiB
SCSS
1090 lines
19 KiB
SCSS
// Icon font elements
|
|
// ----------------------------------------------
|
|
|
|
@font-face {
|
|
font-family: 'CartoIcon';
|
|
src: url('../fonts/cartoIcon.eot');
|
|
src: url('../fonts/cartoIcon.eot?#iefix') format('embedded-opentype'),
|
|
url('../fonts/cartoIcon.woff') format('woff'),
|
|
url('../fonts/cartoIcon.ttf') format('truetype'),
|
|
url('../fonts/cartoIcon.svg?ey3vsq#cartoIcon') format('svg');
|
|
font-weight: normal;
|
|
font-style: normal;
|
|
}
|
|
|
|
.CDB-IconFont {
|
|
display: inline-block;
|
|
font-family: 'CartoIcon';
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
-webkit-font-smoothing: antialiased;
|
|
-moz-osx-font-smoothing: grayscale;
|
|
line-height: 1;
|
|
}
|
|
|
|
/* SG
|
|
# Typography/Icon font
|
|
All available icons in CartoDB.
|
|
|
|
```
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--clock Size-large"></i>
|
|
<h4 class="Text Size-small">clock</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--stats Size-large"></i>
|
|
<h4 class="Text Size-small">stats</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--heartempty Size-large"></i>
|
|
<h4 class="Text Size-small">heartempty</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--heartfill Size-large"></i>
|
|
<h4 class="Text Size-small">heartfill</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--alert Size-large"></i>
|
|
<h4 class="Text Size-small">alert</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--rows Size-large"></i>
|
|
<h4 class="Text Size-small">rows</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--check Size-large"></i>
|
|
<h4 class="Text Size-small">check</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--dribbble Size-large"></i>
|
|
<h4 class="Text Size-small">dribbble</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--twitter Size-large"></i>
|
|
<h4 class="Text Size-small">twitter</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--wizard Size-large"></i>
|
|
<h4 class="Text Size-small">wizard</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--info Size-large"></i>
|
|
<h4 class="Text Size-small">info</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--fork Size-large"></i>
|
|
<h4 class="Text Size-small">fork</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--facebook Size-large"></i>
|
|
<h4 class="Text Size-small">facebook</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--folder Size-large"></i>
|
|
<h4 class="Text Size-small">folder</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--dropbox Size-large"></i>
|
|
<h4 class="Text Size-small">dropbox</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--cloud Size-large"></i>
|
|
<h4 class="Text Size-small">cloud</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--step Size-large"></i>
|
|
<h4 class="Text Size-small">step</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--addDocument Size-large"></i>
|
|
<h4 class="Text Size-small">addDocument</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--arrowNext Size-large"></i>
|
|
<h4 class="Text Size-small">arrowNext</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--arrowPrev Size-large"></i>
|
|
<h4 class="Text Size-small">arrowPrev</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--close Size-large"></i>
|
|
<h4 class="Text Size-small">close</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--cartoFante Size-large"></i>
|
|
<h4 class="Text Size-small">cartoFante</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--lock Size-large"></i>
|
|
<h4 class="Text Size-small">lock</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--cartoDB Size-large"></i>
|
|
<h4 class="Text Size-small">cartoDB</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--lens Size-large"></i>
|
|
<h4 class="Text Size-small">lens</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--closeLimits Size-large"></i>
|
|
<h4 class="Text Size-small">closeLimits</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--defaultUser Size-large"></i>
|
|
<h4 class="Text Size-small">defaultUser</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--cockroach Size-large"></i>
|
|
<h4 class="Text Size-small">cockroach</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--floppy Size-large"></i>
|
|
<h4 class="Text Size-small">floppy</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--trash Size-large"></i>
|
|
<h4 class="Text Size-small">trash</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--wifi Size-large"></i>
|
|
<h4 class="Text Size-small">wifi</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--unlock Size-large"></i>
|
|
<h4 class="Text Size-small">unlock</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--unlockwithEllipsis Size-large"></i>
|
|
<h4 class="Text Size-small">unlockwithEllipsis</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--gift Size-large"></i>
|
|
<h4 class="Text Size-small">gift</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--people Size-large"></i>
|
|
<h4 class="Text Size-small">people</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--play Size-large"></i>
|
|
<h4 class="Text Size-small">play</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--add Size-large"></i>
|
|
<h4 class="Text Size-small">add</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--map Size-large"></i>
|
|
<h4 class="Text Size-small">map</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--anchor Size-large"></i>
|
|
<h4 class="Text Size-small">anchor</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--key Size-large"></i>
|
|
<h4 class="Text Size-small">key</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--calendar Size-large"></i>
|
|
<h4 class="Text Size-small">calendar</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--document Size-large"></i>
|
|
<h4 class="Text Size-small">document</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--eye Size-large"></i>
|
|
<h4 class="Text Size-small">eye</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--marker Size-large"></i>
|
|
<h4 class="Text Size-small">marker</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--progressBar Size-large"></i>
|
|
<h4 class="Text Size-small">progressBar</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--book Size-large"></i>
|
|
<h4 class="Text Size-small">book</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--notes Size-large"></i>
|
|
<h4 class="Text Size-small">notes</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--rectangles Size-large"></i>
|
|
<h4 class="Text Size-small">rectangles</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--mountain Size-large"></i>
|
|
<h4 class="Text Size-small">mountain</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--points Size-large"></i>
|
|
<h4 class="Text Size-small">points</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--snake Size-large"></i>
|
|
<h4 class="Text Size-small">snake</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--boss Size-large"></i>
|
|
<h4 class="Text Size-small">boss</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--rocket Size-large"></i>
|
|
<h4 class="Text Size-small">rocket</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--barometer Size-large"></i>
|
|
<h4 class="Text Size-small">barometer</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--dollar Size-large"></i>
|
|
<h4 class="Text Size-small">dollar</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--email Size-large"></i>
|
|
<h4 class="Text Size-small">email</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--label Size-large"></i>
|
|
<h4 class="Text Size-small">label</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--outside Size-large"></i>
|
|
<h4 class="Text Size-small">outside</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--jigsaw Size-large"></i>
|
|
<h4 class="Text Size-small">jigsaw</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--tools Size-large"></i>
|
|
<h4 class="Text Size-small">tools</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--question Size-large"></i>
|
|
<h4 class="Text Size-small">question</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--layerStack Size-large"></i>
|
|
<h4 class="Text Size-small">layerStack</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--alarm Size-large"></i>
|
|
<h4 class="Text Size-small">alarm</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--cloudDownArrow Size-large"></i>
|
|
<h4 class="Text Size-small">cloudDownArrow</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--pencil Size-large"></i>
|
|
<h4 class="Text Size-small">pencil</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--fountainPen Size-large"></i>
|
|
<h4 class="Text Size-small">fountainPen</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--emptyDoc Size-large"></i>
|
|
<h4 class="Text Size-small">emptyDoc</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--mergeArrow Size-large"></i>
|
|
<h4 class="Text Size-small">mergeArrow</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--mergeColumns Size-large"></i>
|
|
<h4 class="Text Size-small">mergeColumns</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--mergeSpatial Size-large"></i>
|
|
<h4 class="Text Size-small">mergeSpatial</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--globe Size-large"></i>
|
|
<h4 class="Text Size-small">globe</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--chevronDown Size-large"></i>
|
|
<h4 class="Text Size-small">chevronDown</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--streets Size-large"></i>
|
|
<h4 class="Text Size-small">streets</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--keys Size-large"></i>
|
|
<h4 class="Text Size-small">keys</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--facebookSquare Size-large"></i>
|
|
<h4 class="Text Size-small">facebookSquare</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--fullscreen Size-large"></i>
|
|
<h4 class="Text Size-small">fullscreen</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--rarrow Size-large"></i>
|
|
<h4 class="Text Size-small">rarrow</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--share Size-large"></i>
|
|
<h4 class="Text Size-small">share</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--linkedin Size-large"></i>
|
|
<h4 class="Text Size-small">linkedin</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--calendarBlank Size-large"></i>
|
|
<h4 class="Text Size-small">calendarBlank</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--creativeCommons Size-large"></i>
|
|
<h4 class="Text Size-small">creativeCommons</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--bubble Size-large"></i>
|
|
<h4 class="Text Size-small">bubble</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--bars Size-large"></i>
|
|
<h4 class="Text Size-small">bars</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--arrowMenu Size-large"></i>
|
|
<h4 class="Text Size-small">arrowMenu</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--tieFighter Size-large"></i>
|
|
<h4 class="Text Size-small">tieFighter</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--ray Size-large"></i>
|
|
<h4 class="Text Size-small">ray</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--markup Size-large"></i>
|
|
<h4 class="Text Size-small">markup</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--table Size-large"></i>
|
|
<h4 class="Text Size-small">table</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--airlock Size-large"></i>
|
|
<h4 class="Text Size-small">airlock</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--pin Size-large"></i>
|
|
<h4 class="Text Size-small">pin</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--attache Size-large"></i>
|
|
<h4 class="Text Size-small">attache</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--download Size-large"></i>
|
|
<h4 class="Text Size-small">download</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--group Size-large"></i>
|
|
<h4 class="Text Size-small">group</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--dashboard Size-large"></i>
|
|
<h4 class="Text Size-small">dashboard</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--spinner Size-large"></i>
|
|
<h4 class="Text Size-small">spinner</h4>
|
|
</div>
|
|
|
|
|
|
<div class="box">
|
|
<i class="CDB-IconFont CDB-IconFont--drop Size-large"></i>
|
|
<h4 class="Text Size-small">drop</h4>
|
|
</div>
|
|
|
|
```
|
|
*/
|
|
|
|
|
|
|
|
.CDB-IconFont--clock::before {
|
|
content: '\E001';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--stats::before {
|
|
content: '\E002';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--heartempty::before {
|
|
content: '\E003';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--heartfill::before {
|
|
content: '\E004';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--alert::before {
|
|
content: '\E005';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--rows::before {
|
|
content: '\E006';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--check::before {
|
|
content: '\E007';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--dribbble::before {
|
|
content: '\E008';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--twitter::before {
|
|
content: '\E009';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--wizard::before {
|
|
content: '\E00A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--info::before {
|
|
content: '\E00B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--fork::before {
|
|
content: '\E00C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--facebook::before {
|
|
content: '\E00D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--folder::before {
|
|
content: '\E00E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--dropbox::before {
|
|
content: '\E00F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--cloud::before {
|
|
content: '\E010';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--step::before {
|
|
content: '\E011';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--addDocument::before {
|
|
content: '\E012';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--arrowNext::before {
|
|
content: '\E013';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--arrowPrev::before {
|
|
content: '\E014';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--close::before {
|
|
content: '\E015';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--cartoFante::before {
|
|
content: '\E016';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--lock::before {
|
|
content: '\E017';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--cartoDB::before {
|
|
content: '\E018';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--lens::before {
|
|
content: '\E019';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--closeLimits::before {
|
|
content: '\E01A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--defaultUser::before {
|
|
content: '\E01B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--cockroach::before {
|
|
content: '\E01C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--floppy::before {
|
|
content: '\E01D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--trash::before {
|
|
content: '\E01E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--wifi::before {
|
|
content: '\E01F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--unlock::before {
|
|
content: '\E020';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--unlockwithEllipsis::before {
|
|
content: '\E021';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--gift::before {
|
|
content: '\E022';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--people::before {
|
|
content: '\E023';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--play::before {
|
|
content: '\E024';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--add::before {
|
|
content: '\E025';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--map::before {
|
|
content: '\E026';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--anchor::before {
|
|
content: '\E027';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--key::before {
|
|
content: '\E028';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--calendar::before {
|
|
content: '\E029';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--document::before {
|
|
content: '\E02A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--eye::before {
|
|
content: '\E02B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--marker::before {
|
|
content: '\E02C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--progressBar::before {
|
|
content: '\E02D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--book::before {
|
|
content: '\E02E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--notes::before {
|
|
content: '\E02F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--rectangles::before {
|
|
content: '\E030';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--mountain::before {
|
|
content: '\E031';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--points::before {
|
|
content: '\E032';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--snake::before {
|
|
content: '\E033';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--boss::before {
|
|
content: '\E034';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--rocket::before {
|
|
content: '\E035';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--barometer::before {
|
|
content: '\E036';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--dollar::before {
|
|
content: '\E037';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--email::before {
|
|
content: '\E038';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--label::before {
|
|
content: '\E039';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--outside::before {
|
|
content: '\E03A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--jigsaw::before {
|
|
content: '\E03B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--tools::before {
|
|
content: '\E03C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--question::before {
|
|
content: '\E03D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--layerStack::before {
|
|
content: '\E03E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--alarm::before {
|
|
content: '\E03F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--cloudDownArrow::before {
|
|
content: '\E040';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--pencil::before {
|
|
content: '\E041';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--fountainPen::before {
|
|
content: '\E042';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--emptyDoc::before {
|
|
content: '\E043';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--mergeArrow::before {
|
|
content: '\E044';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--mergeColumns::before {
|
|
content: '\E045';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--mergeSpatial::before {
|
|
content: '\E046';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--globe::before {
|
|
content: '\E047';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--chevronDown::before {
|
|
content: '\E048';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--streets::before {
|
|
content: '\E049';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--keys::before {
|
|
content: '\E04A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--facebookSquare::before {
|
|
content: '\E04B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--fullscreen::before {
|
|
content: '\E04C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--rarrow::before {
|
|
content: '\E04D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--share::before {
|
|
content: '\E04E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--linkedin::before {
|
|
content: '\E04F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--calendarBlank::before {
|
|
content: '\E050';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--creativeCommons::before {
|
|
content: '\E051';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--bubble::before {
|
|
content: '\E052';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--bars::before {
|
|
content: '\E053';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--arrowMenu::before {
|
|
content: '\E054';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--tieFighter::before {
|
|
content: '\E055';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--ray::before {
|
|
content: '\E056';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--markup::before {
|
|
content: '\E057';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--table::before {
|
|
content: '\E058';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--airlock::before {
|
|
content: '\E059';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--pin::before {
|
|
content: '\E05A';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--attache::before {
|
|
content: '\E05B';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--download::before {
|
|
content: '\E05C';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--group::before {
|
|
content: '\E05D';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--dashboard::before {
|
|
content: '\E05E';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--spinner::before {
|
|
content: '\E05F';
|
|
}
|
|
|
|
|
|
.CDB-IconFont--drop::before {
|
|
content: '\E060';
|
|
}
|