mirror of
https://github.com/clearml/clearml-web
synced 2025-06-26 18:27:02 +00:00
34 lines
519 B
SCSS
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;
|
|
}
|
|
}
|
|
|
|
}
|