mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-01 02:11:08 -04:00
general improvements to layout for small screens,
fix invoice status selector showing translation keys
This commit is contained in:
@ -1,8 +1,8 @@
|
||||
.app {
|
||||
&__content {
|
||||
//padding-top: 32px;
|
||||
padding-right: 66px;
|
||||
padding-left: 66px;
|
||||
padding-right: 16px;
|
||||
padding-left: 16px;
|
||||
will-change: padding-left;
|
||||
transition: padding-left 0.2s $base-ease;
|
||||
|
||||
|
||||
@ -1,6 +1,11 @@
|
||||
.invoice-container {
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
||||
.invoice-box {
|
||||
margin: auto;
|
||||
padding: 30px;
|
||||
min-width: var(--breakpoint-md);
|
||||
box-shadow: $box-shadow-light-1;
|
||||
font-size: 16px;
|
||||
line-height: 24px;
|
||||
|
||||
Reference in New Issue
Block a user