Commit graph

525 commits

Author SHA1 Message Date
4a926facf3 Add container class to fix indenting on webform confirmation pages
Ref agaric/sites/agaric-coop#241
2023-10-24 14:02:53 -04:00
57c713c4f9 Clean copy of webform confirmation template from webform module
In preparation for overriding.

Ref agaric/sites/agaric-coop#241
2023-10-24 14:01:06 -04:00
5c64104e87 Compile css 2023-08-30 13:28:52 -07:00
690653c952 Revert addition of authoring details from title paragraph
Ensure authoring details still display on every full node with author(s)
2023-08-30 13:28:34 -07:00
be59bfdb2c Compile css 2023-07-13 18:19:55 -07:00
2e7f90350d Add date to paragraph title template 2023-07-13 18:19:24 -07:00
ea1c1a1a37 Add authors to paragraph title template 2023-07-13 16:40:40 -07:00
Louis Elkner-Alfaro
6852975828 Add authors and date
Ref: https://gitlab.com/agaric/sites/agaric-coop/-/issues/239
2023-07-03 14:20:31 -07:00
d82b9e5615 Move syndication details into content 2022-11-18 12:43:41 -05:00
f0294c3a07 Add TODO and remove test comment (latter implies rss teaser not used) 2022-03-06 11:46:00 -05:00
023119cea1 Adapt pattern deprecated in Twig 2.10 for compatibility in Twig 3+
As of Twig 2.10, use the filter filter instead, or an if condition inside the for body (if your condition depends on a variable updated inside the loop and you are not using the loop variable).

Per tip on https://twig.symfony.com/doc/2.x/tags/for.html
2022-03-06 11:45:28 -05:00
9cf4362e07 Commit compiled CSS 2021-07-14 08:00:12 -04:00
benjamin melançon
b925a57e32 Commit compiled CSS 2020-06-18 12:47:37 -04:00
benjamin melançon
f957f0cb3a Don't do extra top margin for headings in flow when they're further nested in columns
Ref #221
2020-06-18 12:47:14 -04:00
benjamin melançon
b29b0b2d33 Fix template suggestions; works *without* the twigsuggest DS fix 2020-06-18 12:45:57 -04:00
benjamin melançon
e42ebca830 Override display suite two column layout to remove their classes, keep columns on mobile
For landing page teasers

Ref #221
2020-06-18 11:47:54 -04:00
benjamin melançon
a5b74b91b3 Commit compiled CSS 2020-06-17 16:20:48 -04:00
benjamin melançon
b8fbff0e37 Keep webforms wider on medium screen sizes 2020-06-17 16:20:41 -04:00
benjamin melançon
7445bc5a72 Try a crazy experiment of bold borders on webforms
Ref agaric/sites/agaric-com#221
2020-06-17 07:59:16 -04:00
benjamin melançon
0c2bf5f383 Commit compiled CSS 2020-06-12 21:59:44 -04:00
benjamin melançon
55c44c546e Make form label above and below padding more like headings 2020-06-12 19:47:58 -04:00
benjamin melançon
f4218ebf88 Commit compiled CSS 2020-06-12 11:06:11 -04:00
benjamin melançon
8867a73669 Update README 2020-06-12 11:05:02 -04:00
benjamin melançon
42d0de98c3 Try applying hover padding *all* the time; so only background changes 2020-06-12 10:59:32 -04:00
benjamin melançon
5a8e3c221a Do not make menu header transparent if background is white
Ref agaric/sites/agaric-com#86
2020-03-02 04:29:31 -05:00
benjamin melançon
cb0f7b6478 Commit compiled CSS 2020-03-02 03:12:59 -05:00
benjamin melançon
0097edac26 Widen main title so words like 'Community' aren't split into two lines 2020-03-02 03:07:33 -05:00
benjamin melançon
4b7ec7b8d1 Commit compiled CSS, with the one change we expected now 2019-11-18 04:50:13 -05:00
benjamin melançon
92bf8995f7 Update NPM packages, including updating Bulma to what we actually have compiled 2019-11-18 04:49:17 -05:00
benjamin melançon
2bdc1a42c8 Undo cancellation of blockquote styles 2019-11-18 04:40:47 -05:00
Benjamin Melançon
08bae50a18 Update Bulma, and add my bit of code styling CSS too 2019-08-18 17:08:44 -04:00
benjamin melançon
a11ac27bde Improve styling of inline code 2019-08-03 16:49:45 -04:00
benjamin melançon
660027931b Commit compiled CSS 2019-08-01 11:38:16 -04:00
benjamin melançon
e4331ffe7b Add shortcut for compiling CSS from Sass 2019-08-01 11:37:54 -04:00
benjamin melançon
cae8eea4c7 Remove interfering/unnecessary with column class 2019-08-01 11:33:07 -04:00
benjamin melançon
ba06059f67 Keep left, image column narrow-ish 2019-08-01 11:31:32 -04:00
benjamin melançon
9e9383e9da Add column classes to teaser content so images stack on mobile 2019-08-01 11:27:07 -04:00
benjamin melançon
09ab33dcf3 Format source code 2019-08-01 11:26:14 -04:00
benjamin melançon
5a268d9957 Commit compiled CSS 2019-08-01 10:26:02 -04:00
benjamin melançon
d204decc98 reduce the weight of the 'Just one more thing' font 2019-08-01 09:48:14 -04:00
mlncn
0ea75072c4 Merge branch 'fix-fix-bulma-prism' into 'master'
Fixes a bug in the highlighted code.

See merge request agaric/patternlibrary!15
2019-06-06 18:48:50 +00:00
David Valdez
cf4e5ac137 Fixes a bug in the highlighted code.
https://github.com/jgthms/bulma/issues/1708
2019-06-06 12:46:41 -05:00
mlncn
80eb51b977 Merge branch 'fix-header-drupal-87' into 'master'
Drupal 8.7.1 add a new div which was breaking our header.

See merge request agaric/patternlibrary!14
2019-05-13 18:56:07 +00:00
David Valdez
44c29fb885 Drupal 8.7.1 add a new div which was breaking our header.
That was fixed on this commit, see more info here:
https://www.drupal.org/node/3002643
2019-05-13 13:54:13 -05:00
David Valdez
402f5296a5 Merge branch 'privacy-policy' into 'master'
Add the privacy policy in the footer

See merge request agaric/patternlibrary!12
2019-03-12 19:12:25 +00:00
David Valdez
f8c16b5846 Add the privacy policy in the footer 2019-03-12 13:10:11 -06:00
benjamin melançon
daf0b76e7c Commit compiled CSS 2019-02-21 09:30:42 -05:00
benjamin melançon
e7ab93536f We can do this without adding extra classes 2019-02-21 09:30:35 -05:00
benjamin melançon
81e8cb3679 Turns out applying more generally does break things 2019-02-21 09:28:43 -05:00
benjamin melançon
9f3d9b4220 Commit compiled styles 2019-02-21 08:31:46 -05:00