]> git.immae.eu Git - github/wallabag/wallabag.git/blame - app/Resources/static/themes/material/css/various.scss
Label replaced by a button on the nav new entry form
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / various.scss
CommitLineData
64f81bc3
TC
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;
e9e3f938
S
24 padding-left: 0.5rem;
25}
26
27.new-entry-button {
28 padding: 0 1rem;
29 background-color: transparent;
30 border: none;
31
32 &:focus {
33 background-color: inherit;
34 }
64f81bc3 35}
34806fab
A
36
37.tabs {
38 display: flex;
39}
40
41.tab {
42 flex: 1;
43}