Commit 62ffccb1 by GD-A-150752

UI-fixes

parent 873cc6c1
...@@ -68,10 +68,6 @@ p-inputMask { ...@@ -68,10 +68,6 @@ p-inputMask {
cursor: pointer; cursor: pointer;
} }
.ml-0 {
margin-left: 0;
}
.templateName { .templateName {
font-size: 24px; font-size: 24px;
} }
......
...@@ -81,6 +81,10 @@ ...@@ -81,6 +81,10 @@
margin-right: 0 !important; margin-right: 0 !important;
} }
.ml-0 {
margin-left: 0;
}
.w-100 { .w-100 {
width: 100% !important; width: 100% !important;
} }
...@@ -311,6 +315,9 @@ body .ui-dropdown-panel .ui-dropdown-filter-container { ...@@ -311,6 +315,9 @@ body .ui-dropdown-panel .ui-dropdown-filter-container {
} }
.message-template-form { .message-template-form {
background-color: #F5F7F8;
padding: 65px 10.5%;
label { label {
font-family: 'Usual-Regular' !important; font-family: 'Usual-Regular' !important;
} }
...@@ -366,26 +373,6 @@ body .ui-dropdown-panel .ui-dropdown-filter-container { ...@@ -366,26 +373,6 @@ body .ui-dropdown-panel .ui-dropdown-filter-container {
} }
} }
.ui-multiselect-header { .ui-button:focus, .ui-panel-titlebar-icon:hover, .ui-multiselect-close:hover {
background: none !important;
color: #4e5258 !important;
}
.ui-button:focus, .ui-panel-titlebar-icon:hover {
background-color: rgba(3, 160, 231, 0.5) !important; background-color: rgba(3, 160, 231, 0.5) !important;
} }
.ui-multiselect-close {
span {
color: rgba(78, 82, 88, 0.5) !important;
transition: all 0.3s ease;
}
&:hover {
background-color: rgba(3, 160, 231, 0.5) !important;
span {
color: white !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