Merge branch 'master' of github.com:CartoDB/CartoAssets into 27-add-default
This commit is contained in:
commit
a07ece2e34
@ -1,7 +1,7 @@
|
|||||||
// Icon font elements
|
// Icon font elements
|
||||||
// ----------------------------------------------
|
// ----------------------------------------------
|
||||||
|
|
||||||
@import "cdb-variables/sizes";
|
// Do not import any file (variables, mixins,...) in this stylesheet.
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CartoIcon';
|
font-family: 'CartoIcon';
|
||||||
@ -31,7 +31,7 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.CDB-IconFont--small {
|
.CDB-IconFont--small {
|
||||||
font-size: $sFontSize-small + 1;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SG
|
/* SG
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "cartoassets",
|
"name": "cartoassets",
|
||||||
"description": "Share frontend assets between different CartoDB repositories",
|
"description": "Share frontend assets between different CartoDB repositories",
|
||||||
"version": "0.1.21",
|
"version": "0.1.22",
|
||||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "CartoDB",
|
"name": "CartoDB",
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// Icon font elements
|
// Icon font elements
|
||||||
// ----------------------------------------------
|
// ----------------------------------------------
|
||||||
|
|
||||||
@import "cdb-variables/sizes";
|
// Do not import any file (variables, mixins,...) in this stylesheet.
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CartoIcon';
|
font-family: 'CartoIcon';
|
||||||
@ -31,7 +31,7 @@
|
|||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
}
|
}
|
||||||
.CDB-IconFont--small {
|
.CDB-IconFont--small {
|
||||||
font-size: $sFontSize-small + 1;
|
font-size: 11px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* SG
|
/* SG
|
||||||
|
Loading…
Reference in New Issue
Block a user