Compare commits

...

3 Commits

Author SHA1 Message Date
CVDE-odoo
41f903bd42 [FIX] move lib in static 2024-02-01 14:29:36 +01:00
CVDE-odoo
a42a4d8842 [FIX] Remove disable columns option 2023-07-04 10:12:26 +02:00
CVDE-odoo
6b616331cc [IMP] First commit + adding grid and animation on scroll sections 2023-06-02 15:34:00 +02:00
3 changed files with 7 additions and 7 deletions

View File

@@ -42,3 +42,6 @@ attribute.
.. seealso::
`Website Animate
<https://github.com/odoo/odoo/blob/34c0c9c1ae00aba391932129d4cefd027a9c6bbd/addons/website/static/src/scss/website.scss#L1638>`_
On scroll
=========

View File

@@ -135,12 +135,6 @@ Enable the columns selector.
<div class="container s_allow_columns">
Disable the columns option.
.. code-block:: xml
<div class="row s_nb_column_fixed">
Disable the size option of all child columns.
.. code-block:: xml
@@ -220,6 +214,9 @@ Add a custom gradient filter.
</div>
</section>
Grid layout
-----------
Styles
======

View File

@@ -44,11 +44,11 @@ package its theme like a module.
website_airproof
├── data
├── i18n
├── lib
├── static
│ ├── description
│ ├── fonts
│ ├── image_shapes // Shapes for images
│ ├── lib
│ ├── shapes // Shapes for background
│ └── src
│ ├── img