From 7fdfad6bd21e19918aa8082fff43a381f76f2f9f Mon Sep 17 00:00:00 2001 From: TheFlash787 Date: Thu, 13 Aug 2020 08:23:21 +0100 Subject: [PATCH] Downsized some elements to match the rest of HeliosLauncher --- app/assets/css/launcher.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/assets/css/launcher.css b/app/assets/css/launcher.css index 08dc5a7..278da6f 100644 --- a/app/assets/css/launcher.css +++ b/app/assets/css/launcher.css @@ -1278,7 +1278,7 @@ input:checked + .toggleSwitchSlider:before { /* Server Code title. */ .settingsServerCodeTitle { margin-bottom: 10px; - font-size: 18px; + font-size: 14px; font-family: 'Avenir Medium'; } @@ -1321,7 +1321,7 @@ input:checked + .toggleSwitchSlider:before { .settingsServerCodesDesc { margin: 20px 0px; color: grey; - font-size: 14px; + font-size: 10px; width: 90%; } @@ -1331,7 +1331,7 @@ input:checked + .toggleSwitchSlider:before { } #settingsServerCodesListContent { - font-size: 16px; + font-size: 10px; background: rgba(0, 0, 0, 0.25); border-radius: 3px; color: white; @@ -1383,7 +1383,7 @@ input:checked + .toggleSwitchSlider:before { .settingsServerCodeName { display: flex; flex-direction: column; - font-size: 16px; + font-size: 12px; font-weight: bold; } @@ -1395,7 +1395,7 @@ input:checked + .toggleSwitchSlider:before { .settingsServerCodeRemoveButton { background: none; border: none; - font-size: 14px; + font-size: 12px; text-align: right; padding: 0px; color: grey;