]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/entries.scss
cdb125d5ecd3013833e9130c94d2bd811ab05243
[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 .page-footer .footer-copyright {
68 p {
69 text-overflow: ellipsis;
70 white-space: nowrap;
71 overflow: hidden;
72 display: block;
73 }
74 }
75
76 .hidden {
77 display: none;
78 }
79
80 .picker__date-display {
81 display: none;
82 }
83
84 footer {
85 &.page-footer {
86 margin-top: 10px;
87 padding-top: 0;
88 }
89
90 .row {
91 margin-bottom: 10px;
92 }
93 }