statistics

This commit is contained in:
Mikola
2024-02-28 14:04:33 +03:00
parent 9b01381af1
commit 5dbf1421f0
4 changed files with 181 additions and 124 deletions

View File

@ -144,6 +144,11 @@
line-height: 32px;
margin-right: 19px;
}
img {
max-width: 36px;
max-height: 36px;
}
}
}
@ -240,7 +245,7 @@
&__head {
display: flex;
justify-content: space-between;
margin-right: 123px;
margin-right: 55px;
p {
color: #5b6871;
@ -255,6 +260,30 @@
@media (max-width: 650px) {
display: none;
}
.head {
&__name {
max-width: 270px;
width: 100%;
}
&__email {
max-width: 270px;
width: 100%;
}
&__role {
max-width: 168px;
width: 100%;
text-align: center;
}
&__status {
text-align: center;
max-width: 152px;
width: 100%;
}
}
}
&__item {
@ -270,14 +299,18 @@
&-name {
display: flex;
align-items: center;
width: 202px;
max-width: 270px;
width: 100%;
img {
margin-right: 10px;
max-width: 36px;
max-height: 36px;
}
}
&-email {
width: 235px;
max-width: 270px;
width: 100%;
align-items: center;
display: flex;
@ -292,6 +325,7 @@
&-type {
width: 168px;
text-align: center;
}
@media (max-width: 850px) {