]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/entries.scss
5c55caa854aa551295f8e1663cca4795e8426a5b
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / entries.scss
1 /* ==========================================================================
2 * Entries
3 * ========================================================================== */
4
5 .collection {
6 margin: 15px 15px 0;
7
8 .collection-item {
9 padding: 7px;
10 height: 65px;
11 }
12 }
13
14 .results {
15 display: flex;
16 padding: 1rem 1rem 0;
17 flex-wrap: wrap;
18 justify-content: space-between;
19
20 .nb-results {
21 display: inline-flex;
22 }
23
24 a {
25 color: #444;
26 }
27 }
28
29 .pagination {
30 ul {
31 display: flex;
32 margin: 0;
33 flex-wrap: wrap;
34 justify-content: space-around;
35
36 .prev.disabled,
37 .next.disabled {
38 display: none;
39 }
40 }
41
42 li {
43 padding: 0;
44 }
45
46 span,
47 a {
48 padding: 0 10px;
49 height: 30px;
50 display: block;
51 line-height: 30px;
52 }
53
54 .disabled {
55 margin-right: 10px;
56 margin-left: 10px;
57 }
58
59 li.active span {
60 padding: 0 10px;
61 height: 30px;
62 display: block;
63 color: #fff;
64 }
65 }
66
67 .footer-text {
68 margin: 0.7rem 0.5rem;
69 }
70
71 .hidden {
72 display: none;
73 }
74
75 .picker__date-display {
76 display: none;
77 }
78
79 footer {
80 &.page-footer {
81 margin-top: 10px;
82 padding-top: 0;
83 }
84
85 .row {
86 margin-bottom: 10px;
87 }
88 }