Browse Source

[Backend] Style tickets tableau de bord

feature/export_comptable
Guillaume 4 years ago
parent
commit
c83e24d295
2 changed files with 15 additions and 0 deletions
  1. +6
    -0
      ShopBundle/Resources/public/css/backend/custom.css
  2. +9
    -0
      ShopBundle/Resources/public/sass/backend/custom.scss

+ 6
- 0
ShopBundle/Resources/public/css/backend/custom.css View File

@@ -811,3 +811,9 @@ table.products-collection-table tr.disabled {
#dashboard .btn-statistic .value {
display: block;
}

/* Tickets */
/* line 294, ../../sass/backend/custom.scss */
#ticket-list .btn-sm {
display: block;
}

+ 9
- 0
ShopBundle/Resources/public/sass/backend/custom.scss View File

@@ -286,3 +286,12 @@ table.products-collection-table tr.disabled{opacity: 0.5}
#dashboard .btn-statistic{ width: 120px; height: 70px; text-align: center; border: 1px solid black; line-height: 1rem; }
#dashboard .btn-statistic small{margin-bottom: 10px; display: block;}
#dashboard .btn-statistic .value{display: block;}


/* Tickets */

#ticket-list {
.btn-sm {
display: block ;
}
}

Loading…
Cancel
Save