Commit Graph

721 Commits

Author SHA1 Message Date
Ján Mikláš
14352f8da3 Add border-radius variable for form controls
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
6864fc0694 UX fixes
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
eca9817b9e Add styles for yes-no component
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
5850dfb85e Add styles for toggle component
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
6521b4e59f Add variables for dimensions for choice inputs
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
45f60b9cfc Add top margin for all headings
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
de1c2403a2 Add new radio styles
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
Ján Mikláš
a1789d40b3 Add new checkbox styles
[MAILPOET-2773]
2020-05-25 15:52:18 +02:00
wxa
fbade4f687 Remove single rounded corner on mobile [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
wxa
9604172cbd Apply bottom padding fix in public CSS with some restrictions [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
wxa
90e73982f7 Limit slide-in width in public CSS [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
wxa
849e62521d Apply image margin only to the last item in stacked columns [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
wxa
3549aa66cc Add a single rounded corner for slide-in form [MAILPOET-2869] 2020-05-21 09:30:51 +02:00
Pavel Dohnal
a1856ac83b Make sure the control doesn't go over the sidebar size
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
d30b4e0084 Display background image in the form editor
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
7f396e47ab Load and save background image
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Ján Mikláš
2c443f82bf Fix horizontal scrollbar
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
8c084b4577 Add display component
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
f5ba818cf2 Add component for image upload
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
f00fcc98a7 Refactor scss, split long file into more files
[MAILPOET-2880]
2020-05-20 10:16:56 +02:00
Pavel Dohnal
da8ca85ab9 Use a smaller font for custom css textarea
[MAILPOET-2901]
2020-05-19 09:26:43 +02:00
Rostislav Wolny
c4b19f342a Fix nested blocks top margins in form editor
[MAILPOET-2928]
2020-05-19 09:24:41 +02:00
Ján Mikláš
b94778d742 Add styles for grid layouts
[MAILPOET-2774]
2020-05-18 10:15:52 +02:00
Rostislav Wolny
a8bdebcea7 Fix create segment button alignment on stats page
[MAILPOET-2883]
2020-05-14 13:53:01 +02:00
Ján Mikláš
8e9e49f125 Style tags and counts in select
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
2281ef7f5f Style react-select as regular select box
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
74c1252171 Use SCSS variables for form controls dimensions
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
2ac9fb7451 Add temporary select2 styles, until we get rid of it
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
9255bf46ad Split form styles based on components
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
a0c25fdba5 Load 3rd party plugin before our generic ones
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
269d6a456c Add story for inputs
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
574e2753dc Show select box caret
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
daadfd20e2 Add form input styles
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Ján Mikláš
989efb9fd6 Redesign - add new SCSS variables
[MAILPOET-2772]
2020-05-14 09:37:37 +02:00
Rostislav Wolny
67e9841569 Add default line-height to inputs
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
5c604af85c Remove background and outline from modal close button
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
892ea4a45b Improve input paddings rendering in form editor
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
95903c2ce6 Add css fix for form padding rendering in form editor
[MAILPOET-2892]
2020-05-13 13:59:00 +02:00
Rostislav Wolny
d26b3b395c Increase form modal width on desktop to enable columns
[MAILPOET-2850]]
2020-05-12 14:59:23 +02:00
Ján Mikláš
70df2e4790 Use the default WordPress font
[MAILPOET-2905]
2020-05-11 10:56:34 +02:00
Ján Mikláš
6fbf9e8efa Add isDisabled parameter for Button
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
63c250dd67 Better naming for button with spinner
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
1a6b95b4b9 Allow icons in Button component
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
142b909f4b Add new button styles
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Ján Mikláš
5d3b1c1351 Redesign - add new colors
[MAILPOET-2771]
2020-05-07 09:32:11 +02:00
Pavel Dohnal
8797b7427a Render divider with params
[MAILPOET-2835]
2020-05-06 16:26:42 +02:00
Pavel Dohnal
3e1b23c984 Fix form placement boxes
[MAILPOET-2872]
2020-05-06 11:53:21 +02:00
Ján Mikláš
17545f1b79 Add SCSS variable for spacing, remove color manipulation outside variable definitions
[MAILPOET-2770]
2020-05-01 10:20:25 +02:00
Ján Mikláš
ba3fca5103 scsslint fixes
[MAILPOET-2770]
2020-05-01 10:20:25 +02:00
Ján Mikláš
a392ccdc16 Redesign - fix visual regressions after font changes
[MAILPOET-2770]
2020-05-01 10:20:25 +02:00