]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/various.scss
512ed8cd4ef9d11d385ebc955ed10d260d0cbcac
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
1 /* ==========================================================================
2 * Various
3 * ========================================================================== */
4
5 div.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
22 nav .input-field input {
23 margin: 0;
24 }
25
26 .tabs {
27 display: flex;
28 }
29
30 .tab {
31 flex: 1;
32 }
33
34 .chip {
35 margin: auto 0;
36 border-radius: 4px;
37 background-color: #eee;
38 font-weight: normal;
39 height: 20px;
40 line-height: normal;
41
42 a {
43 color: #9e9e9e;
44 }
45
46 i.material-icons {
47 float: right;
48 font-size: 16px;
49 line-height: 32px;
50 padding-left: 8px;
51 }
52 }