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.
cartodb/assets/stylesheets/common/image_picker.scss

32 lines
478 B

@import "../variables/mixins";
.AssetPane {
position: relative;
width: 945px;
margin: 67px auto 60px;
}
.AssetsList {
display: block;
position: relative;
height: auto;
max-height: none;
margin: 35px 0 70px;
padding-left: 5px;
overflow: auto;
}
.Form-row.Form-row--streched {
width: 780px;
margin: auto;
}
.CreateDialog-footerShadow.CreateDialog-footerShadow--tall {
top: -48px;
height: 48px;
}
.ImportPanel-state.is-active {
display: block;
}