Commit 6db877d0 by GD-A-150752

bug-fixes

parent 86c3a28a
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<div class="ui-g ui-fluid"> <div class="ui-g ui-fluid">
<div class="page-title mb-0"> <div class="page-title mb-0">
<a [routerLink]="['/admin/list-message-templates']" class="arrow-btn-blue ml-0"> <a [routerLink]="['/admin/list-message-templates']" class="arrow-btn-blue ml-0">
<img src="/assets/images/arrow-left-prev_blue.svg"> <img src="assets/images/arrow-left-prev_blue.svg">
</a> </a>
{{editMode ? "Edit" : "Add"}} Message Template {{editMode ? "Edit" : "Add"}} Message Template
</div> </div>
......
...@@ -69,16 +69,23 @@ p-inputMask { ...@@ -69,16 +69,23 @@ p-inputMask {
} }
.ml-0 { .ml-0 {
margin-left: 0px; margin-left: 0;
} }
.templateName { .templateName {
font-size: 24px; font-size: 24px;
} }
.interactive {
cursor: pointer;
}
label { label {
font-family: "Usual-Regular"; font-family: "Usual-Regular";
font-weight: 300; font-weight: 300;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
} }
.calcField { .calcField {
......
...@@ -108,6 +108,16 @@ ...@@ -108,6 +108,16 @@
/* End listing of message and workflow template styling */ /* End listing of message and workflow template styling */
/* Panel Styling */ /* Panel Styling */
.messaging {
.ui-panel {
.ui-panel-content {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
}
.ui-panel { .ui-panel {
margin-right: auto; margin-right: auto;
margin-left: auto; margin-left: auto;
...@@ -202,6 +212,16 @@ ...@@ -202,6 +212,16 @@
} }
} }
/* End styling select button*/
.ui-multiselect {
border-bottom: 0 !important;
}
.dropdown-text {
width: 75% !important;
}
.h-80 { .h-80 {
height: 80px; height: 80px;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment