Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
chorus-video
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Natalia
chorus-video
Commits
9c5e0dc7
Commit
9c5e0dc7
authored
May 13, 2019
by
Natalia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Styles adjustment
parent
bdf73812
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
2 deletions
+17
-2
app.component.scss
src/app/app.component.scss
+10
-2
video-details.component.scss
src/app/video-details/video-details.component.scss
+5
-0
styles.scss
src/styles.scss
+2
-0
No files found.
src/app/app.component.scss
View file @
9c5e0dc7
@import
'../assets/scss/variables.scss'
;
:host
{
display
:
block
;
height
:
100%
;
}
.main-app-container
{
display
:
flex
;
align-items
:
center
;
width
:
100vw
;
// height: calc(100vh - 35px)
;
height
:
100vh
;
}
.footer-container
{
border-bottom
:
4px
solid
$color-blue
;
display
:
flex
;
padding-bottom
:
24px
;
justify-content
:
center
;
bottom
:
4px
;
position
:
absolute
;
width
:
100%
;
}
\ No newline at end of file
src/app/video-details/video-details.component.scss
View file @
9c5e0dc7
@import
'../../assets/scss/variables.scss'
;
:host
{
display
:
block
;
width
:
100%
;
}
.video-details-container
{
margin
:
auto
;
background-color
:
$color-white
;
padding
:
32px
;
max-width
:
60%
;
.video-container
{
width
:
300px
;
...
...
src/styles.scss
View file @
9c5e0dc7
...
...
@@ -29,6 +29,8 @@ body {
h1
{
font-size
:
1
.74rem
;
line-height
:
1
.87rem
;
margin
:
12px
0
9px
;
text-align
:
center
;
}
p
{
font-size
:
1rem
;
...
...
Write
Preview
Markdown
is supported
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