diff --git a/contents/variazioni.php b/contents/variazioni.php
new file mode 100644
index 0000000..f6346bb
--- /dev/null
+++ b/contents/variazioni.php
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+
+
+
+
+
+
+
+
+
nome del file
+
dimensione
+
ultima mod.
+
+
+
+
+
diff --git a/css/styles.css b/css/styles.css
index 48493d7..73faf78 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -14515,14 +14515,15 @@ select {
background-position: right 5px center;
background-size: 20px;
background-repeat: no-repeat;
+ padding-right: 30px;
}
-/* line 70, forms.scss */
+/* line 71, forms.scss */
input[type="radio"],
input[type="checkbox"] {
display: none;
}
-/* line 74, forms.scss */
+/* line 75, forms.scss */
input[type="radio"] + label::before,
input[type="checkbox"] + label::before {
content: "";
@@ -14538,7 +14539,7 @@ input[type="checkbox"] + label::before {
line-height: 14px;
border-radius: 2px;
}
-/* line 90, forms.scss */
+/* line 91, forms.scss */
input[type="radio"]:checked + label::before,
input[type="checkbox"]:checked + label::before {
font-family: 'FontAwesome';
@@ -14547,7 +14548,7 @@ input[type="checkbox"]:checked + label::before {
color: #4e984a;
}
-/* line 100, forms.scss */
+/* line 101, forms.scss */
input[type="radio"] + label::before {
border-radius: 16px;
}
diff --git a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc
index 3de220a..fe6a648 100644
Binary files a/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc and b/scss/.sass-cache/bdcb2ec4843708bc0e130897363854e74056ec3e/forms.scssc differ
diff --git a/scss/forms.scss b/scss/forms.scss
index b1737b1..14c1e40 100644
--- a/scss/forms.scss
+++ b/scss/forms.scss
@@ -64,6 +64,7 @@ select{
background-position: right 5px center;
background-size: 20px;
background-repeat: no-repeat;
+ padding-right: 30px;
}