🎨 border of dashboard color

This commit is contained in:
tykayn 2019-07-06 18:17:56 +02:00
parent 07b4665c71
commit 5268f331dd

View File

@ -1,5 +1,4 @@
#caisse-now { #caisse-now {
border: solid 3px green;
.product-box { .product-box {
display: inline-block; display: inline-block;
margin-right: 1rem; margin-right: 1rem;
@ -15,9 +14,10 @@
.listing-products { .listing-products {
button.active{ button.active {
background: yellowgreen; background: yellowgreen;
} }
.btn, button { .btn, button {
font-size: 1.6rem; font-size: 1.6rem;
padding: 1.5rem; padding: 1.5rem;
@ -72,9 +72,10 @@
//vertical-align: top; //vertical-align: top;
white-space: nowrap; white-space: nowrap;
//float: left; //float: left;
h2{ h2 {
font-weight: bold; font-weight: bold;
&:first-letter{
&:first-letter {
text-transform: capitalize; text-transform: capitalize;
} }
} }
@ -114,8 +115,8 @@
z-index: 10; z-index: 10;
} }
.block{ .block {
display: block; display: block;
width: calc(100% - 2em); width: calc(100% - 2em);
text-align:center; text-align: center;
} }