Files
clearml-web/src/app/webapp-common/datasets/simple-datasets/empty.scss
shyallegro aa038f4f82 Release v1.12 (#61)
Co-authored-by: shallegro <shay@allego.ai>
2023-08-02 15:35:38 +03:00

34 lines
519 B
SCSS

@import "variables";
.empty-datasets {
width: 100%;
grid-column: 1/-1;
display: flex;
flex-direction: column;
max-width: map-get($grid-max-widths, xl);
margin: 0 auto;
.title-icon {
color: $blue-600;
text-align: center;
margin-bottom: 24px;
}
.title {
font-size: 20px;
font-weight: 500;
color: $blue-100;
margin-bottom: 6px;
text-align: center;
}
.sub-title {
text-align: center;
margin-bottom: 64px;
.link {
color: $neon-yellow;
}
}
}