Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
448fce56
Commit
448fce56
authored
Jul 22, 2015
by
Chris Bednarski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace tabs with 2 spaces
parent
823e9e73
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
49 additions
and
49 deletions
+49
-49
website/source/assets/stylesheets/_footer.scss
website/source/assets/stylesheets/_footer.scss
+30
-30
website/source/assets/stylesheets/_helpers.scss
website/source/assets/stylesheets/_helpers.scss
+13
-13
website/source/assets/stylesheets/_reset.scss
website/source/assets/stylesheets/_reset.scss
+6
-6
No files found.
website/source/assets/stylesheets/_footer.scss
View file @
448fce56
...
...
@@ -12,45 +12,45 @@ footer {
margin-left
:
-20px
;
}
ul
{
margin-top
:
40px
;
@include
respond-to
(
mobile
)
{
margin-left
:
$baseline
;
margin-top
:
$baseline
;
ul
{
margin-top
:
40px
;
@include
respond-to
(
mobile
)
{
margin-left
:
$baseline
;
margin-top
:
$baseline
;
}
li
{
display
:
inline
;
margin-right
:
50px
;
@include
respond-to
(
mobile
)
{
margin-right
:
20px
;
display
:
list-item
;
li
{
display
:
inline
;
margin-right
:
50px
;
@include
respond-to
(
mobile
)
{
margin-right
:
20px
;
display
:
list-item
;
}
}
.hashi-logo
{
background
:
image-url
(
'logo_footer.png'
)
no-repeat
center
top
;
height
:
40px
;
width
:
40px
;
background-size
:
37px
40px
;
text-indent
:
-999999px
;
display
:
inline-block
;
margin-top
:
-10px
;
margin-right
:
0
;
@include
respond-to
(
mobile
)
{
margin-top
:
-50px
;
margin-right
:
$baseline
;
}
}
}
.hashi-logo
{
background
:
image-url
(
'logo_footer.png'
)
no-repeat
center
top
;
height
:
40px
;
width
:
40px
;
background-size
:
37px
40px
;
text-indent
:
-999999px
;
display
:
inline-block
;
margin-top
:
-10px
;
margin-right
:
0
;
@include
respond-to
(
mobile
)
{
margin-top
:
-50px
;
margin-right
:
$baseline
;
}
}
}
.active
{
.active
{
color
:
$green
;
}
}
button
{
button
{
margin-top
:
20px
;
}
}
}
.page-wrap
{
...
...
website/source/assets/stylesheets/_helpers.scss
View file @
448fce56
...
...
@@ -70,17 +70,17 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
background-color
:
#000
;
color
:
$white
;
a
{
a
{
color
:
inherit
;
&
:hover
{
color
:
$green
;
}
color
:
$green
;
}
&
:active
{
color
:
darken
(
$green
,
30%
);
}
}
&
:active
{
color
:
darken
(
$green
,
30%
);
}
}
}
.white-background
{
...
...
@@ -102,9 +102,9 @@ $mono: 'Inconsolata', 'courier new', courier, mono-space;
color
:
$orange
;
font-size
:
20px
;
a
:hover
,
a
:active
,
a
:visited
{
a
:hover
,
a
:active
,
a
:visited
{
color
:
inherit
;
}
}
}
// media queries
...
...
@@ -170,13 +170,13 @@ $break-lg: 980px;
@mixin
transform-scale
(
$value
)
{
-webkit-transform
:
scale
(
$value
);
-moz-transform
:
scale
(
$value
);
transform
:
scale
(
$value
);
-moz-transform
:
scale
(
$value
);
transform
:
scale
(
$value
);
}
@mixin
transition
(
$type
,
$speed
,
$easing
)
{
-webkit-transition
:
$type
$speed
$easing
;
-moz-transition
:
$type
$speed
$easing
;
-webkit-transition
:
$type
$speed
$easing
;
-moz-transition
:
$type
$speed
$easing
;
-o-transition
:
$type
$speed
$easing
;
transition
:
$type
$speed
$easing
;
}
...
...
website/source/assets/stylesheets/_reset.scss
View file @
448fce56
...
...
@@ -14,10 +14,10 @@ form, input, textarea, button {
line-height
:
1
.0
;
color
:
inherit
;
&
:focus
{
line-height
:
1
.0
;
box-shadow
:
none
!
important
;
outline
:
none
;
vertical-align
:
middle
;
}
&
:focus
{
line-height
:
1
.0
;
box-shadow
:
none
!
important
;
outline
:
none
;
vertical-align
:
middle
;
}
}
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