]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/static/themes/material/css/entries.scss
Merge pull request #4438 from wallabag/dependabot/composer/scheb/two-factor-bundle...
[github/wallabag/wallabag.git] / app / Resources / static / themes / material / css / entries.scss
1 /* ==========================================================================
2 * Entries
3 * ========================================================================== */
4
5 .mass-buttons {
6 margin: 5px;
7
8 #selectAll {
9 position: relative;
10 opacity: initial;
11 left: 0;
12 }
13
14 span {
15 padding: 3px;
16 }
17
18 button {
19 i {
20 font-size: 12px;
21 }
22
23 height: 24px;
24 line-height: 24px;
25 padding: 0 0.5rem;
26 }
27 }
28
29 .card-stacked {
30 input[type=checkbox] {
31 position: relative;
32 opacity: initial;
33 left: 0;
34 }
35
36 .entry-checkbox {
37 margin-right: 10px;
38 }
39 }
40
41 .collection {
42 margin: 15px 15px 0;
43
44 .collection-item {
45 padding: 7px;
46 height: 65px;
47 }
48 }
49
50 .results {
51 display: flex;
52 padding: 1rem 1rem 0;
53 flex-wrap: wrap;
54 justify-content: space-between;
55
56 .nb-results {
57 display: inline-flex;
58 }
59
60 a {
61 color: #444;
62 }
63 }
64
65 .pagination {
66 ul {
67 display: flex;
68 margin: 0;
69 flex-wrap: wrap;
70 justify-content: space-around;
71
72 .prev.disabled,
73 .next.disabled {
74 display: none;
75 }
76 }
77
78 li {
79 padding: 0;
80 }
81
82 span,
83 a {
84 padding: 0 10px;
85 height: 30px;
86 display: block;
87 line-height: 30px;
88 }
89
90 .disabled {
91 margin-right: 10px;
92 margin-left: 10px;
93 }
94
95 li.active span {
96 padding: 0 10px;
97 height: 30px;
98 display: block;
99 color: #fff;
100 }
101 }
102
103 .footer-text {
104 margin: 0.7rem 0.5rem;
105 }
106
107 .hidden {
108 display: none;
109 }
110
111 .picker__date-display {
112 display: none;
113 }
114
115 footer {
116 &.page-footer {
117 margin-top: 10px;
118 padding-top: 0;
119 }
120
121 .row {
122 margin-bottom: 10px;
123 }
124 }