
https://app.ora.pm/p/fb56ed95daa7456b888d266a050b9afa?v=86662&s=28850&t=k&c=822333bd0995425286fa137c4c89977a
26 lines
341 B
SCSS
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;
|
|
}
|
|
}
|