Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
scratch-www
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
scratch-www
Commits
3545ed93
Commit
3545ed93
authored
Oct 23, 2015
by
Andrew Sliwinski
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #135 from carljbowman/Splash-Page-tweaks
Update spacing on Splash page elements
parents
be6358fb
87b583dc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
9 deletions
+14
-9
src/components/carousel/carousel.scss
src/components/carousel/carousel.scss
+2
-2
src/components/intro/intro.scss
src/components/intro/intro.scss
+12
-7
No files found.
src/components/carousel/carousel.scss
View file @
3545ed93
...
...
@@ -5,10 +5,10 @@
$button-offset
:
$icon-size
+
5px
;
$box-content-offset
:
20px
;
padding
:
0
$button-offset
;
padding
:
12px
$button-offset
;
.box-content
&
{
padding
:
0
$button-offset
-
20px
;
padding
:
12px
$button-offset
-
20px
;
}
.slick-next
,
...
...
src/components/intro/intro.scss
View file @
3545ed93
...
...
@@ -3,7 +3,7 @@
.intro
{
display
:
flex
;
margin-top
:
20px
;
margin-bottom
:
2
0px
;
margin-bottom
:
3
0px
;
flex-direction
:
row
;
flex-wrap
:
nowrap
;
justify-content
:
space-between
;
...
...
@@ -22,6 +22,7 @@
.sprites
{
position
:
relative
;
clear
:
both
;
margin
:
20px
0
;
overflow
:
hidden
;
&
:after
{
...
...
@@ -75,7 +76,7 @@
}
.text
{
$text-bg-color
:
#f1f3f4
;
$text-bg-color
:
$background-color
;
left
:
35px
;
z-index
:
1
;
border
:
2px
solid
$text-bg-color
;
...
...
@@ -159,7 +160,8 @@
.links
{
margin-top
:
20px
;
font-size
:
12px
;
letter-spacing
:
.5px
;
font-size
:
12px
;
a
{
border-right
:
1px
solid
$type-gray
;
...
...
@@ -175,13 +177,16 @@
display
:
inline-block
;
position
:
relative
;
border
:
1px
solid
$ui-border
;
border-radius
:
5px
;
box-shadow
:
0
2px
3px
;
background-color
:
$ui-gray
;
padding
:
10px
;
border-radius
:
10px
;
background-color
:
$ui-white
;
padding
:
14px
10px
;
width
:
34%
;
height
:
208px
;
text-align
:
center
;
img
{
border-radius
:
5px
;
}
}
.play-button
{
...
...
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