]> git.immae.eu Git - github/wallabag/wallabag.git/blame - 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
CommitLineData
64f81bc3
TC
1/* ==========================================================================
2 * Entries
3 * ========================================================================== */
4
46732777
NL
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
812c980f
NL
41.collection {
42 margin: 15px 15px 0;
43
44 .collection-item {
45 padding: 7px;
46 height: 65px;
47 }
48}
49
64f81bc3 50.results {
f836b98f
S
51 display: flex;
52 padding: 1rem 1rem 0;
53 flex-wrap: wrap;
54 justify-content: space-between;
64f81bc3
TC
55
56 .nb-results {
57 display: inline-flex;
58 }
59
60 a {
61 color: #444;
62 }
63}
64
65.pagination {
64f81bc3 66 ul {
f836b98f
S
67 display: flex;
68 margin: 0;
69 flex-wrap: wrap;
70 justify-content: space-around;
64f81bc3
TC
71
72 .prev.disabled,
73 .next.disabled {
74 display: none;
75 }
76 }
77
78 li {
79 padding: 0;
80 }
81
1f84aa90 82 span,
64f81bc3
TC
83 a {
84 padding: 0 10px;
85 height: 30px;
86 display: block;
1f84aa90 87 line-height: 30px;
64f81bc3
TC
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
a6beec1b
S
103.footer-text {
104 margin: 0.7rem 0.5rem;
64f81bc3
TC
105}
106
107.hidden {
108 display: none;
109}
110
111.picker__date-display {
112 display: none;
113}
114
115footer {
116 &.page-footer {
117 margin-top: 10px;
118 padding-top: 0;
119 }
120
121 .row {
122 margin-bottom: 10px;
123 }
124}