remove statics dans media from gitignore
3
.gitignore
vendored
|
@ -3,11 +3,8 @@ coverage.xml
|
||||||
.coverage
|
.coverage
|
||||||
la_chariotte.egg-info/
|
la_chariotte.egg-info/
|
||||||
node_modules
|
node_modules
|
||||||
/static/*
|
|
||||||
/media/*
|
|
||||||
local_settings.py
|
local_settings.py
|
||||||
.venv
|
.venv
|
||||||
*venv*
|
*venv*
|
||||||
mails.sqlite
|
mails.sqlite
|
||||||
package-lock.json
|
package-lock.json
|
||||||
static
|
|
||||||
|
|
BIN
la_chariotte/static/img/notice/add_item.png
Normal file
After Width: | Height: | Size: 42 KiB |
BIN
la_chariotte/static/img/notice/add_item_2.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
la_chariotte/static/img/notice/copy_link.png
Normal file
After Width: | Height: | Size: 80 KiB |
BIN
la_chariotte/static/img/notice/create_account.jpg
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
la_chariotte/static/img/notice/create_account_form.jpg
Normal file
After Width: | Height: | Size: 74 KiB |
BIN
la_chariotte/static/img/notice/create_grouped_order.jpg
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
la_chariotte/static/img/notice/create_grouped_order_form.jpg
Normal file
After Width: | Height: | Size: 48 KiB |
BIN
la_chariotte/static/img/notice/edit_grouped_order.png
Normal file
After Width: | Height: | Size: 298 KiB |
BIN
la_chariotte/static/img/notice/go_to_overview.png
Normal file
After Width: | Height: | Size: 242 KiB |
BIN
la_chariotte/static/img/notice/grouped_order_sum_up.png
Normal file
After Width: | Height: | Size: 208 KiB |
BIN
la_chariotte/static/img/notice/items_overview.png
Normal file
After Width: | Height: | Size: 57 KiB |
BIN
la_chariotte/static/img/notice/join_grouped_order.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
la_chariotte/static/img/notice/log_in.jpg
Normal file
After Width: | Height: | Size: 33 KiB |
BIN
la_chariotte/static/img/notice/my_grouped_orders.jpg
Normal file
After Width: | Height: | Size: 24 KiB |
BIN
la_chariotte/static/img/notice/order_form.png
Normal file
After Width: | Height: | Size: 51 KiB |
BIN
la_chariotte/static/img/notice/share_grouped_order.png
Normal file
After Width: | Height: | Size: 71 KiB |
14
la_chariotte/static/sass/base/_accordion.sass
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
.accordion
|
||||||
|
transition: max-height 0.2s ease-out
|
||||||
|
border: none
|
||||||
|
outline: none
|
||||||
|
transition: 0.4s
|
||||||
|
.message-header
|
||||||
|
cursor: pointer
|
||||||
|
background: $white-ter
|
||||||
|
border: 1px solid $primary
|
||||||
|
color: $primary
|
||||||
|
p
|
||||||
|
margin: 0
|
||||||
|
.message-body
|
||||||
|
display: none
|