small fix font size and main permission label

This commit is contained in:
axolotle 2021-04-08 10:14:49 +02:00
parent 8d77b0ffc1
commit ae485e4dd5
2 changed files with 2 additions and 4 deletions

View file

@ -314,7 +314,7 @@
"logs_more": "Display more lines",
"pending_migrations": "There are some pending migrations waiting to be ran. Please go to the <a href='#/tools/migrations'>Tools > Migrations</a> 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",

View file

@ -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.