Browse Source

[Administration] Distributions > formulaire commandes : padding boutons (responsive)

refactoring
Guillaume Bourgeois 2 years ago
parent
commit
b83ee872c0
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      backend/web/css/screen.css
  2. +1
    -1
      backend/web/sass/_responsive.scss

+ 1
- 1
backend/web/css/screen.css View File

padding: 15px; padding: 15px;
} }
/* line 114, ../sass/_responsive.scss */ /* line 114, ../sass/_responsive.scss */
.distribution-index #orders table button {
.distribution-index #orders table button.dropdown-toggle {
padding: 15px; padding: 15px;
} }
/* line 119, ../sass/_responsive.scss */ /* line 119, ../sass/_responsive.scss */

+ 1
- 1
backend/web/sass/_responsive.scss View File

padding: 15px ; padding: 15px ;
} }
} }
button {
button.dropdown-toggle {
padding: 15px ; padding: 15px ;
} }



Loading…
Cancel
Save