N°3565 - Migrate backoffice pages to new UIBlock system : Setup (fix some fonts)

This commit is contained in:
Eric
2021-02-08 11:30:25 +01:00
parent 69189ab41a
commit 96faad7539
3 changed files with 20 additions and 4 deletions

View File

@@ -462,7 +462,7 @@
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-alert, .ibo-button, .ui-dialog .ui-button, .ui-datepicker-current, .ui-datepicker-close, .ibo-prop--apply > span, .ibo-prop--cancel > span, .sf_results_placeholder button, .sfc_fg_button, .ibo-dashlet--delete, .ibo-dashlet-badge--action-create, .sf_results_placeholder, .ibo-dashboard--properties--subtitle, .ibo-dashboard--available-dashlet--title, .ibo-dashlet--properties--title {
.ibo-alert, .ibo-dashlet-badge--action-create, .sf_results_placeholder, .ibo-dashboard--properties--subtitle, .ibo-dashboard--available-dashlet--title, .ibo-dashlet--properties--title {
font-size: 1.17rem;
font-family: "Raleway";
font-weight: 500;
@@ -518,6 +518,14 @@ ul.cke_autocomplete_panel .ibo-vendors-ckeditor--autocomplete-item-title, .ibo-n
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-button, .ui-dialog .ui-button, .ui-datepicker-current, .ui-datepicker-close, .ibo-prop--apply > span, .ibo-prop--cancel > span, .sf_results_placeholder button, .sfc_fg_button, .ibo-dashlet--delete {
font-size: 1rem;
font-family: "Raleway";
font-weight: 600;
-webkit-font-feature-settings: "lnum";
-moz-font-feature-settings: "lnum";
font-feature-settings: "lnum";
}
.ibo-navigation-menu--menu-filter-hint {
font-size: 0.83rem;
font-family: "Raleway";
@@ -10930,6 +10938,7 @@ a:active {
}
.ibo-button, .ui-dialog .ui-button, .ui-datepicker-current, .ui-datepicker-close, .ibo-prop--apply > span, .ibo-prop--cancel > span, .sf_results_placeholder button, .sfc_fg_button, .ibo-dashlet--delete {
cursor: pointer;
text-transform: uppercase;
padding: 6px 9px;
border: 0;
border-radius: 4px;
@@ -14984,4 +14993,7 @@ body {
.ibo-setup--button-bar .ibo-setup--full-width {
width: 100%;
}
.ibo-setup-summary-title {
font-size: 1.17rem;
}
/* integrityCheck: end (do not remove/edit) */