You can now print and pay

This commit is contained in:
Bryce Covert
2019-02-21 22:22:36 -08:00
parent 9c6fbaf963
commit 00e2c64317
7 changed files with 197 additions and 60 deletions

View File

@@ -425,4 +425,23 @@ nav.navbar .navbar-item.is-active {
background-color: #00d1b2;
cursor: pointer;
}
.buttons .dropdown:not(:last-child):not(.is-fullwidth) .button {
margin-right: 0.5em;
}
.dropdown.is-fullwidth {
width: 100%;
display: flex;
}
.dropdown.is-fullwidth .dropdown-trigger {
width: 100%;
}
.dropdown.is-fullwidth .dropdown-trigger * {
width: 100%;
}