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.
1234567891011121314151617181920212223 |
- #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;
- }
-
- .color-input-addon {
- border-right: 0;
- border-radius: 4px !important;
- border-top-right-radius: 0 !important;
- border-bottom-right-radius: 0 !important;
- }
|