blob: 524e4012f3cc367dbe5c525d4ee09c24565c40d6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.with-load-more {
&-footer {
padding: 10px;
text-align: center;
border-top: 1px solid;
border-top-color: var(--border);
.error {
font-size: 1rem;
}
a {
cursor: pointer;
}
}
}
|