Load matches after page load
This commit is contained in:
parent
a2148dc00a
commit
874c3c162c
7 changed files with 140 additions and 25 deletions
|
@ -138,7 +138,13 @@ h3 {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
.not-found {
|
||||
opacity: 0.3;
|
||||
opacity: 0.5;
|
||||
}
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 33%;
|
||||
left: 33%;
|
||||
width: 33%;
|
||||
}
|
||||
.service-link {
|
||||
text-align: center;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue