Merge pull request #166 from CartoDB/9956-widgets-color
move layerselector from builder to cartoassets
This commit is contained in:
commit
47d363a296
23
src/scss/cdb-components/_layer-selector.scss
Normal file
23
src/scss/cdb-components/_layer-selector.scss
Normal 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;
|
||||||
|
}
|
@ -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';
|
||||||
|
Loading…
Reference in New Issue
Block a user