Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
IRC
/
ClientApp
/
src
/
scss
/
pages
/
Edit File Name :
_common.scss
.app { width: 100%; height: 100%; font-family: "Roboto", "Mukta", "Helvetica", "Arial", "sans-serif"; font-weight: 400; font-size: $default-fontSize; color: #444; &-block { display: flex; flex-direction: column; position: relative; // min-height: 100vh; } .drop { &-title { text-transform: capitalize; display: flex; align-items: center; &-info { display: flex; flex-direction: column; align-items: center; padding: 4px; &-title { font-weight: bold; } &-subtitle { font-size: 12px; color: #adadad; } } } } .ctrl-check-list { display: flex; flex-direction: column; } .irc-form { background-color: #fff; border-radius: 10px; padding: 30px; &-footer { display: flex; } } .upload { &-container { display: flex; flex-direction: column; // margin-bottom: 10px; } &-row-container { display: flex; flex-direction: row; flex-wrap: wrap; gap: 10; } &-button { margin-top: 10px; } &-item { display: flex; // padding: 10px 0px; margin-right: 10px; align-items: center; font-size: 13px; cursor: pointer; &-icon { padding: 5px; display: flex; align-items: center; justify-content: center; } &-name { // margin-left: 10px; position: relative; &:hover .btn-remove { display: flex; } } } &-info { word-wrap: break-word; width: 100%; } &-error { padding: 10px 0px; font-size: 13px; color: #ff4949; } &-label { padding: 0 0 5px !important; font-weight: bold; } &-input { position: relative; min-height: 30px; padding: 10px 0px; display: flex; flex-direction: column; .genericForm-group__upload-input { position: absolute; opacity: 0; min-height: 30px; background-color: red; } } } .article-card { &:hover { box-shadow: 0px 0px 10px 0px #cacaca; } line-height: 1.5; border-bottom: 1px solid #eee; padding: 10px; &__title { // white-space: nowrap; // overflow: hidden; // text-overflow: ellipsis; font-size: 13px; } &__activity { margin: 10px 0px; } &__author { font-size: 15px; font-weight: 500; } &__progress { width: 140px; padding: 3px 0px; .el-progress-bar__innerText { font-size: 10px; } } &__info { display: flex; align-items: center; div { margin-right: 10px; } &-detail { color: #787878; font-size: 13px; display: flex; span { &:not(:first-child) { margin-left: 3px; font-weight: bold; } &:only-child { font-weight: bold; } } } &-block { padding: 2px 8px; margin-right: 10px; background: #f1f1f1; border-radius: 10px; font-size: 12px; display: flex; span { margin-left: 3px; font-weight: bold; } } &-notes { padding: 10px; font-size: 13px; background-color: #f1f1f1; border-radius: 10px; margin-bottom: 10px; display: flex; } } &__details { display: flex; &-col-1 { flex: 1; } &-col-2 { max-width: 255px; display: flex; flex-wrap: wrap; align-items: center; justify-content: end; padding: 4px; .info { display: flex; flex-direction: column; background: #f1f1f1; padding: 6px; border-radius: 12px; margin: 4px; align-items: center; &-date { font-weight: bold; font-size: 13px; } &-label { color: #7b7b7b; font-size: 12px; } } } } &__status { margin-top: 10px; display: flex; align-items: center; &-block { padding: 3px 8px; margin-right: 10px; background: #20a0ff; border-radius: 10px; font-size: 11px; color: #fff; height: 21px; } &-progress { margin-right: 10px; width: 30px; height: 30px; .el-progress-circle { width: 30px !important; height: 30px !important; } .el-progress__text { font-size: 9px !important; } } &-reviewinfo { padding: 2px 10px; font-size: 13px; background: #048cf1; color: #fff; border-radius: 35px; margin-right: 10px; display: flex; align-items: center; svg { margin-right: 4px; } } } &__action { display: flex; padding: 10px 0px; justify-content: space-between; &-progress { width: 100px; } &-left { display: flex; align-items: center; gap: 10px; .comment { padding: 0px 10px 0px 0px; cursor: pointer; } } &-right { display: flex; align-items: center; gap: 10px; } } } .review { padding: 20px 10px; &-reviewDate { display: flex; &-info { padding: 10px; background: #f1f1f1; border-radius: 10px; .value { font-size: 12px; font-weight: bold; padding: 5px; } .label { font-size: 12px; } display: flex; flex-direction: column; align-items: center; margin-right: 10px; line-height: initial; } } } .template { line-height: 1.5; } } .loader { &-container { position: relative; } &-loading { position: absolute; width: 100%; height: 100%; z-index: 9; background: #0000000f; display: flex; align-items: center; justify-content: center; &__symbol { z-index: 10; color: #fff; // display: flex; // justify-content: center; // align-items: center; } } } .spinner { border: 5px solid #cfcccc; border-radius: 50%; border-top: 5px solid #3498db; width: 50px; height: 50px; animation: spin 2s linear infinite; } /* Safari */ @-webkit-keyframes spin { 0% { -webkit-transform: rotate(0deg); } 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } } .attachment { &__container { } &__header { display: flex; justify-content: space-between; padding: 10px; background: #f1f1f1; align-items: center; &-action { display: flex; div { margin-left: 10px; } } } &__footer { margin-top: 20px; } &__files { display: flex; padding: 10px; align-items: center; &-action { margin-left: 20px; } &-info { margin-left: 18px; display: flex; flex-direction: column; &-title { } &-subtitle { margin-left: 24px; font-size: 13px; color: #8a8a8a; } } } } .wrapper { display: flex; flex-direction: column; margin-bottom: 15px; &-label { font-weight: bold; // font-size: 13px; margin-bottom: 8px; } // &-control { // // font-size: 13px; // } } .hwrapper { display: flex; flex-direction: row; padding: 1px 0px; &-label { font-weight: bold; // font-size: 13px; margin-right: 10px; } // &-control { // // font-size: 13px; // } } .tab { &-title { font-size: 12px; .el-badge { &__content { top: 7px !important; right: 12px !important; font-size: 9px !important; } } } &-count { margin-left: 4px; padding: 5px; background-color: #878787; color: #ffff; border-radius: 30px; font-size: 11px; &-active { background-color: #20a0ff; } } } .header { display: flex; justify-content: space-between; align-items: center; } .ck-editor { &-content { ul, ul li { list-style-type: inherit; list-style: disc; } ol, ol li { list-style-type: inherit; list-style: decimal; } ul, ol { padding-left: 30px; } } &__editable_inline { min-height: 250px; } } .ck.ck-content ul, .ck.ck-content ul li { list-style-type: inherit; list-style: disc; } .ck.ck-content ul { /* Default user agent stylesheet, you can change it to your needs. */ padding-left: 15px; } .ck.ck-content ol, .ck.ck-content ol li { list-style-type: inherit; list-style: decimal; } .ck.ck-content ol { /* Default user agent stylesheet, you can change it to your needs. */ padding-left: 15px; } .red { background: #de2e21 !important; } .yellow { background: #d6a001 !important; } .green { background: #208e06 !important; } .blue { background: #20a0ff !important; } .gray { background-color: gray !important; }
Save