move layerselector from builder to cartoassets
This commit is contained in:
parent
dcff2a2215
commit
15ce80e448
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/tooltips';
|
||||
@import 'cdb-components/typography';
|
||||
@import 'cdb-components/layer-selector';
|
||||
|
||||
@import 'cdb-icon-font';
|
||||
|
Loading…
Reference in New Issue
Block a user