auth ui responsive

This commit is contained in:
Resul Madesenow
2024-02-23 18:32:12 +05:00
parent 7c9c872613
commit a622b50ca4
2 changed files with 27 additions and 5 deletions

View File

@@ -43,5 +43,25 @@
left: 345px;
background-color: white;
}
@media screen and (max-width: 1024px){
.shadow-none {
box-shadow: none;
}
}
@media screen and (max-width: 640px){
.d-none-copyright {
display: none;
}
.padding-none {
padding: 0;
}
}
@media screen and (min-width: 640px){
.d-none-mobile {
display: none;
}
}

View File

@@ -12,10 +12,10 @@
<link rel="stylesheet" href="/assets/css/auth.css">
</head>
<body>
<div class="">
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-lg">
<div class="px-8 text-sm p-1 rounded uppercase font-bold">
<a href="#"> “Turkmenbasy” PTB-y © </a>
<div>
<div class="bg-white flex justify-between px-4 py-1 absolute w-full shadow-none shadow-lg">
<div class="px-8 text-sm p-1 rounded uppercase font-bold padding-none">
<a href="#" class="d-none-copyright"> “Turkmenbasy” PTB-y © </a>
</div>
<div class="flex items-center">
<a href="tel:+99312444115" class="mr-6 text-sm text-gray-900">(+99312) 44-42-34</a>
@@ -38,7 +38,9 @@
</div>
@yield('content')
<div class="px-8 text-sm p-1 rounded uppercase font-bold text-center d-none-mobile">
<a href="#"> “Turkmenbasy” PTB-y © </a>
</div>
</div>
<script src="/assets/js/inputmask.min.js"></script>
<script src="/assets/js/sweetalert2@11.js"></script>