Bring AIS-visa-auto extension v2.4.1.2

This commit is contained in:
2024-04-16 17:15:45 -07:00
parent 1b955f06ed
commit 0317e9401d
22 changed files with 3327 additions and 10 deletions

7
css/bootstrap.min.css vendored Normal file

File diff suppressed because one or more lines are too long

39
css/styles.css Normal file
View File

@@ -0,0 +1,39 @@
@font-face {
font-family: Quicksand;
src: url(../fonts/Quicksand.ttf);
}
:root {
--font-fallback: BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-sans;
}
* {
font-family: "Quicksand", var(--font-fallback);
}
html {
width: 250px;
}
body {
background: #fdf8ea;
text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: bold;
}
h2 span {
font-size: 12px;
}
p {
text-align: justify;
font-size: 0.9em;
}

1306
css/sweetalert.css Normal file

File diff suppressed because it is too large Load Diff