Bring AIS-visa-auto extension v2.4.1.2
This commit is contained in:
7
css/bootstrap.min.css
vendored
Normal file
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
39
css/styles.css
Normal 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
1306
css/sweetalert.css
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user