forked from dbroqua/MusicTopus
mdb to bulma + view my collection
This commit is contained in:
parent
f08e70eb7c
commit
68fa736a91
21 changed files with 617 additions and 292 deletions
15
sass/pagination.scss
Normal file
15
sass/pagination.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
.pagination-link,
|
||||
.pagination-link,
|
||||
.pagination-next,
|
||||
.pagination-next,
|
||||
.pagination-previous,
|
||||
.pagination-previous {
|
||||
&.is-disabled,
|
||||
&[disabled] {
|
||||
background-color: #dbdbdb;
|
||||
border-color: #dbdbdb;
|
||||
box-shadow: none;
|
||||
color: #7a7a7a;
|
||||
opacity: .5;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue