added some styling to allow mdl buttons to be stacked in ACP

v1.18.x
Julian Lam 9 years ago
parent 6878466404
commit 92ab2699ba

@ -50,12 +50,30 @@
color: @link-color;
}
// .floating-button can either be a container or the button itself
.floating-button {
background: @brand-primary !important;
position: fixed;
right: 30px;
bottom: 30px;
z-index: 1;
max-width: 56px;
button {
&.primary {
background: @brand-primary !important;
}
&.success {
background: @brand-success !important;
}
&:not(:last-child) {
margin-bottom: 2rem;
}
}
}
button.floating-button {
background: @brand-primary !important;
}
.user-img {

Loading…
Cancel
Save