We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbf7ed5 commit 495b26eCopy full SHA for 495b26e
web/css/styles.min.css
@@ -2898,6 +2898,12 @@ a.button.cancel {
2898
border-radius: 6px;
2899
}
2900
2901
+.login-welcome {
2902
+ font-size: 1.1rem !important;
2903
+ font-weight: 400 !important;
2904
+ padding-bottom: 30px !important;
2905
+}
2906
+
2907
.qr-code {
2908
border: 1px solid #cfcfcf;
2909
border-radius: 4px;
web/templates/login.html
@@ -31,6 +31,11 @@
31
32
</script>
33
<table class="login-box">
34
+ <tr>
35
+ <td syle="padding: 12px 0 0 2px;" class="login-welcome">
36
+ <?php print __('Welcome to Hestia Control Panel');?>
37
+ </td>
38
+ </tr>
39
<tr>
40
<td syle="padding: 12px 0 0 2px;">
41
<?php print __('Username');?>
0 commit comments