Commit 6db877d0 by GD-A-150752

bug-fixes

parent 86c3a28a
......@@ -4,7 +4,7 @@
<div class="ui-g ui-fluid">
<div class="page-title mb-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>
{{editMode ? "Edit" : "Add"}} Message Template
</div>
......
......@@ -69,16 +69,23 @@ p-inputMask {
}
.ml-0 {
margin-left: 0px;
margin-left: 0;
}
.templateName {
font-size: 24px;
}
.interactive {
cursor: pointer;
}
label {
font-family: "Usual-Regular";
font-weight: 300;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
}
.calcField {
......
......@@ -108,6 +108,16 @@
/* End listing of message and workflow template styling */
/* Panel Styling */
.messaging {
.ui-panel {
.ui-panel-content {
padding-left: 0 !important;
padding-right: 0 !important;
}
}
}
.ui-panel {
margin-right: auto;
margin-left: auto;
......@@ -202,6 +212,16 @@
}
}
/* End styling select button*/
.ui-multiselect {
border-bottom: 0 !important;
}
.dropdown-text {
width: 75% !important;
}
.h-80 {
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