mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
small fix font size and main permission label
This commit is contained in:
parent
8d77b0ffc1
commit
ae485e4dd5
2 changed files with 2 additions and 4 deletions
|
@ -314,7 +314,7 @@
|
||||||
"logs_more": "Display more lines",
|
"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.",
|
"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_corresponding_url": "Corresponding URL",
|
||||||
"permission_main": "Main permission",
|
"permission_main": "Main label",
|
||||||
"permission_show_tile_enabled": "Visible as tile in user portal",
|
"permission_show_tile_enabled": "Visible as tile in user portal",
|
||||||
"port": "Port",
|
"port": "Port",
|
||||||
"ports": "Ports",
|
"ports": "Ports",
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
// For exemple, turning rounding of elements off, the bases colors, etc.
|
// For exemple, turning rounding of elements off, the bases colors, etc.
|
||||||
// $enable-rounded: false;
|
// $enable-rounded: false;
|
||||||
|
|
||||||
$font-size-base: 1rem;
|
$font-size-base: .9rem;
|
||||||
$font-weight-bold: 500;
|
$font-weight-bold: 500;
|
||||||
|
|
||||||
$blue: #2f7ed2;
|
$blue: #2f7ed2;
|
||||||
|
@ -60,8 +60,6 @@ $alert-padding-x: 1rem;
|
||||||
$card-spacer-y: .6rem;
|
$card-spacer-y: .6rem;
|
||||||
$card-spacer-x: 1rem;
|
$card-spacer-x: 1rem;
|
||||||
|
|
||||||
$input-btn-padding-y: .45rem;
|
|
||||||
|
|
||||||
$list-group-item-padding-x: 1rem;
|
$list-group-item-padding-x: 1rem;
|
||||||
|
|
||||||
// Import default variables after the above setup to compute all other variables.
|
// Import default variables after the above setup to compute all other variables.
|
||||||
|
|
Loading…
Add table
Reference in a new issue