icynet-admin/components/OAuth2Page/OAuth2Page.module.scss

30 lines
426 B
SCSS

.clientCard {
display: flex;
flex-direction: row;
gap: 1rem;
padding: 0.5rem;
box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
.pictureWrapper {
overflow: hidden;
}
.clientInfo {
display: flex;
flex-direction: column;
h2 {
padding: 0;
margin: 0;
.clientname {
font-size: 0.875rem;
}
}
}
}
.clientList {
display: flex;
flex-direction: column;
gap: 1rem;
}