.btnGroup { display: flex; align-items: center; justify-content: space-between; padding-left: 22px !important; padding-right: 22px !important; .tips { color: #0378EC; font-size: 16px; line-height: 38px; } :global { .n-base-selection { --n-height: 38px !important; width: 160px; font-size: 15px; border-radius: 8px !important; } .n-button { border-radius: 8px; height: 38px; font-size: 17px; font-weight: 600 !important; padding: 0 27px; } .n-button--default-type { background: #E8F4FF; color: #0378EC; &:not(.n-button--disabled):hover { background: #E8F4FF; } .n-button__border { border: 1px solid #198CFE; } } .n-button--error-type { background: #FDEBED !important; color: #EC3A4E !important; &:not(.n-button--disabled):hover, &:not(.n-button--disabled):active { background: #FDEBED; color: #EC3A4E; } .n-button__border { border: 1px solid #EC3A4E; } } } } .btnSubjectList { :global { .n-base-selection-label { &::before { margin-left: 12px; content: ' '; width: 24px; height: 24px; background: url('../../../images/icon-subject-name.png') no-repeat center; background-size: contain; } } .n-base-selection-input { padding-left: 8px !important; } .n-base-selection .n-base-selection-overlay { left: 24px; } } } .btnItem { display: flex; align-items: center; .btnTitle { flex-shrink: 0; font-size: 18px; font-weight: 600; } &:last-child { margin-left: 12px; } } .listContainer { margin-top: 12px; // // 52 + 28 + 38 max-height: calc(var(--window-page-lesson-height) - 148px); .listSection { min-height: calc(var(--window-page-lesson-height) - 148px); } .emptySection { display: flex; align-items: center; } } .list { padding: 12px 22px 12px; display: flex; flex-flow: row wrap; justify-content: flex-start; gap: 20px 2%; &>div { width: 49% !important; } .itemBlock { &>div { width: 100% !important; } } } .trainEditModal { width: 494px; } .assignHomework { width: 520px; } .assignHomeworkContainer { padding: 24px 30px; .updateBtnGroup { padding: 0; justify-content: center !important; :global { .n-button { height: 48px !important; min-width: 156px; } } } } .removeVisiable { width: 432px; :global { .n-card-header { font-size: max(22px, 16Px); } } .studentRemove { padding: 20px 40px 0; p { font-size: max(18px, 14Px); color: #777777; line-height: 30px; text-align: center; span { color: #EA4132; } } } .btnGroupModal { padding: 32px 0; :global { .n-button { height: 47px; min-width: 156px; } } } } .removeVisiable1 { width: 432px; :global { .n-card-header { font-size: max(22px, 16Px); } } .studentRemove { padding: 20px 40px 0; p { font-size: max(18px, 14Px); color: #777777; line-height: 30px; span { color: #EA4132; } } } .btnGroupModal { padding: 32px 0; :global { .n-button { height: 47px; min-width: 156px; } } } }