mirror of
https://github.com/jgthms/bulma
synced 2026-03-15 02:04:29 -07:00
Init v1
This commit is contained in:
54
docs/_sass/home/amis.scss
Normal file
54
docs/_sass/home/amis.scss
Normal file
@@ -0,0 +1,54 @@
|
||||
@use "sass/utilities/css-variables" as cv;
|
||||
|
||||
.bd-amis {
|
||||
background-color: cv.getVar("scheme-main");
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.bd-ami {
|
||||
background-color: var(--color);
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 0.75rem;
|
||||
max-width: 10.5rem;
|
||||
height: 3.5rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.bd-ami img {
|
||||
border-radius: 0.25rem;
|
||||
height: auto;
|
||||
max-height: 3rem;
|
||||
max-width: 6rem;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.bd-ami-footer {
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
||||
.bd-ami-footer img {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
.bd-footer-title,
|
||||
.bd-footer-donation-title {
|
||||
font-size: 1.125em;
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
||||
.bd-footer-donation-action {
|
||||
min-height: 3.5rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
.paypal-form {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user