123456789101112131415161718192021 |
- .color-label {
- float: left;
- margin-right: 5px;
- }
-
- #preview-container {
- padding: 10px;
- border: 10px gray;
- background-color: white;
- height: 100mm;
- display: flex;
- flex-direction: row;
- justify-content: space-around;
- }
-
- .row-eq-height {
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- }
|