Merge pull request #166 from CartoDB/9956-widgets-color

move layerselector from builder to cartoassets
This commit is contained in:
Carlos Matallín 2017-07-04 15:48:17 +02:00 committed by GitHub
commit 47d363a296
2 changed files with 24 additions and 0 deletions

View File

@ -0,0 +1,23 @@
// Layer selector and letters
// ----------------------------------------------
/* SG
# Layer selector and letters
```
<span class="CDB-SelectorLayer-letter CDB-Text CDB-Size-small u-whiteTextColor u-rSpace u-upperCase" style="background-color: #E65176">b0</span>
```
*/
.CDB-SelectorLayer {
position: relative;
}
.CDB-SelectorLayer.is-disabled {
background-color: $cThirdBackground;
}
.CDB-SelectorLayer-letter {
height: 14px;
padding: 1px 5px;
border-radius: 2px;
}

View File

@ -52,5 +52,6 @@
@import 'cdb-components/tags'; @import 'cdb-components/tags';
@import 'cdb-components/tooltips'; @import 'cdb-components/tooltips';
@import 'cdb-components/typography'; @import 'cdb-components/typography';
@import 'cdb-components/layer-selector';
@import 'cdb-icon-font'; @import 'cdb-icon-font';