File tree Expand file tree Collapse file tree 1 file changed +18
-5
lines changed
src/core/components/color-picker Expand file tree Collapse file tree 1 file changed +18
-5
lines changed Original file line number Diff line number Diff line change 4242 width : var (--f7-color-picker-popover-width );
4343 max-width : 90vw ;
4444 max-height : 80vh ;
45+ .md & {
46+ .popover-inner {
47+ padding : 8px ;
48+ }
49+ }
4550 .color-picker {
4651 max-height : 80vh ;
4752 }
97102 }
98103 .color-picker-sb-spectrum ,
99104 .color-picker-hs-spectrum {
100- border-radius : 4px ;
101105 height : var (--f7-color-picker-sb-spectrum-height );
106+ .ios & {
107+ border-radius : 4px ;
108+ }
109+ .md & {
110+ border-radius : 12px ;
111+ & ::after {
112+ border-radius : inherit ;
113+ }
114+ }
102115 }
103116}
104117.color-picker-sb-spectrum {
484497 .color-picker-module-brightness-slider ,
485498 .color-picker-module-hex {
486499 background : var (--f7-color-picker-group-bg-color );
487- padding : 5 px ;
488- border-radius : 4 px ;
500+ padding : 8 px ;
501+ border-radius : 8 px ;
489502 margin-top : 16px ;
490- margin-left : 5 px ;
491- margin-right : 5 px ;
503+ margin-left : 8 px ;
504+ margin-right : 8 px ;
492505 & :last-child {
493506 margin-bottom : 16px ;
494507 }
You can’t perform that action at this time.
0 commit comments