diff --git a/flexiapi/public/css/far.css b/flexiapi/public/css/far.css index e7d9317..93b7237 100644 --- a/flexiapi/public/css/far.css +++ b/flexiapi/public/css/far.css @@ -2,14 +2,14 @@ /* fallback */ @font-face { - font-family: 'Material Icons'; + font-family: 'Material Icons Outlined'; font-style: normal; font-weight: 400; - src: url(https://fonts.gstatic.com/s/materialicons/v140/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2'); -} + src: url(../fonts/MaterialIcons-Outlined.woff2) format('woff2'); + } -.material-icons { - font-family: 'Material Icons'; +.material-icons-outlined { + font-family: 'Material Icons Outlined'; font-weight: normal; font-style: normal; line-height: 1; @@ -170,7 +170,7 @@ content { } body.welcome content { - min-height: calc(100vh - 20rem); + min-height: calc(100vh - 17rem); align-items: center; margin: 0 auto; max-width: 1024px; @@ -646,7 +646,7 @@ table tr.empty td:before { display: inherit !important; } - .on_mobile.material-icons { + .on_mobile.material-icons-outlined { display: inline !important; } diff --git a/flexiapi/public/fonts/MaterialIcons-Outlined.woff2 b/flexiapi/public/fonts/MaterialIcons-Outlined.woff2 new file mode 100644 index 0000000..d44b948 Binary files /dev/null and b/flexiapi/public/fonts/MaterialIcons-Outlined.woff2 differ diff --git a/flexiapi/resources/views/account/dashboard.blade.php b/flexiapi/resources/views/account/dashboard.blade.php index 1508473..45962b3 100644 --- a/flexiapi/resources/views/account/dashboard.blade.php +++ b/flexiapi/resources/views/account/dashboard.blade.php @@ -2,13 +2,13 @@ @section('content')
-

dashboard Dashboard

+

dashboard Dashboard

-

waving_hand Welcome back

+

waving_hand Welcome back

- email + email @if (!empty($account->email)) {{ $account->email }} @else @@ -18,7 +18,7 @@

- call + call @if (!empty($account->phone)) {{ $account->phone }} @else @@ -27,7 +27,7 @@ Change my current account phone

- lock + lock @if ($account->passwords()->count() > 0) Change my password @@ -38,24 +38,24 @@

- delete + delete Delete my account

-

person Account information

+

person Account information

-

alternate_email SIP address: sip:{{ $account->identifier }}

-

person Username: {{ $account->username }}

-

dns Domain: {{ $account->domain }}

+

alternate_email SIP address: sip:{{ $account->identifier }}

+

person Username: {{ $account->username }}

+

dns Domain: {{ $account->domain }}

@if (!empty(config('app.proxy_registrar_address'))) -

lan Proxy/registrar address: sip:{{ config('app.proxy_registrar_address') }} +

lan Proxy/registrar address: sip:{{ config('app.proxy_registrar_address') }}

@endif @if (!empty(config('app.transport_protocol_text'))) -

settings_ethernet Transport: {{ config('app.transport_protocol_text') }}

+

settings_ethernet Transport: {{ config('app.transport_protocol_text') }}

@endif