buli
2023-07-11 0c4796706fc9473d069b620321a54b20a119906c
force-app/main/default/aura/WeeklyReport/WeeklyReport.css
@@ -4,9 +4,10 @@
.THIS.height100vh {
    height: 100vh;
}
.THIS.contents_wrapper {
/* .THIS.contents_wrapper {
    padding-top: 50px;
}
    width: 105%;
} */
.THIS .mt5 {
    margin-top: 5px;
}
@@ -20,10 +21,10 @@
}
.THIS .no_data_area {
    text-align: center;
    margin: .5em 0;
    margin: 0.5em 0;
}
.THIS.report_list_area {
    margin: 40px 0 20px 100px;
    margin: 40px 0 20px 0px;
    height: 60vh;
    overflow-y: scroll;
}
@@ -110,7 +111,8 @@
    display: none;
}
.THIS .slds-input:focus, .THIS .slds-input:active {
.THIS .slds-input:focus,
.THIS .slds-input:active {
     border-color: rgb(216, 221, 230);
     box-shadow: none;
}
@@ -119,7 +121,7 @@
     font-weight: 400; 
.THIS .customRequired:before{    
     content: "*";
    content: '*';
     margin: 0 0.125rem 0 0.125rem;
     color: rgb(194, 57, 52);
     float: left; 
@@ -139,3 +141,30 @@
.THIS tr:hover .encrypt{
    display: none;
}
/* add by Deloitte-Link 2023-6-19 start*/
.THIS .weeklyReportSpinner {
    top: 100px;
}
.THIS .weeklyReportSpinnerEdit {
    top: 50px;
}
.THIS .slds-spinner_container {
    position: absolute;
    top: 100px;
}
.THIS .slds-spinner_containerEdit {
    position: absolute;
    top: 50px;
}
.THIS .marginTop {
    margin-top: 10px;
}
.THIS .custom-input .uiInput {
    height: 2rem;
}
/* add by Deloitte-Link 2023-6-19 end*/