26 lines
341 B
SCSS

@import "@Themes/constants.scss";
.root {
width: 100%;
padding-bottom: 32px;
.no-client {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 72px;
.title {
margin-bottom: 16px;
text-align: center;
}
}
.client {
display: grid;
gap: 32px;
margin-bottom: 32px;
}
}