-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #55 from namita-25/main
Fix:CSS - Duplicate and unused css removed
- Loading branch information
Showing
8 changed files
with
727 additions
and
1,292 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
99
src/app/admin/advance-editor/advance-editor.component.scss
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.