fix size components
This commit is contained in:
parent
08f827267d
commit
e6e2f68eb0
32 changed files with 238 additions and 175 deletions
|
|
@ -9,7 +9,7 @@
|
|||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: stretch;
|
||||
margin: 30px 0;
|
||||
margin: 20px 0;
|
||||
gap: 17px;
|
||||
}
|
||||
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
border-radius: 15px;
|
||||
min-height: 180px;
|
||||
min-height: 140px;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
position: relative;
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
}
|
||||
|
||||
.statItem h3 {
|
||||
margin: 0 0 15px 0;
|
||||
margin: 0 0 0 0;
|
||||
color: #FFFFFF;
|
||||
font-size: 28px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
line-height: 1.2;
|
||||
}
|
||||
|
|
@ -68,20 +68,20 @@
|
|||
|
||||
.countAnswer p,
|
||||
.completion_percentage p {
|
||||
font-size: 60px;
|
||||
margin-bottom: -10px;
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.imgGroup,
|
||||
.imgSend {
|
||||
width: 58px;
|
||||
height: 61px;
|
||||
width: 43px;
|
||||
align-self: flex-end;
|
||||
}
|
||||
|
||||
.status p {
|
||||
text-align: center;
|
||||
margin-top: auto;
|
||||
font-size: 32px;
|
||||
font-size: 26px;
|
||||
}
|
||||
|
||||
.questionContainer {
|
||||
|
|
@ -106,13 +106,13 @@
|
|||
.textContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 11px;
|
||||
gap: 5px;
|
||||
width: 30%;
|
||||
min-width: 250px;
|
||||
}
|
||||
|
||||
.questionContainer h3 {
|
||||
font-size: 24px;
|
||||
font-size: 20px;
|
||||
font-weight: 600;
|
||||
color: #000000;
|
||||
margin: 0;
|
||||
|
|
@ -120,7 +120,7 @@
|
|||
|
||||
.answerCount {
|
||||
color: #000000;
|
||||
font-size: 18px;
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
|
|
@ -134,13 +134,11 @@
|
|||
|
||||
.pieContainer {
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.barContainer {
|
||||
width: 100%;
|
||||
height: 450px;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue