21 lines
292 B
SCSS
21 lines
292 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;
|
|
}
|
|
}
|
|
.client {
|
|
display: grid;
|
|
gap: 32px;
|
|
}
|
|
}
|