diff options
Diffstat (limited to 'web/html/xui')
| -rw-r--r-- | web/html/xui/settings.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/xui/settings.html b/web/html/xui/settings.html index b838b17f..21e23d4f 100644 --- a/web/html/xui/settings.html +++ b/web/html/xui/settings.html @@ -365,8 +365,8 @@ </a-tab-pane> <a-tab-pane key="5" tab='{{ i18n "pages.settings.subSettings" }}'> <a-row :xs="24" :sm="24" :lg="12"> - <h2 style="color: inherit; font-weight: bold; font-size: 18px; padding: 20px 20px; text-align: center;"> - <a-icon type="warning" style="color: inherit; font-size: 24px;"></a-icon> + <h2 class="alert-msg"> + <a-icon type="warning"></a-icon> {{ i18n "pages.settings.infoDesc" }} </h2> </a-row> |
