aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/various.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/various.scss')
-rw-r--r--app/Resources/static/themes/material/css/various.scss24
1 files changed, 24 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/various.scss b/app/Resources/static/themes/material/css/various.scss
new file mode 100644
index 00000000..6a6f52f9
--- /dev/null
+++ b/app/Resources/static/themes/material/css/various.scss
@@ -0,0 +1,24 @@
1/* ==========================================================================
2 * Various
3 * ========================================================================== */
4
5div.settings div.file-field {
6 /* force height on non-input field in the settings page */
7 div,
8 ul {
9 margin-top: 40px;
10 }
11
12 /* but avoid to kill all file input */
13 div {
14 margin-top: inherit;
15 }
16}
17
18.input-field label.active {
19 font-size: 1rem;
20}
21
22nav .input-field input {
23 margin: 0;
24}