Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
monnaie-libre-fr
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
websites
monnaie-libre-fr
Commits
fb8b8677
Commit
fb8b8677
authored
3 years ago
by
Emmanuel Salomon
Browse files
Options
Downloads
Patches
Plain Diff
Black modal for cta video
parent
fc24216e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
components/home/HomeCTA.vue
+2
-2
2 additions, 2 deletions
components/home/HomeCTA.vue
plugins/vue-tailwind.js
+9
-4
9 additions, 4 deletions
plugins/vue-tailwind.js
with
11 additions
and
6 deletions
components/home/HomeCTA.vue
+
2
−
2
View file @
fb8b8677
...
@@ -12,10 +12,10 @@
...
@@ -12,10 +12,10 @@
</div>
</div>
</t-button>
</t-button>
<t-modal
name=
"videoIntro"
variant=
"
large
"
>
<t-modal
name=
"videoIntro"
variant=
"
video
"
>
<div
style=
"padding: 56.25% 0 0 0; position: relative"
>
<div
style=
"padding: 56.25% 0 0 0; position: relative"
>
<iframe
<iframe
src=
"https://player.vimeo.com/video/514975135?h=7f6183d68c&portrait=0"
src=
"https://player.vimeo.com/video/514975135?h=7f6183d68c&portrait=0
&autoplay=1
"
style=
"position: absolute; top: 0; left: 0; width: 100%; height: 100%"
style=
"position: absolute; top: 0; left: 0; width: 100%; height: 100%"
frameborder=
"0"
frameborder=
"0"
allow=
"autoplay; fullscreen; picture-in-picture"
allow=
"autoplay; fullscreen; picture-in-picture"
...
...
This diff is collapsed.
Click to expand it.
plugins/vue-tailwind.js
+
9
−
4
View file @
fb8b8677
...
@@ -134,14 +134,14 @@ const settings = {
...
@@ -134,14 +134,14 @@ const settings = {
props
:
{
props
:
{
fixedClasses
:
{
fixedClasses
:
{
overlay
:
overlay
:
'
z-40
overflow-auto scrolling-touch left-0 top-0 bottom-0 right-0 w-full h-full fixed bg-opacity-50
'
,
'
flex items-center
z-40 overflow-auto scrolling-touch left-0 top-0 bottom-0 right-0 w-full h-full fixed bg-opacity-50
'
,
wrapper
:
'
relative mx-auto z-50 max-w-lg px-3 py-12
'
,
wrapper
:
'
w-full
relative mx-auto z-50 max-w-lg px-3 py-12
'
,
modal
:
'
overflow-visible relative
rounded
'
,
modal
:
'
overflow-visible relative rounded
'
,
body
:
'
p-3
'
,
body
:
'
p-3
'
,
header
:
'
border-b p-3 rounded-t
'
,
header
:
'
border-b p-3 rounded-t
'
,
footer
:
'
p-3 rounded-b
'
,
footer
:
'
p-3 rounded-b
'
,
close
:
close
:
'
flex items-center justify-center rounded-full absolute right-0 top-0 -m-3 h-8 w-8 transition duration-100 ease-in-out focus:ring-2 focus:ring-blue-500 focus:outline-none focus:ring-opacity-50
'
,
'
flex items-center justify-center rounded-full absolute right-0 top-0 -m-3 h-8 w-8 transition duration-100 ease-in-out focus:ring-2 focus:ring-blue-500 focus:outline-none focus:ring-opacity-50
z-10
'
,
},
},
classes
:
{
classes
:
{
overlay
:
'
bg-black
'
,
overlay
:
'
bg-black
'
,
...
@@ -173,6 +173,11 @@ const settings = {
...
@@ -173,6 +173,11 @@ const settings = {
'
border-b p-3 rounded-t text-xl font-bold dark:border-gray-500
'
,
'
border-b p-3 rounded-t text-xl font-bold dark:border-gray-500
'
,
footer
:
'
bg-gray-100 p-3 rounded-b dark:bg-gray-700
'
,
footer
:
'
bg-gray-100 p-3 rounded-b dark:bg-gray-700
'
,
},
},
video
:
{
modal
:
'
bg-black shadow rounded
'
,
wrapper
:
'
relative mx-auto z-50 max-w-4xl px-3 py-12
'
,
close
:
'
bg-gray-700 text-gray-100 hover:bg-gray-600
'
,
},
},
},
},
},
},
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment