Commit 62ffccb1 by GD-A-150752

UI-fixes

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