Sin descripción
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ui.css 367B

123456789101112131415161718192021
  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. }