Skip to content

Commit

Permalink
style: 💄 add new photos with circle
Browse files Browse the repository at this point in the history
  • Loading branch information
NadeigeC committed Sep 15, 2023
1 parent 16864dc commit ef45194
Show file tree
Hide file tree
Showing 15 changed files with 3 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Armes d’épaule semi-automatiques ou automatiques type militaire moderne
UZI
*/
export const semi_auto_style_militaire_autre = {
displayLabel: 'arme semi-automatique ou automatique',
displayLabel: 'Arme semi-automatique ou automatique',
category: 'A, B ou C',
mention: 'A - Interdite<br>B - Soumise à autorisation<br>C - Soumise à déclaration',
isDummyTypology: true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,8 @@ onMounted(() => {
background-color: #eee9;
cursor: zoom-in;
position: absolute;
bottom: 1.5rem;
right: 4.5rem;
bottom: 1.6rem;
right: .5rem;
}
.zoom-label {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const openNextAccordion = (currentIndex) => {
<video
controls
playsinline
loop
muted
:src="resultTree[typology]?.options_step_2[selectedOptionStep2]?.video"
/>
Expand Down Expand Up @@ -132,7 +131,6 @@ const openNextAccordion = (currentIndex) => {
<video
controls
playsinline
loop
muted
:src="resultTree[typology]?.options_step_3['revolver_verrou_1892']?.video"
/>
Expand Down Expand Up @@ -163,7 +161,6 @@ const openNextAccordion = (currentIndex) => {
<video
controls
playsinline
loop
muted
:src="resultTree[typology]?.options[selectedOptionStep2]?.video"
/>
Expand All @@ -189,7 +186,6 @@ const openNextAccordion = (currentIndex) => {
<video
controls
playsinline
loop
muted
:src="resultTree[typology]?.video"
/>
Expand Down

0 comments on commit ef45194

Please sign in to comment.