暫無描述
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.

1234567891011121314151617181920212223
  1. #preview-container {
  2. padding: 10px;
  3. border: 10px gray;
  4. background-color: white;
  5. height: 100mm;
  6. display: flex;
  7. flex-direction: row;
  8. justify-content: space-around;
  9. }
  10. .row-eq-height {
  11. display: -webkit-box;
  12. display: -webkit-flex;
  13. display: -ms-flexbox;
  14. display: flex;
  15. }
  16. .color-input-addon {
  17. border-right: 0;
  18. border-radius: 4px !important;
  19. border-top-right-radius: 0 !important;
  20. border-bottom-right-radius: 0 !important;
  21. }