@servicetitan/assist-ui
Version:
ServiceTitan Atlas UI Components
24 lines (20 loc) • 528 B
text/less
@import (reference) '~@servicetitan/tokens/dist/tokens.less';
.welcome-root {
height: 100%;
background-color: @color-neutral-0;
}
.welcome {
background: url('../../assets/images/background.png') no-repeat top center;
height: 170px;
width: 100%;
}
.illustration {
width: 190px;
height: 89px;
position: relative;
top: 75%;
left: 50%;
transform: translate(-50%, -50%);
background: url('../../assets/images/Illustration.png') no-repeat center center;
background-size: cover;
}