Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
communs
communs-wp-theme
Commits
3a83a712
Commit
3a83a712
authored
Aug 03, 2016
by
numahell
Browse files
Video rounded. This closes
#5
parent
dfa22b6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/scss/components/_video.scss
0 → 100644
View file @
3a83a712
// Video
.video
{
text-align
:
center
;
iframe
{
border-radius
:
15px
;
border
:
2px
dashed
$gray-lighter
;
max-width
:
100%
;
}
figcaption
{
text-align
:
left
;
}
}
assets/scss/foundation.scss
View file @
3a83a712
...
...
@@ -91,6 +91,7 @@
@import
"components/dividers"
;
@import
"components/links"
;
@import
"components/thumbnails"
;
@import
"components/video"
;
// Templates
@import
"templates/front"
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment