]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/entries.scss
c667be2720d554b4c2440e96d9b55917c2d7667e
[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 height: 1em;
16
17 .nb-results,
18 .pagination {
19 margin: 15px 15px 0;
20 }
21
22 .nb-results {
23 display: inline-flex;
24 }
25
26 a {
27 color: #444;
28 }
29 }
30
31 .pagination {
32 float: right;
33
34 ul {
35 margin: 0 !important;
36
37 .prev.disabled,
38 .next.disabled {
39 display: none;
40 }
41 }
42
43 li {
44 padding: 0;
45 }
46
47 a {
48 padding: 0 10px;
49 height: 30px;
50 display: block;
51 }
52
53 .disabled {
54 margin-right: 10px;
55 margin-left: 10px;
56 }
57
58 li.active span {
59 padding: 0 10px;
60 height: 30px;
61 display: block;
62 color: #fff;
63 }
64 }
65
66 .page-footer .footer-copyright {
67 min-width: 50px;
68 height: auto !important;
69 line-height: 1em !important;
70
71 p {
72 text-overflow: ellipsis;
73 white-space: nowrap;
74 overflow: hidden;
75 display: block;
76 }
77 }
78
79 .hidden {
80 display: none;
81 }
82
83 .picker__date-display {
84 display: none;
85 }
86
87 footer {
88 &.page-footer {
89 margin-top: 10px;
90 padding-top: 0;
91 }
92
93 .row {
94 margin-bottom: 10px;
95 }
96 }