[VE] Fix styles

This commit is contained in:
Julia Radzhabova
2024-11-29 15:16:04 +03:00
parent 658eec71ae
commit d46ed7bf61
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@
--brand-cell: #34C759;
--brand-slide: #FE8C33;
--brand-form: #FE8C33;
--brand-visio: #d57bed;
--brand-visio: #6065ff;
--brand-primary: #3E9CF0;
--brand-secondary: #FFAF49;
--brand-text-on-brand: #000;

View File

@ -220,7 +220,7 @@
background-color: @background-toolbar;
outline: none;
box-shadow: 0px 4px 0 #49795d inset;
box-shadow: 0px 4px 0 #444796 inset;
border-top-width: 0;
padding-top: 1px;
.font-weight-bold();
@ -233,7 +233,7 @@
border-bottom-color: @highlight-header-button-hover;
background-color: @background-normal-ie;
background-color: @background-normal;
box-shadow: 0px 4px 0 #49795d inset;
box-shadow: 0px 4px 0 #444796 inset;
color: @text-normal-ie;
color: @text-normal;
}