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