Commit 1587f3a0 by Ali Arshad

Internal CR fixes.

parent c69ab081
...@@ -67,3 +67,37 @@ p-inputMask { ...@@ -67,3 +67,37 @@ p-inputMask {
.drag-block { .drag-block {
cursor: pointer; cursor: pointer;
} }
.ml-0 {
margin-left: 0px;
}
.templateName {
font-size: 24px;
}
label {
font-family: "Usual-Regular";
font-weight: 300;
}
.calcField {
position: relative;
top: -5px;
}
.flex-center {
display: flex;
justify-content: center;
align-items: center;
}
.panel-header-input {
width: 95%;
display: inline-block;
position: relative;
top: -8px;
background: #fff;
}
...@@ -11953,3 +11953,37 @@ label.select-all-jobs:after { ...@@ -11953,3 +11953,37 @@ label.select-all-jobs:after {
/* /*
End of Manage Customer End of Manage Customer
*/ */
body .ui-selectbutton .ui-button.ui-state-active {
background-color: #667281 !important;
}
body .ui-selectbutton .ui-button {
background-color: #fff !important;
}
.ui-selectbutton .ui-button span {
color: #000 !important;
}
.ui-selectbutton .ui-button.ui-state-active span{
color: #fff !important;
}
.mb-10 {
margin-bottom: 10px;
}
body .ui-button {
background-color: #667281;
}
body .ui-widget-header {
background-color: #667281;
border: 1px solid #667281;
}
body .ui-dropdown-panel .ui-dropdown-filter-container {
background-color: #667281;
}
...@@ -129,7 +129,7 @@ ...@@ -129,7 +129,7 @@
} }
.ui-panel-content { .ui-panel-content {
background-color: #F5F7F8; background-color: white;
padding: 65px 10.5% !important; padding: 65px 10.5% !important;
} }
} }
...@@ -139,14 +139,15 @@ ...@@ -139,14 +139,15 @@
/* Overriding switch input styles */ /* Overriding switch input styles */
.ui-inputswitch-slider:before { .ui-inputswitch-slider:before {
height: 17px !important; height: 16px !important;
width: 17px !important; width: 18px !important;
left: 3px !important; left: 4px !important;
background: white; background: white;
top: 2px;
} }
.ui-inputswitch { .ui-inputswitch {
height: 22px !important; height: 20px !important;
width: 40px !important !important; width: 40px !important !important;
border-color: #667281 !important; border-color: #667281 !important;
background-color: #667281 !important; background-color: #667281 !important;
......
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