mdb to bulma + view my collection

This commit is contained in:
Damien Broqua 2022-02-15 16:45:14 +01:00
parent f08e70eb7c
commit 68fa736a91
21 changed files with 617 additions and 292 deletions

1
sass/bulma.scss vendored Normal file
View file

@ -0,0 +1 @@
@use '../node_modules/bulma/bulma.sass';

3
sass/index.scss Normal file
View file

@ -0,0 +1,3 @@
@use './bulma.scss';
@use './toast.scss';
@use './pagination.scss';

15
sass/pagination.scss Normal file
View 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;
}
}

View file

@ -1,14 +1,9 @@
#toastr {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color: rgb(156, 48, 48);
color: #fff;
text-align: left;
border-radius: 2px;
padding: 16px;
max-width: 360px;
position: fixed;
z-index: 1;
z-index: 31;
right: 30px;
top: 30px;
font-size: 17px;