add the dialoog

This commit is contained in:
2024-01-27 02:00:10 +05:00
parent 005a906776
commit db04811bd8
8 changed files with 203 additions and 22 deletions

View File

@@ -5,3 +5,16 @@
input {
width: 100%;
}
dialog {
border: none !important;
border-radius: calc(5px * 3.74);
box-shadow: 0 0 #0000, 0 0 #0000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
padding: 1.6rem;
min-width: 400px;
max-width: 1200px;
}
dialog a {
outline: none;
}