mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/frontend.git
synced 2024-11-25 11:03:48 +03:00
88 lines
1.4 KiB
CSS
88 lines
1.4 KiB
CSS
.viewer{
|
|
background: #FFFFFF;
|
|
color: rgba(0, 0, 0, 0.85);
|
|
font-family: 'Roboto', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
box-shadow: inset 0px -1px 0px #F0F0F0;
|
|
padding: 12px 16px;
|
|
cursor: pointer;
|
|
width: 100%;
|
|
}
|
|
.card{
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
gap:15px;
|
|
align-items: center;
|
|
user-select: none;
|
|
}
|
|
|
|
.arrow{
|
|
display: flex;
|
|
gap:7px
|
|
}
|
|
|
|
.Text{
|
|
max-width: 70%;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
|
|
.leftSide{
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap:25px
|
|
}
|
|
|
|
.rightSide{
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap:50px
|
|
}
|
|
|
|
.fixes{
|
|
padding-top: 25px;
|
|
transition: 0.3s;
|
|
display: flex;
|
|
justify-content: left;
|
|
flex-direction: column;
|
|
gap:10px;
|
|
width: 100%;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-style: normal;
|
|
font-weight: 500;
|
|
font-size: 14px;
|
|
line-height: 22px;
|
|
color: rgba(0, 0, 0, 0.45);
|
|
}
|
|
|
|
.paragraphs{
|
|
display: flex;
|
|
justify-content: left;
|
|
flex-direction: column;
|
|
gap:10px;
|
|
}
|
|
.paragraph{
|
|
display: flex;
|
|
justify-content: left;
|
|
flex-direction: column;
|
|
gap:5px;
|
|
}
|
|
|
|
.correct{
|
|
width: 110px;
|
|
}
|
|
|
|
.circle{
|
|
border-radius: 50%;
|
|
height: 16px;
|
|
width: 16px;
|
|
}
|
|
|
|
.num{
|
|
display: flex;
|
|
gap:5px;
|
|
align-items: center;
|
|
} |