mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
b7b2f16925
* re-ordering * adds section header * updates label on "products" * changes button to primary * moves description * updates partial * re-ordering + section headers * more section heads and ordering * redorders * Toggle custom amount and tips settings * Use display name for point of sale app type * Use switches for enabling options * Add space before required indicator * Set and consolidate view model display names * Move redirects and custom CSS to additional options * Revert to checkbox for discounts * adds padding * removes bs-parent for multiple open elements on accordion * adds helper text to discount checkbox * updates "default view" label text * wording cleanup * more wording adjustments * updates * Add display names for app types * Extract template editor inline styles * updates helper text * Display names for app types * Typo fix * Move template back to editor * Fix selenium test Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
17 lines
364 B
CSS
17 lines
364 B
CSS
#template-editor-app .card-deck {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
|
grid-gap: .5rem;
|
|
}
|
|
|
|
#template-editor-app .card-deck .card{
|
|
max-width: 480px;
|
|
}
|
|
|
|
#template-editor-app .card-img-top {
|
|
min-height: 247px;
|
|
background-repeat: no-repeat;
|
|
background-size:contain;
|
|
background-position: top;
|
|
}
|