Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

ui.css 577B

1234567891011121314151617181920212223242526272829303132
  1. .color-label {
  2. float: left;
  3. margin-right: 5px;
  4. }
  5. #preview-container {
  6. padding: 10px;
  7. border: 10px gray;
  8. background-color: white;
  9. height: 100mm;
  10. display: flex;
  11. flex-direction: row;
  12. justify-content: space-around;
  13. }
  14. .row-eq-height {
  15. display: -webkit-box;
  16. display: -webkit-flex;
  17. display: -ms-flexbox;
  18. display: flex;
  19. }
  20. .color-input-group {
  21. width: 100%;
  22. }
  23. .color-input-addon {
  24. border-right: 0;
  25. border-radius: 4px !important;
  26. border-top-right-radius: 0 !important;
  27. border-bottom-right-radius: 0 !important;
  28. }