3636}
3737
3838::placeholder {
39- color : # 000 ;
39+ color : # ffffff ;
4040}
4141
4242body {
@@ -242,48 +242,56 @@ textarea {
242242
243243.colors {
244244 display : flex;
245- flex-direction : column;
246245 align-items : center;
247246 margin : var (--spacing ) 0 var (--spacing ) 0 ;
247+ width : var (--generator-width );
248248}
249249
250- .colors .preview {
250+ .colors + .preview {
251251 margin : var (--spacing ) 0 var (--spacing ) 0 ;
252- width : calc ( var (--generator-width ) / 2 );
253- height : 20 px ;
252+ width : var (--generator-width );
253+ height : 50 px ;
254254 background-color : var (--primary-color );
255+ border-radius : 5px ;
256+ }
257+
258+ .colors > .color : first-of-type {
259+ margin-right : 10px ;
255260}
256261
257262.color {
258263 display : flex;
259264 flex-direction : column;
260265 justify-content : center;
261266 align-items : center;
267+ width : 100% ;
262268}
263269
264270.clr-field {
265- width : var (--generator-width );
266- }
267-
268- [data-coloris ] {
269271 width : 100% ;
270- height : 25px ;
272+ display : flex;
273+ align-items : center;
274+ justify-content : center;
271275}
272276
273- [type = 'color' ] {
274- width : 30px ;
275- height : 30px ;
276- border : none;
277- margin-right : 10px ;
278- cursor : pointer;
277+ .clr-field > button {
278+ top : 49% !important ;
279+ width : 40px !important ;
279280}
280281
281- [type = 'color' ]::-webkit-color-swatch-wrapper {
282- padding : 0 ;
282+ [data-coloris ] {
283+ width : 100% ;
284+ height : 30px ;
285+ background : none;
286+ border : 1px solid # fff ;
287+ padding : 10px ;
288+ outline : none;
289+ color : white;
290+ border-radius : 5px ;
283291}
284292
285- [type = 'color' ]::-webkit-color-swatch {
286- border : none ;
293+ [data-coloris ]::placeholder {
294+ color : # fff ;
287295}
288296
289297# radio-group {
@@ -294,7 +302,7 @@ textarea {
294302
295303.animation-type {
296304 background-color : var (--primary-color );
297- width : var (--content-container );
305+ width : var (--generator-width );
298306 padding : 1rem ;
299307 border-radius : 5px ;
300308}
@@ -366,7 +374,7 @@ input[type='number']::-webkit-outer-spin-button {
366374 background-color : var (--primary-color );
367375 padding : 0.8rem ;
368376 border-radius : 5px ;
369- width : var (--content-container );
377+ width : var (--generator-width );
370378}
371379
372380# degree .label-title {
@@ -383,7 +391,7 @@ input[type='number']::-webkit-outer-spin-button {
383391
384392.duration-label {
385393 background-color : var (--primary-color );
386- width : var (--content-container );
394+ width : var (--generator-width );
387395 padding : 1rem ;
388396 border-radius : 5px ;
389397 margin-top : 1rem ;
@@ -452,6 +460,7 @@ input[type='number']::-webkit-outer-spin-button {
452460 align-items : center;
453461 background-color : var (--primary-color );
454462 width : var (--content-container );
463+ border-radius : 5px ;
455464}
456465
457466.degrees-row label {
0 commit comments