donation drop-up mobile bug fixed
This commit is contained in:
parent
f93c1543a0
commit
5f60b077e7
|
@ -60,6 +60,10 @@
|
||||||
margin-bottom: 0.25rem;
|
margin-bottom: 0.25rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
|
|
||||||
|
@include respond-to(sm) {
|
||||||
|
left: 50%;
|
||||||
|
transform: translate(-50%);
|
||||||
|
}
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed('dropdown-content-background-color');
|
background-color: themed('dropdown-content-background-color');
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue