Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
PERFORMA_REPLICA
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Muhammad Usman
PERFORMA_REPLICA
Commits
6db877d0
Commit
6db877d0
authored
Nov 25, 2019
by
GD-A-150752
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug-fixes
parent
86c3a28a
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
29 additions
and
2 deletions
+29
-2
edit-message-template.component.html
...dit-message-template/edit-message-template.component.html
+1
-1
edit-workflow-template.component.html
...t-workflow-template/edit-workflow-template.component.html
+0
-0
edit-workflow-template.component.scss
...t-workflow-template/edit-workflow-template.component.scss
+8
-1
edit-workflow-template.component.ts
...dit-workflow-template/edit-workflow-template.component.ts
+0
-0
custom.scss
frontend/angular/src/assets/css/custom.scss
+20
-0
No files found.
frontend/angular/src/app/components/edit-message-template/edit-message-template.component.html
View file @
6db877d0
...
@@ -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>
...
...
frontend/angular/src/app/components/edit-workflow-template/edit-workflow-template.component.html
View file @
6db877d0
This diff is collapsed.
Click to expand it.
frontend/angular/src/app/components/edit-workflow-template/edit-workflow-template.component.scss
View file @
6db877d0
...
@@ -69,16 +69,23 @@ p-inputMask {
...
@@ -69,16 +69,23 @@ p-inputMask {
}
}
.ml-0
{
.ml-0
{
margin-left
:
0
px
;
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
{
...
...
frontend/angular/src/app/components/edit-workflow-template/edit-workflow-template.component.ts
View file @
6db877d0
This diff is collapsed.
Click to expand it.
frontend/angular/src/assets/css/custom.scss
View file @
6db877d0
...
@@ -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
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment