mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 23:06:08 -06:00
#3515 emlaktown-theme dark mode color add
This commit is contained in:
parent
ad827b1481
commit
4f3bd21f3b
@ -62,7 +62,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
img {
|
svg {
|
||||||
margin-right: .75rem;
|
margin-right: .75rem;
|
||||||
width: 1.5rem;
|
width: 1.5rem;
|
||||||
height: 1.5rem;
|
height: 1.5rem;
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
{{ asset_style("visiosoft.module.profile::assets/css/profile-nav.scss") }}
|
{{ asset_style("visiosoft.module.profile::assets/css/profile-nav.scss") }}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
<div class="row mt-md-5">
|
<div class="row my-md-5">
|
||||||
|
|
||||||
{% include "visiosoft.module.profile::profile/partials/navigation" %}
|
{% include "visiosoft.module.profile::profile/partials/navigation" %}
|
||||||
|
|
||||||
|
|||||||
@ -4,26 +4,26 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col-10 col-sm-6 col-md-3 profile-navigation border rounded navbar-side bg-white" id="navbarSide">
|
<div class="col-10 col-sm-6 col-md-3 profile-navigation border rounded navbar-side bg-white" id="navbarSide">
|
||||||
<a href="{{ url_route('profile::profile') }}" class="px-3 mb-2 link-unstyled">
|
<a href="{{ url_route('profile::profile') }}" class="px-3 mb-2 link-unstyled">
|
||||||
<img src="{{ img('visiosoft.module.profile::images/interface.svg').url }}">
|
{{ img('visiosoft.module.profile::images/interface.svg').data|raw }}
|
||||||
<p>{{ auth_user().name }}</p>
|
<p>{{ auth_user().name }}</p>
|
||||||
</a>
|
</a>
|
||||||
<hr class="mt-2">
|
<hr class="mt-2">
|
||||||
<a href="{{ url_route('profile::profile') }}"
|
<a href="{{ url_route('profile::profile') }}"
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile' ? ' active' : '' }}">
|
||||||
<img src="{{ img('visiosoft.module.profile::images/social-media.svg').url }}">
|
{{ img('visiosoft.module.profile::images/social-media.svg').data|raw }}
|
||||||
<p>{{ trans('visiosoft.module.profile::addon.title') }}</p>
|
<p>{{ trans('visiosoft.module.profile::addon.title') }}</p>
|
||||||
</a>
|
</a>
|
||||||
{% set marketPlace = setting_value('visiosoft.module.advs::market_place') %}
|
{% set marketPlace = setting_value('visiosoft.module.advs::market_place') %}
|
||||||
{% if marketPlace %}
|
{% if marketPlace %}
|
||||||
<a href="{{ url_route('profile::ads') }}"
|
<a href="{{ url_route('profile::ads') }}"
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/ads' ? ' active' : '' }}">
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/ads' ? ' active' : '' }}">
|
||||||
<img src="{{ img('visiosoft.module.profile::images/website.svg').url }}">
|
{{ img('visiosoft.module.profile::images/website.svg').data|raw }}
|
||||||
<p>{{ trans('visiosoft.module.advs::addon.title') }}</p>
|
<p>{{ trans('visiosoft.module.advs::addon.title') }}</p>
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<a href="{{ url_route('profile::address') }}"
|
<a href="{{ url_route('profile::address') }}"
|
||||||
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/address' ? ' active' : '' }}">
|
class="px-3 link-unstyled{{ app.request.pathinfo == '/profile/address' ? ' active' : '' }}">
|
||||||
<img src="{{ img('visiosoft.module.profile::images/location.svg').url }}">
|
{{ img('visiosoft.module.profile::images/location.svg').data|raw }}
|
||||||
<p>{{ trans('visiosoft.module.profile::stream.adress.name') }}</p>
|
<p>{{ trans('visiosoft.module.profile::stream.adress.name') }}</p>
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
<a href="{{ url('logout') }}"
|
<a href="{{ url('logout') }}"
|
||||||
class="px-3 link-unstyled d-flex d-md-none">
|
class="px-3 link-unstyled d-flex d-md-none">
|
||||||
<img src="{{ img('visiosoft.module.profile::images/logout.svg').url }}">
|
{{ img('visiosoft.module.profile::images/logout.svg').data|raw }}
|
||||||
<p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p>
|
<p>{{ trans('visiosoft.theme.base::field.logout.name') }}</p>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user