Merge branch 'master' into 29-browsers_review
This commit is contained in:
commit
f040bbf31e
@ -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.23",
|
||||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "CartoDB",
|
"name": "CartoDB",
|
||||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -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
|
||||||
|
14
src/scss/cdb-utilities/defaults.css.scss
Normal file
14
src/scss/cdb-utilities/defaults.css.scss
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
// Default classes
|
||||||
|
// ----------------------------------------------
|
||||||
|
|
||||||
|
@import '../cdb-variables/colors';
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: $cBlue;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
@ -3,8 +3,6 @@
|
|||||||
License: none (public domain)
|
License: none (public domain)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@import '../cdb-variables/colors';
|
|
||||||
|
|
||||||
html, body, div, span, applet, object, iframe,
|
html, body, div, span, applet, object, iframe,
|
||||||
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
||||||
a, abbr, acronym, address, big, cite, code,
|
a, abbr, acronym, address, big, cite, code,
|
||||||
@ -60,12 +58,3 @@ button {
|
|||||||
dd, dt {
|
dd, dt {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
|
||||||
text-decoration: none;
|
|
||||||
color: $cBlue;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user