Skip to content

Commit

Permalink
Merge pull request #55 from namita-25/main
Browse files Browse the repository at this point in the history
Fix:CSS - Duplicate and unused css removed
  • Loading branch information
Pratikshakhandagale authored Dec 6, 2022
2 parents e113578 + 21e9d17 commit 469f948
Show file tree
Hide file tree
Showing 8 changed files with 727 additions and 1,292 deletions.
124 changes: 38 additions & 86 deletions src/app/admin/add-template/add-template.component.scss
Original file line number Diff line number Diff line change
@@ -1,97 +1,49 @@
select {
// height: 34px;
// width: 100%;
// left: 1px;
// top: 22px;
border-radius: 4px;
background: #FFFFFF;
border: 1px solid #EFEFEF;
box-sizing: border-box;
border-radius: 4px;
padding: 11px 10px;
width: 100%;
border-radius: 4px;
background: #ffffff;
border: 1px solid #efefef;
box-sizing: border-box;
border-radius: 4px;
padding: 11px 10px;
width: 100%;
}

// select option {
// height: 34px;
// }


.inputField {
height: 40px;
width: 505px;
left: -5px;
top: 8px;
border-radius: 4px;
border: 1px solid #EFEFEF !important;
}



.div-scroll {
overflow-y: scroll; /* Show vertical scrollbar */
overflow-x: scroll; /* Show horizontal scrollbar */
}
@media(min-width:768px){
.h-card{
min-height: 570px !important;
height: auto;
}
.setHeight{
height: 614px !important;
max-height: 614px !important;
}
overflow-y: scroll; /* Show vertical scrollbar */
overflow-x: scroll; /* Show horizontal scrollbar */
}
@media(max-width:768px){
.p-sm-0{
padding: 0 !important;
}
@media (min-width: 768px) {
.h-card {
min-height: 570px !important;
height: auto;
}
.setHeight {
height: 614px !important;
max-height: 614px !important;
}
}

.mt-23{
margin-top: -23px;
@media (max-width: 768px) {
.p-sm-0 {
padding: 0 !important;
}
}
.modal-content {
width: 45%;
height: 425px;
margin: 10% 30%;
width: 45%;
height: 425px;
margin: 10% 30%;
}

.w-0{
width: 0 !important;
.box {
float: left;
margin-right: 10px;
}



.box{
float:left;
margin-right:10px;
.prevBtn {
margin: 1px 0 -2px 20px;
z-index: 9999;
position: absolute;
}
.clear{
clear:both;
}

.wrapper {
display: grid;
//grid-template-columns: repeat(2, 1fr);;
}

.desc {
height: 90px;
}

.prevBtn
{
margin: 1px 0 -2px 20px;
z-index: 9999;
position: absolute;
}

.templateThumb {
width: 120px;
height: 172px;
//border: 2px solid #1987B6;
border: 1px solid #d7d5d5;
box-sizing: border-box;
margin: 4px 0 2px 2px;
}
width: 120px;
height: 172px;
border: 1px solid #d7d5d5;
box-sizing: border-box;
margin: 4px 0 2px 2px;
}
99 changes: 43 additions & 56 deletions src/app/admin/advance-editor/advance-editor.component.scss
Original file line number Diff line number Diff line change
@@ -1,65 +1,52 @@
.jsonviewer {
max-height: 600px;
overflow: scroll;
max-height: 600px;
overflow: scroll;
}

.well {
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
min-height: 20px;
padding: 19px;
margin-bottom: 20px;
background-color: #ffffff;
border: 1px solid #e8e8e8;
border-radius: 0;
-webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
}

.disabledbutton {
pointer-events: none;
}

.ace-jsoneditor .ace_scroller {
pointer-events: none !important;
}


/* Start - ngx-editor css */
.collapsible {
background-color: #777;
color: white;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin-bottom: 5px;
}

.active, .collapsible:hover {
background-color: #555;
}

.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}

.ngx-text-editor{
background-color: #ffffff !important;
font-size: 14px;
}

.ngx-toolbar {
display: none !important;
}

/* End - ngx-editor css */

.arrIcon {
font-size: x-small;
padding: 5px;
}
background-color: #777;
color: white;
cursor: pointer;
padding: 10px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
margin-bottom: 5px;
}
.active,
.collapsible:hover {
background-color: #555;
}
.content {
padding: 0 18px;
display: none;
overflow: hidden;
background-color: #f1f1f1;
}
.ngx-text-editor {
background-color: #ffffff !important;
font-size: 14px;
}
.ngx-toolbar {
display: none !important;
}
/* End - ngx-editor css */
.arrIcon {
font-size: x-small;
padding: 5px;
}
102 changes: 14 additions & 88 deletions src/app/admin/config-workflow/config-workflow.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,68 +12,42 @@
padding: 5px 9px;
border: 1px solid #666;
}

.custom-container {
background-color: #f6f8fc;
margin-top: 25px !important;
margin-left: 0px !important;

height: 186px;
}
.custom-container-edit {
background-color: #f6f8fc;
margin-top: 0px !important;
margin-left: 0px !important;
height: auto;
padding: 10px;
}

.delete-btn {
background-color: hsl(0, 81%, 86%);
border-radius: 20px;
width: 120px;
height: 40px;
padding: 10px;
float: right;
// opacity: 0.1;
text-align: center;
}
.text-color {
color: #c31212;
font-weight: 700;
}

.custom-container-attester {
background-color: #f6f8fc;
margin-top: 0px !important;
margin-left: 0px !important;
height: 186px;
}

.btn-add-attester {
background-color: #e8f3f8;
border-radius: 20px;
width: 170px;
height: 40px;
.custom-dropdown-attester {
width: 26%;
height: 45px;
color: #8d9091;
border-radius: 4px 4px 4px 4px;
background-color: #ffffff;
padding: 10px;
margin-left: 10px;
}
.btn-edit-attester {
background-color: #e8f3f8;
width: 170px;
height: 40px;
padding: 5px;
margin-left: 10px;
border-color: rgb(231, 229, 229);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.custom-dropdown-attester {
.custom-dropdown-attester-w-auto {
width: auto;
height: 45px;
color: #8d9091;
border-radius: 4px 4px 4px 4px;
background-color: #ffffff;
padding: 10px;
border-color: rgb(231, 229, 229);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.custom-dropdown-attester-details {
width: auto;
Expand All @@ -83,58 +57,10 @@
background-color: #ffffff;
border-color: rgb(231, 229, 229);
}

.clr-grey {
color: #8d9091;
}

.ml-40 {
margin-left: 40px;
}

.ml-240 {
margin-left: 210px;
}

.custom-hr {
color: #efefef;
height: 1px;
}

.ml-360 {
margin-left: 360px;
}

.ml-13 {
margin-left: 13px;
}

.custom-dropdown2 {
width: 143px;
height: 45px;
color: #8d9091;
border-radius: 4px 4px 4px 4px;
background-color: #ffffff;
}

.clr-grey2 {
background-color: #f6f8fc !important;
}

.clr-blue {
color: #1987b6;
}

.plus-btn {
width: 151px;
height: 40px;

background: #e8f3f8;
border-radius: 8px;
}

.newDiv {
height: 200px;
width: 400px;
background-color: red;
}
Loading

0 comments on commit 469f948

Please sign in to comment.