Compare commits
16 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b205ec0cc6 | ||
|
|
de813d3070 | ||
|
|
f567653da3 | ||
|
|
0fbd357b10 | ||
|
|
aef4e7f9f5 | ||
|
|
34c8e8c816 | ||
|
|
54ce151f5f | ||
|
|
b225ce7f0c | ||
|
|
3913e9f932 | ||
|
|
25b418781f | ||
|
|
4cbe7053b7 | ||
|
|
75e6927015 | ||
|
|
261ac8a261 | ||
|
|
78f686abd7 | ||
|
|
d338a1050c | ||
|
|
aa5486a1a3 |
@@ -1,7 +1,7 @@
|
||||
cache: false
|
||||
language: node_js
|
||||
node_js:
|
||||
- "4.1"
|
||||
- "6.14.2"
|
||||
|
||||
install:
|
||||
- npm install
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "cartoassets",
|
||||
"description": "Share frontend assets between different CARTO repositories",
|
||||
"version": "0.2.2",
|
||||
"version": "0.2.4",
|
||||
"homepage": "https://github.com/cartodb/CartoAssets",
|
||||
"author": {
|
||||
"name": "CARTO",
|
||||
|
||||
@@ -175,9 +175,17 @@ Layout Component:
|
||||
&.is-disabled {
|
||||
opacity: 0.24;
|
||||
cursor: default;
|
||||
|
||||
&:active {
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-Button--noPadding {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.CDB-Button--loading {
|
||||
.CDB-Button-loader {
|
||||
position: absolute;
|
||||
|
||||
@@ -77,10 +77,10 @@
|
||||
box-sizing: border-box;
|
||||
|
||||
&:hover {
|
||||
border: 1px solid $cHoverLine;
|
||||
border: 1px solid $cBlueHover;
|
||||
}
|
||||
&:focus {
|
||||
border: 1px solid $cBlue;
|
||||
border: 1px solid $cBlackHover;
|
||||
outline: none;
|
||||
}
|
||||
&:disabled {
|
||||
@@ -90,6 +90,10 @@
|
||||
&.has-error {
|
||||
@include default-form-error-style();
|
||||
}
|
||||
|
||||
&.is-cursor {
|
||||
cursor: pointer;
|
||||
}
|
||||
}
|
||||
|
||||
.CDB-FieldError .CDB-Select,
|
||||
|
||||
@@ -44,6 +44,9 @@
|
||||
.u-lSpace--xl {
|
||||
margin-left: 12px;
|
||||
}
|
||||
.u-lSpace--xxl {
|
||||
margin-left: 16px;
|
||||
}
|
||||
|
||||
.u-ellipsis {
|
||||
text-overflow: ellipsis;
|
||||
@@ -126,6 +129,13 @@
|
||||
@include align-items(flex-end);
|
||||
}
|
||||
|
||||
/* Clearfix */
|
||||
.u-clearfix::after {
|
||||
display: table;
|
||||
clear: both;
|
||||
content: '';
|
||||
}
|
||||
|
||||
|
||||
/* Media queries*/
|
||||
@include media-query-mobile() {
|
||||
|
||||
Reference in New Issue
Block a user