You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
NewEduCoderBuild/p__Classrooms__Lists__Polls...

252 lines
4.9 KiB

.flex_box_center___2bLPg {
justify-content: center;
align-items: center;
-webkit-justify-content: center;
box-align: center;
}
.flex_space_between___ii_Ys {
justify-content: space-between;
-webkit-box-pack: justify;
}
.flex_box_vertical_center___18wOe {
align-items: center;
box-align: center;
}
.flex_box_center_end___1SRoQ {
justify-content: flex-end;
align-items: center;
-webkit-justify-content: flex-end;
-webkit-align-items: center;
-webkit-box-align: center;
-webkit-box-pack: end;
box-align: center;
box-pack: end;
}
.flex_box_column___blnVc {
flex-direction: column;
box-orient: block-axis;
}
.bg___3sTdE {
background: white;
}
.title___2Y9p8 {
display: box;
display: flex;
align-items: center;
box-align: center;
}
.title___2Y9p8 strong {
color: #333;
}
.questionIcons___2ujoX [class~='ant-anchor-link'] {
display: inline;
}
.questionIcons___2ujoX [class~='ant-anchor-wrapper'] {
margin: 0;
overflow: hidden;
}
.questionIcons___2ujoX span,
.questionIcons___2ujoX a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
color: #fff;
background: #fb3226;
display: inline-block;
margin-right: 8px;
margin-bottom: 20px;
border-radius: 40px;
font-weight: bold;
cursor: pointer;
}
.questionIcons___2ujoX span:hover,
.questionIcons___2ujoX a:hover {
background-color: #ec7d72;
}
.questionIcons___2ujoX span:nth-child(5n),
.questionIcons___2ujoX a:nth-child(5n) {
margin-right: 25px;
}
.questionIcons___2ujoX .green___1xTdr {
background-color: #2abd8c;
}
.questionIcons___2ujoX .green___1xTdr:hover {
background-color: #88d19e;
}
.questionIcons___2ujoX .orange___2RDy1 {
background-color: #fd8001;
}
.questionIcons___2ujoX .orange___2RDy1:hover {
background-color: #fb9f42;
}
.greenTip___jAu9x {
color: #2abd8c;
margin-left: 15px;
}
.greenTip___jAu9x:before {
content: '';
width: 12px;
height: 12px;
background: #2abd8c;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.redTip___vdwze {
color: #fb3226;
margin-left: 15px;
}
.redTip___vdwze:before {
content: '';
width: 12px;
height: 12px;
background: #fb3226;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.orangeTip___1_p7v {
color: #fd8001;
margin-left: 15px;
}
.orangeTip___1_p7v:before {
content: '';
width: 12px;
height: 12px;
background: #fd8001;
border-radius: 12px;
display: inline-block;
margin-right: 4px;
position: relative;
top: 1px;
}
.pollDesc___2W78a {
background-color: #f2f9ff;
white-space: pre-wrap;
padding: 15px 30px;
color: #0152d9;
margin-top: 0;
margin-bottom: 0px;
}
.answered___1kVWf {
position: relative;
}
.answered___1kVWf::after {
position: absolute;
right: 35px;
top: 4px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #cbcbcb;
content: '';
}
.unanswer___aOwgL {
position: relative;
}
.unanswer___aOwgL::after {
position: absolute;
right: 35px;
top: 4px;
width: 12px;
height: 12px;
border-radius: 50%;
background: #fff;
content: '';
border: 1px solid #cbcbcb;
}
.anchor___vMbGr {
display: flex;
flex-direction: row;
}
.anchor___vMbGr [class~='ant-anchor-link'] {
padding: 0px;
}
.answerFlag___3rj3E {
display: block;
float: left;
margin-right: 10px;
border-radius: 50%;
border: 1px solid #cbcbcb;
height: 40px;
line-height: 40px;
width: 40px;
text-align: center;
color: #999999;
cursor: pointer;
margin-bottom: 5px;
}
.answerActive___3f5r8 {
background: #cbcbcb;
color: #fff;
}
.questionItem___3ztao {
border-bottom: 1px solid #ebebeb;
}
.questionItem___3ztao [class~='ant-checkbox-group'] {
width: 100%;
}
.questionItem___3ztao [class~='ant-radio-group'] {
width: 100%;
}
.questionItem___3ztao [class~='ant-checkbox-wrapper'] {
margin-right: 5px;
}
.itemType___2PfIv {
padding: 20px 5px;
}
.itemFlag___2SMq7 {
padding: 0px 10px;
border-radius: 15px;
height: 22px;
line-height: 22px;
background: #eaeaea;
color: #999;
font-size: 14px;
}
.answerWrap___3wcDW {
padding: 10px 0px;
}
.answerSubjective___1shV7 {
width: 100%;
height: 130px;
padding: 5px;
overflow: auto;
resize: vertical;
outline: none;
}
.otherInput___10b9e {
width: 80%;
border: none;
border-bottom: 1px solid #eee;
background: transparent;
flex: 1 1;
height: 20px;
line-height: 20px;
height: 100%;
}
.otherInput___10b9e [class~='ant-input']:hover,
.otherInput___10b9e [class~='ant-input']:focus {
border: none !important;
border-bottom: 1px solid #eee !important;
background: #f8f8f8 !important;
}
.submitButton___3VWix {
width: 130px;
height: 40px;
}
.flexRow___2Jt_u {
display: flex;
flex-direction: row;
align-items: center;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */