plans pricing
This commit is contained in:
parent
68a67caab5
commit
e7e46511dd
@ -138,7 +138,8 @@ html[dir="rtl"] .form-icon-container .form-control {
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translate(-50%, -50%);
|
||||
z-index: 10;
|
||||
z-index: 9999;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#spinner-bg {
|
||||
@ -150,11 +151,14 @@ html[dir="rtl"] .form-icon-container .form-control {
|
||||
background-color: rgba(255, 255, 255, 0.7);
|
||||
opacity: 0;
|
||||
transition: opacity 500ms ease-in;
|
||||
z-index: 5;
|
||||
visibility: hidden;
|
||||
z-index: 10000;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
#spinner-bg.htmx-request {
|
||||
opacity: .8;
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.5 MiB |
BIN
staticfiles/images/customers/istockphoto-1188035960-612x612.jpg
Normal file
BIN
staticfiles/images/customers/istockphoto-1188035960-612x612.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 4.4 MiB |
@ -425,7 +425,7 @@
|
||||
aria-label="Toggle Navigation">
|
||||
<span class="navbar-toggle-icon"><span class="toggle-line"></span></span>
|
||||
</button>
|
||||
<a class="navbar-brand me-1 me-sm-3" href="{% url 'home' %}">
|
||||
<a class="navbar-brand me-1 me-sm-3" href="{% url 'home'%}">
|
||||
<div class="d-flex align-items-center">
|
||||
<img class="logo-img d-dark-none" src="{% static 'images/logos/logo-d.png' %}" alt="haikal" width="27" />
|
||||
<img class="logo-img d-light-none" src="{% static 'images/logos/logo.png' %}" alt="haikal" width="27" />
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<main class="d-flex align-items-center justify-content-center min-vh-100 py-5">
|
||||
<main class="d-flex align-items-center justify-content-center min-vh-50 py-5">
|
||||
<div class="col-12 col-lg-8 col-xl-7">
|
||||
<div class="card shadow-lg border-0 rounded-4 overflow-hidden animate__animated animate__fadeInUp">
|
||||
<div class="card-header bg-gradient py-4 border-0 rounded-top-4">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user