rap-react
Version:
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
521 lines (463 loc) • 15.8 kB
CSS
.wf-force-outline-none[tabIndex="-1"]:focus {
outline: none;
}
.loader {
display: none;
width: 100%;
height: 100%;
background-image: url(./styles/Brand/images/loader.gif) ;
background-position: center ;
background-size: 60px ;
background-repeat: no-repeat ;
top: 0;
bottom: 0;
right: 0;
left: 0;
position: fixed;
/* background-color: red; */
z-index: 99;
background-color: red;
}
body.overflow-hidden {
overflow: hidden ;
}
.MuiDialogContent-root{
padding: 0 ;
}
.MuiDialogContentText-root{
margin-bottom: 0px ;
}
.MuiDialogContent-root:first-child{
padding-top: 0px ;
}
.modal-wrapper {
position: fixed;
left: 0%;
top: 0%;
right: 0%;
bottom: 0%;
z-index: 1000;
display: none;
width: 100%;
height: 100vh;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background-color: rgba(0, 0, 0, 0.26);
}
.modal-wrapper.show-modal-wrapper {
display: flex ;
opacity: 1 ;
}
.modal-wrapper.show-modal-wrapper .modal-block {
width: 50%;
/* border-radius: 20px; */
border-radius: 5px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
background-color: #fff;
}
.modal-wrapper.show-modal-wrapper .modal-block .hide {
display: none ;
}
.modal-wrapper.show-modal-wrapper .modal-block .error-message {
padding-left: 5px ;
padding-right: 5px ;
padding-top: 10px ;
padding-bottom: 10px ;
color: #e01723 ;
text-align: center ;
background-color: #ffdede ;
border-radius: 10px ;
line-height: 20px ;
font-size: 12px;;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block {
width: 100%;
max-width: 320px;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper{
display: flex;
flex-direction: column;
padding: 12px;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper .heading-container{
padding: 0 0 10px;
display: flex;
}
.modal-wrapper.show-modal-wrapper.change-role-status .modal-block .confirmation-content-wrapper select {
border-radius: 5px;
padding: 5px;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .heading-container {
display: flex;
justify-content: center;
align-items: center;
padding: 12px ;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block{
width: 400px;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block .modal-block-inner {
position: relative;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .close-modal{
position: absolute;
left: auto;
top: 12px;
right: 14px;
bottom: auto;
width: 25px;
height: 25px;
margin-top: -10px;
margin-right: -10px;
border-radius: 100px;
background-position: 50% 50%;
background-size: 11px;
background-repeat: no-repeat;
cursor: pointer;
}
.modal-wrapper.show-modal-wrapper.hierarchy-box .modal-block .heading-container{
display: flex;
justify-content: center;
align-items: center;
padding: 10px ;
font-size: 20px ;
font-weight: bolder;
}
.modal-wrapper.show-modal-wrapper.restore-defaults .modal-block .heading-container{
display: flex;
justify-content: center;
align-items: center;
padding: 12px ;
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .heading-container {
display: flex;
justify-content: center;
align-items: center;
padding: 12px ;
font-weight: bold;
font-size: 15px;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .feedback-heading-container {
display: flex;
justify-content: flex-start;
align-items: flex-start;
padding: 12px ;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .heading-container span, .modal-wrapper.show-modal-wrapper.restore-defaults .modal-block .heading-container span{
font-size: 16px;
text-align: center;
margin: 0 ;
line-height: 26px;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .feedback-heading-container span {
font-size: 24px;
line-height: 20px;
padding: 5px ;
margin: 0 ;
}
.modal-wrapper.show-modal-wrapper .un-selected {
border: 1px solid #e01723 ;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 12px;
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .confirmation-content-wrapper {
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
padding: 12px;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper > * {
width: 100%;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block .confirmation-content-wrapper {
width: 100%;
}
.modal-wrapper.show-modal-wrapper.copy-role .modal-block .confirmation-content-wrapper {
width: 100%;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper textarea {
padding: 5px;
width: 100%;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .confirmation-content-wrapper .counter-placeholder {
display: flex;
justify-content: flex-end;
align-items: flex-end;
}
.modal-wrapper.show-modal-wrapper.feedback .modal-block .empty-comments {
border: 1px solid #e01723;
resize: none;
}
.modal-wrapper.show-modal-wrapper .confirmation-button-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.modal-wrapper.show-modal-wrapper .confirmation-button {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #e7e8e9;
color: #691c33;
font-size: 16px;
text-align: center;
}
.modal-wrapper.show-modal-wrapper .confirmation-button.yes {
color: #fff;
}
.modal-wrapper.show-modal-wrapper .confirmation-button.no{
background-color: #e7e8e9;
color: #691c33;
}
.modal-wrapper.show-modal-wrapper .w-button {
display: inline-block;
padding: 9px 15px;
background-color: #3898EC;
color: white;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper {
width: 100%;
padding: 5px ;
font-size: 12px ;
display: block ;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .feedback-heading-container {
display: flex ;
justify-content: flex-start ;
align-items: flex-start ;
padding: 20px ;
padding-bottom: 0px ;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper > * {
width: 100% ;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form {
width: 100%;
padding: 2px ;
position: relative ;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2{
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
height: 100%;
padding: 20px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-ms-flex-pack: start;
justify-content: flex-start;
border-radius: 8px;
background-color: #fff;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2 .form-block-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
padding-right: 6px;
padding-left: 6px;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .login-form-2 .form-block-wrapper .form-section-title.small {
font-size: 22px;
line-height: 28px;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form label {
font-size: 12px;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .field-label {
color: #000;
font-size: 12px;
line-height: 23px;
font-weight: 600;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block {
display: flex;
justify-content: flex-start;
align-items: center;
width: 200px;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block input {
width: 15px;
height: 15px;
margin-bottom: 5px;
}
.modal-wrapper.show-modal-wrapper.reset-password .modal-block .confirmation-content-wrapper .login-block-form .show-password-block label {
margin-left: 5px;
color: #1279ff;
font-weight: 500;
font-size: 12px;
line-height: 18px;
}
.modal-wrapper.show-modal-wrapper .input-field.password-field {
margin-bottom: 10px ;
}
.modal-wrapper.show-modal-wrapper .password-strength {
padding-top: 0.5rem ;
padding-bottom: 1.25rem ;
}
.modal-wrapper.show-modal-wrapper .password-strength .h6-style-guide,
.modal-wrapper.show-modal-wrapper .password-strength h6 {
font-size: 1.125rem ;
color: #333 ;
margin-bottom: 1.25rem ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions {
margin-bottom: 0 ;
list-style: none ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
color: green ;
}
.modal-wrapper.show-modal-wrapper .chars-checkmark,
.modal-wrapper.show-modal-wrapper .digits-checkmark,
.modal-wrapper.show-modal-wrapper .letters-checkmark,
.modal-wrapper.show-modal-wrapper .match-checkmark,
.modal-wrapper.show-modal-wrapper .restricted-checkmark,
.modal-wrapper.show-modal-wrapper .special-checkmark {
height: 11px ;
max-width: 0.875rem ;
margin: 6px 0.625rem 0 0 ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions-text {
display: inline-block ;
flex-grow: 1 ;
flex-shrink: 0 ;
flex-basis: 0 ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li.invalid {
float: none ;
color: #e51937 ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
color: green ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li.invalid,
.modal-wrapper.show-modal-wrapper .password-strength .conditions li.valid {
list-style-type: none ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li:not(:last-child) {
margin-bottom: 0.625rem ;
}
.modal-wrapper.show-modal-wrapper .password-strength #api li {
list-style-type: none ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions li {
display: flex ;
}
.modal-wrapper.show-modal-wrapper .password-strength .conditions img.invalid-checkmark {
width: 11px ;
height: 11px ;
}
.modal-wrapper.show-modal-wrapper .password-strength .password-strength-bullet-point {
max-width: 0.3rem ;
margin-right: 1rem ;
}
.modal-wrapper.show-modal-wrapper .input-field {
padding-left: 5px ;
}
.modal-wrapper.show-modal-wrapper .hide-with-space {
visibility: hidden ;
}
.modal-wrapper.show-modal-wrapper .hide {
display: none ;
}
.modal-wrapper.show-modal-wrapper .confirmation-button-block {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.modal-wrapper.show-modal-wrapper .confirmation-button {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
background-color: #e7e8e9;
color: #691c33;
font-size: 16px;
text-align: center;
}
.modal-wrapper.show-modal-wrapper .w-button {
display: inline-block;
padding: 9px 15px;
border: 0;
line-height: inherit;
text-decoration: none;
cursor: pointer;
border-radius: 0;
}
.modal-wrapper.show-modal-wrapper .confirmation-button.yes {
color: #fff;
}
.modal-wrapper.show-modal-wrapper.change-status .modal-block, .modal-wrapper.show-modal-wrapper.copy-role .modal-block, .modal-wrapper.show-modal-wrapper.restore-defaults .modal-block{max-width: 320px;width: 100%;}