You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
321 B

6 months ago
@import '~cartoassets/src/scss/cdb-variables/colors';
.Options-bar {
position: relative;
box-sizing: border-box;
flex: 0 0 auto;
align-items: center;
margin-right: -24px;
margin-left: -24px;
padding: 24px;
}
.Options-bar--right {
justify-content: flex-end;
}
.Options-bar.is-dark {
color: $cWhite;
}