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:: .. seealso::
`Website Animate `Website Animate
<https://github.com/odoo/odoo/blob/34c0c9c1ae00aba391932129d4cefd027a9c6bbd/addons/website/static/src/scss/website.scss#L1638>`_ <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"> <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. Disable the size option of all child columns.
.. code-block:: xml .. code-block:: xml
@@ -220,6 +214,9 @@ Add a custom gradient filter.
</div> </div>
</section> </section>
Grid layout
-----------
Styles Styles
====== ======

View File

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