cronapp-framework-mobile-js
Version:
Javascript library for CronApp's projects
24 lines (21 loc) • 410 B
CSS
.dynamic-image-container {
border: 2px dashed;
min-height: 58px;
display: flex;
align-items: center;
justify-content: center;
}
.general-dynamic-image{
white-space: initial;
}
.dynamicImage{
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
.dynamicImage .buttomImage{
justify-content: center;
align-items: center;
display: flex;
}