From ae485e4dd5ae325d2d250ee2f7c2e0aaad648858 Mon Sep 17 00:00:00 2001 From: axolotle Date: Thu, 8 Apr 2021 10:14:49 +0200 Subject: [PATCH] small fix font size and main permission label --- app/src/i18n/locales/en.json | 2 +- app/src/scss/_variables.scss | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 61edb4cd..a3548f5e 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -314,7 +314,7 @@ "logs_more": "Display more lines", "pending_migrations": "There are some pending migrations waiting to be ran. Please go to the Tools > Migrations view to run them.", "permission_corresponding_url": "Corresponding URL", - "permission_main": "Main permission", + "permission_main": "Main label", "permission_show_tile_enabled": "Visible as tile in user portal", "port": "Port", "ports": "Ports", diff --git a/app/src/scss/_variables.scss b/app/src/scss/_variables.scss index f55160eb..4182d446 100644 --- a/app/src/scss/_variables.scss +++ b/app/src/scss/_variables.scss @@ -27,7 +27,7 @@ // For exemple, turning rounding of elements off, the bases colors, etc. // $enable-rounded: false; -$font-size-base: 1rem; +$font-size-base: .9rem; $font-weight-bold: 500; $blue: #2f7ed2; @@ -60,8 +60,6 @@ $alert-padding-x: 1rem; $card-spacer-y: .6rem; $card-spacer-x: 1rem; -$input-btn-padding-y: .45rem; - $list-group-item-padding-x: 1rem; // Import default variables after the above setup to compute all other variables.