Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Зуев Егор
/
wiki.dev
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Authored by
Dan Brown
2015-07-12 21:32:39 +0100
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Commit
5d2243e2cc29f33f440f2f65cc97fe003161aaec
5d2243e2
1 parent
8f2da537
Remove old css files
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
950 deletions
public/css/app.css
public/css/app.css.map
public/css/app.css
deleted
100644 → 0
View file @
8f2da53
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html
,
body
,
div
,
span
,
applet
,
object
,
iframe
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
,
p
,
blockquote
,
pre
,
a
,
abbr
,
acronym
,
address
,
big
,
cite
,
code
,
del
,
dfn
,
em
,
img
,
ins
,
kbd
,
q
,
s
,
samp
,
small
,
strike
,
strong
,
sub
,
sup
,
tt
,
var
,
b
,
u
,
i
,
center
,
dl
,
dt
,
dd
,
ol
,
ul
,
li
,
fieldset
,
form
,
label
,
legend
,
table
,
caption
,
tbody
,
tfoot
,
thead
,
tr
,
th
,
td
,
article
,
aside
,
canvas
,
details
,
embed
,
figure
,
figcaption
,
footer
,
header
,
hgroup
,
menu
,
nav
,
output
,
ruby
,
section
,
summary
,
time
,
mark
,
audio
,
video
{
margin
:
0
;
padding
:
0
;
border
:
0
;
font-size
:
100%
;
font
:
inherit
;
vertical-align
:
baseline
;
}
/* HTML5 display-role reset for older browsers */
article
,
aside
,
details
,
figcaption
,
figure
,
footer
,
header
,
hgroup
,
menu
,
nav
,
section
{
display
:
block
;
}
body
{
line-height
:
1
;
}
ol
,
ul
{
list-style
:
none
;
}
blockquote
,
q
{
quotes
:
none
;
}
blockquote
:before
,
blockquote
:after
{
content
:
''
;
content
:
none
;
}
q
:before
,
q
:after
{
content
:
''
;
content
:
none
;
}
table
{
border-collapse
:
collapse
;
border-spacing
:
0
;
}
*
{
box-sizing
:
border-box
;
}
html
{
background-color
:
#FFF
;
}
body
{
font-family
:
"Roboto"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
16px
;
line-height
:
1.4em
;
color
:
#444
;
-webkit-font-smoothing
:
antialiased
;
}
/*
* Header Styles
*/
h1
{
font-size
:
5.625em
;
line-height
:
1.22222222em
;
margin-top
:
0.48888889em
;
margin-bottom
:
0.24444444em
;
}
h2
{
font-size
:
3.1875em
;
line-height
:
1.294117647em
;
margin-top
:
0.8627451em
;
margin-bottom
:
0.43137255em
;
}
h3
{
font-size
:
1.75em
;
line-height
:
1.571428572em
;
margin-top
:
0.78571429em
;
margin-bottom
:
0.43137255em
;
}
h4
{
font-size
:
1em
;
line-height
:
1.375em
;
margin-top
:
1.375em
;
margin-bottom
:
1.375em
;
}
h1
.subheader
,
h2
.subheader
,
h3
.subheader
,
h4
.subheader
{
display
:
block
;
font-size
:
0.5em
;
line-height
:
1em
;
color
:
#6d6d6d
;
}
/*
* Link styling
*/
a
{
color
:
#1c77c1
;
cursor
:
pointer
;
text-decoration
:
none
;
transition
:
color
ease-in-out
80ms
;
}
a
:hover
{
text-decoration
:
underline
;
color
:
#0f4068
;
}
/*
* Other HTML Text Elements
*/
p
,
ul
,
ol
,
pre
,
table
,
blockquote
{
margin-top
:
0.3em
;
margin-bottom
:
1.375em
;
}
hr
{
border
:
0
;
height
:
1px
;
border
:
0
;
background
:
#e3e0e0
;
margin-bottom
:
24px
;
}
hr
.faded
{
background-image
:
linear-gradient
(
to
right
,
#FFF
,
#e3e0e0
20%
,
#e3e0e0
80%
,
#FFF
);
}
hr
.margin-top
{
margin-top
:
24px
;
}
strong
,
b
,
.bold
,
.strong
{
font-weight
:
bold
;
}
strong
>
strong
,
strong
>
b
,
strong
>
.bold
,
strong
>
.strong
,
b
>
strong
,
b
>
b
,
b
>
.bold
,
b
>
.strong
,
.bold
>
strong
,
.bold
>
b
,
.bold
>
.bold
,
.bold
>
.strong
,
.strong
>
strong
,
.strong
>
b
,
.strong
>
.bold
,
.strong
>
.strong
{
font-weight
:
bolder
;
}
em
,
i
,
.italic
{
font-style
:
italic
;
}
small
,
p
.small
,
span
.small
,
.text-small
{
font-size
:
0.8em
;
color
:
#777777
;
}
sup
,
.superscript
{
vertical-align
:
super
;
font-size
:
0.8em
;
}
pre
{
font-family
:
monospace
;
white-space
:
pre
;
}
blockquote
{
display
:
block
;
position
:
relative
;
border-left
:
4px
solid
#1c77c1
;
background-color
:
#F8F8F8
;
padding
:
12px
16px
12px
32px
;
}
blockquote
:before
{
content
:
"\201C"
;
font-size
:
2em
;
font-weight
:
bold
;
position
:
absolute
;
top
:
12px
;
left
:
12px
;
color
:
#777777
;
}
.code-base
,
code
,
span
.code
{
background-color
:
#F8F8F8
;
font-family
:
monospace
;
font-size
:
0.88em
;
border
:
1px
solid
#DDD
;
border-radius
:
3px
;
}
code
{
display
:
block
;
white-space
:
pre
;
line-height
:
1.2em
;
margin-bottom
:
1.2em
;
}
span
.code
{
padding
:
1px
6px
;
}
/*
* Text colors
*/
p
.pos
,
p
.pos
,
span
.pos
,
.text-pos
{
color
:
#409945
;
}
p
.neg
,
p
.neg
,
span
.neg
,
.text-neg
{
color
:
#D35252
;
}
p
.muted
,
p
.muted
,
span
.muted
,
.text-muted
{
color
:
#868686
;
}
p
.primary
,
p
.primary
,
span
.primary
,
.text-primary
{
color
:
#1c77c1
;
}
p
.secondary
,
p
.secondary
,
span
.secondary
,
.text-secondary
{
color
:
#e27b41
;
}
/*
* Generic text styling classes
*/
.underlined
{
text-decoration
:
underline
;
}
.text-center
{
text-align
:
center
;
}
.text-left
{
text-align
:
left
;
}
.text-right
{
text-align
:
right
;
}
/** Rules for all columns */
div
[
class
^=
"col-"
]
img
{
max-width
:
100%
;
}
.container
{
max-width
:
1100px
;
margin-left
:
auto
;
margin-right
:
auto
;
padding-left
:
16px
;
padding-right
:
16px
;
}
.container.fluid
{
max-width
:
100%
;
}
.row
{
margin-left
:
-16px
;
margin-right
:
-16px
;
}
.float
{
float
:
left
;
}
.float.right
{
float
:
right
;
}
.block
{
display
:
block
;
}
.inline
{
display
:
inline
;
}
.block.inline
{
display
:
inline-block
;
}
.col-xs-1
,
.col-sm-1
,
.col-md-1
,
.col-lg-1
,
.col-xs-2
,
.col-sm-2
,
.col-md-2
,
.col-lg-2
,
.col-xs-3
,
.col-sm-3
,
.col-md-3
,
.col-lg-3
,
.col-xs-4
,
.col-sm-4
,
.col-md-4
,
.col-lg-4
,
.col-xs-5
,
.col-sm-5
,
.col-md-5
,
.col-lg-5
,
.col-xs-6
,
.col-sm-6
,
.col-md-6
,
.col-lg-6
,
.col-xs-7
,
.col-sm-7
,
.col-md-7
,
.col-lg-7
,
.col-xs-8
,
.col-sm-8
,
.col-md-8
,
.col-lg-8
,
.col-xs-9
,
.col-sm-9
,
.col-md-9
,
.col-lg-9
,
.col-xs-10
,
.col-sm-10
,
.col-md-10
,
.col-lg-10
,
.col-xs-11
,
.col-sm-11
,
.col-md-11
,
.col-lg-11
,
.col-xs-12
,
.col-sm-12
,
.col-md-12
,
.col-lg-12
{
position
:
relative
;
min-height
:
1px
;
padding-left
:
16px
;
padding-right
:
16px
;
}
.col-xs-1
,
.col-xs-2
,
.col-xs-3
,
.col-xs-4
,
.col-xs-5
,
.col-xs-6
,
.col-xs-7
,
.col-xs-8
,
.col-xs-9
,
.col-xs-10
,
.col-xs-11
,
.col-xs-12
{
float
:
left
;
}
.col-xs-12
{
width
:
100%
;
}
.col-xs-11
{
width
:
91.66666667%
;
}
.col-xs-10
{
width
:
83.33333333%
;
}
.col-xs-9
{
width
:
75%
;
}
.col-xs-8
{
width
:
66.66666667%
;
}
.col-xs-7
{
width
:
58.33333333%
;
}
.col-xs-6
{
width
:
50%
;
}
.col-xs-5
{
width
:
41.66666667%
;
}
.col-xs-4
{
width
:
33.33333333%
;
}
.col-xs-3
{
width
:
25%
;
}
.col-xs-2
{
width
:
16.66666667%
;
}
.col-xs-1
{
width
:
8.33333333%
;
}
.col-xs-pull-12
{
right
:
100%
;
}
.col-xs-pull-11
{
right
:
91.66666667%
;
}
.col-xs-pull-10
{
right
:
83.33333333%
;
}
.col-xs-pull-9
{
right
:
75%
;
}
.col-xs-pull-8
{
right
:
66.66666667%
;
}
.col-xs-pull-7
{
right
:
58.33333333%
;
}
.col-xs-pull-6
{
right
:
50%
;
}
.col-xs-pull-5
{
right
:
41.66666667%
;
}
.col-xs-pull-4
{
right
:
33.33333333%
;
}
.col-xs-pull-3
{
right
:
25%
;
}
.col-xs-pull-2
{
right
:
16.66666667%
;
}
.col-xs-pull-1
{
right
:
8.33333333%
;
}
.col-xs-pull-0
{
right
:
auto
;
}
.col-xs-push-12
{
left
:
100%
;
}
.col-xs-push-11
{
left
:
91.66666667%
;
}
.col-xs-push-10
{
left
:
83.33333333%
;
}
.col-xs-push-9
{
left
:
75%
;
}
.col-xs-push-8
{
left
:
66.66666667%
;
}
.col-xs-push-7
{
left
:
58.33333333%
;
}
.col-xs-push-6
{
left
:
50%
;
}
.col-xs-push-5
{
left
:
41.66666667%
;
}
.col-xs-push-4
{
left
:
33.33333333%
;
}
.col-xs-push-3
{
left
:
25%
;
}
.col-xs-push-2
{
left
:
16.66666667%
;
}
.col-xs-push-1
{
left
:
8.33333333%
;
}
.col-xs-push-0
{
left
:
auto
;
}
.col-xs-offset-12
{
margin-left
:
100%
;
}
.col-xs-offset-11
{
margin-left
:
91.66666667%
;
}
.col-xs-offset-10
{
margin-left
:
83.33333333%
;
}
.col-xs-offset-9
{
margin-left
:
75%
;
}
.col-xs-offset-8
{
margin-left
:
66.66666667%
;
}
.col-xs-offset-7
{
margin-left
:
58.33333333%
;
}
.col-xs-offset-6
{
margin-left
:
50%
;
}
.col-xs-offset-5
{
margin-left
:
41.66666667%
;
}
.col-xs-offset-4
{
margin-left
:
33.33333333%
;
}
.col-xs-offset-3
{
margin-left
:
25%
;
}
.col-xs-offset-2
{
margin-left
:
16.66666667%
;
}
.col-xs-offset-1
{
margin-left
:
8.33333333%
;
}
.col-xs-offset-0
{
margin-left
:
0%
;
}
@media
(
min-width
:
768px
)
{
.col-sm-1
,
.col-sm-2
,
.col-sm-3
,
.col-sm-4
,
.col-sm-5
,
.col-sm-6
,
.col-sm-7
,
.col-sm-8
,
.col-sm-9
,
.col-sm-10
,
.col-sm-11
,
.col-sm-12
{
float
:
left
;
}
.col-sm-12
{
width
:
100%
;
}
.col-sm-11
{
width
:
91.66666667%
;
}
.col-sm-10
{
width
:
83.33333333%
;
}
.col-sm-9
{
width
:
75%
;
}
.col-sm-8
{
width
:
66.66666667%
;
}
.col-sm-7
{
width
:
58.33333333%
;
}
.col-sm-6
{
width
:
50%
;
}
.col-sm-5
{
width
:
41.66666667%
;
}
.col-sm-4
{
width
:
33.33333333%
;
}
.col-sm-3
{
width
:
25%
;
}
.col-sm-2
{
width
:
16.66666667%
;
}
.col-sm-1
{
width
:
8.33333333%
;
}
.col-sm-pull-12
{
right
:
100%
;
}
.col-sm-pull-11
{
right
:
91.66666667%
;
}
.col-sm-pull-10
{
right
:
83.33333333%
;
}
.col-sm-pull-9
{
right
:
75%
;
}
.col-sm-pull-8
{
right
:
66.66666667%
;
}
.col-sm-pull-7
{
right
:
58.33333333%
;
}
.col-sm-pull-6
{
right
:
50%
;
}
.col-sm-pull-5
{
right
:
41.66666667%
;
}
.col-sm-pull-4
{
right
:
33.33333333%
;
}
.col-sm-pull-3
{
right
:
25%
;
}
.col-sm-pull-2
{
right
:
16.66666667%
;
}
.col-sm-pull-1
{
right
:
8.33333333%
;
}
.col-sm-pull-0
{
right
:
auto
;
}
.col-sm-push-12
{
left
:
100%
;
}
.col-sm-push-11
{
left
:
91.66666667%
;
}
.col-sm-push-10
{
left
:
83.33333333%
;
}
.col-sm-push-9
{
left
:
75%
;
}
.col-sm-push-8
{
left
:
66.66666667%
;
}
.col-sm-push-7
{
left
:
58.33333333%
;
}
.col-sm-push-6
{
left
:
50%
;
}
.col-sm-push-5
{
left
:
41.66666667%
;
}
.col-sm-push-4
{
left
:
33.33333333%
;
}
.col-sm-push-3
{
left
:
25%
;
}
.col-sm-push-2
{
left
:
16.66666667%
;
}
.col-sm-push-1
{
left
:
8.33333333%
;
}
.col-sm-push-0
{
left
:
auto
;
}
.col-sm-offset-12
{
margin-left
:
100%
;
}
.col-sm-offset-11
{
margin-left
:
91.66666667%
;
}
.col-sm-offset-10
{
margin-left
:
83.33333333%
;
}
.col-sm-offset-9
{
margin-left
:
75%
;
}
.col-sm-offset-8
{
margin-left
:
66.66666667%
;
}
.col-sm-offset-7
{
margin-left
:
58.33333333%
;
}
.col-sm-offset-6
{
margin-left
:
50%
;
}
.col-sm-offset-5
{
margin-left
:
41.66666667%
;
}
.col-sm-offset-4
{
margin-left
:
33.33333333%
;
}
.col-sm-offset-3
{
margin-left
:
25%
;
}
.col-sm-offset-2
{
margin-left
:
16.66666667%
;
}
.col-sm-offset-1
{
margin-left
:
8.33333333%
;
}
.col-sm-offset-0
{
margin-left
:
0%
;
}
}
@media
(
min-width
:
992px
)
{
.col-md-1
,
.col-md-2
,
.col-md-3
,
.col-md-4
,
.col-md-5
,
.col-md-6
,
.col-md-7
,
.col-md-8
,
.col-md-9
,
.col-md-10
,
.col-md-11
,
.col-md-12
{
float
:
left
;
}
.col-md-12
{
width
:
100%
;
}
.col-md-11
{
width
:
91.66666667%
;
}
.col-md-10
{
width
:
83.33333333%
;
}
.col-md-9
{
width
:
75%
;
}
.col-md-8
{
width
:
66.66666667%
;
}
.col-md-7
{
width
:
58.33333333%
;
}
.col-md-6
{
width
:
50%
;
}
.col-md-5
{
width
:
41.66666667%
;
}
.col-md-4
{
width
:
33.33333333%
;
}
.col-md-3
{
width
:
25%
;
}
.col-md-2
{
width
:
16.66666667%
;
}
.col-md-1
{
width
:
8.33333333%
;
}
.col-md-pull-12
{
right
:
100%
;
}
.col-md-pull-11
{
right
:
91.66666667%
;
}
.col-md-pull-10
{
right
:
83.33333333%
;
}
.col-md-pull-9
{
right
:
75%
;
}
.col-md-pull-8
{
right
:
66.66666667%
;
}
.col-md-pull-7
{
right
:
58.33333333%
;
}
.col-md-pull-6
{
right
:
50%
;
}
.col-md-pull-5
{
right
:
41.66666667%
;
}
.col-md-pull-4
{
right
:
33.33333333%
;
}
.col-md-pull-3
{
right
:
25%
;
}
.col-md-pull-2
{
right
:
16.66666667%
;
}
.col-md-pull-1
{
right
:
8.33333333%
;
}
.col-md-pull-0
{
right
:
auto
;
}
.col-md-push-12
{
left
:
100%
;
}
.col-md-push-11
{
left
:
91.66666667%
;
}
.col-md-push-10
{
left
:
83.33333333%
;
}
.col-md-push-9
{
left
:
75%
;
}
.col-md-push-8
{
left
:
66.66666667%
;
}
.col-md-push-7
{
left
:
58.33333333%
;
}
.col-md-push-6
{
left
:
50%
;
}
.col-md-push-5
{
left
:
41.66666667%
;
}
.col-md-push-4
{
left
:
33.33333333%
;
}
.col-md-push-3
{
left
:
25%
;
}
.col-md-push-2
{
left
:
16.66666667%
;
}
.col-md-push-1
{
left
:
8.33333333%
;
}
.col-md-push-0
{
left
:
auto
;
}
.col-md-offset-12
{
margin-left
:
100%
;
}
.col-md-offset-11
{
margin-left
:
91.66666667%
;
}
.col-md-offset-10
{
margin-left
:
83.33333333%
;
}
.col-md-offset-9
{
margin-left
:
75%
;
}
.col-md-offset-8
{
margin-left
:
66.66666667%
;
}
.col-md-offset-7
{
margin-left
:
58.33333333%
;
}
.col-md-offset-6
{
margin-left
:
50%
;
}
.col-md-offset-5
{
margin-left
:
41.66666667%
;
}
.col-md-offset-4
{
margin-left
:
33.33333333%
;
}
.col-md-offset-3
{
margin-left
:
25%
;
}
.col-md-offset-2
{
margin-left
:
16.66666667%
;
}
.col-md-offset-1
{
margin-left
:
8.33333333%
;
}
.col-md-offset-0
{
margin-left
:
0%
;
}
}
@media
(
min-width
:
1200px
)
{
.col-lg-1
,
.col-lg-2
,
.col-lg-3
,
.col-lg-4
,
.col-lg-5
,
.col-lg-6
,
.col-lg-7
,
.col-lg-8
,
.col-lg-9
,
.col-lg-10
,
.col-lg-11
,
.col-lg-12
{
float
:
left
;
}
.col-lg-12
{
width
:
100%
;
}
.col-lg-11
{
width
:
91.66666667%
;
}
.col-lg-10
{
width
:
83.33333333%
;
}
.col-lg-9
{
width
:
75%
;
}
.col-lg-8
{
width
:
66.66666667%
;
}
.col-lg-7
{
width
:
58.33333333%
;
}
.col-lg-6
{
width
:
50%
;
}
.col-lg-5
{
width
:
41.66666667%
;
}
.col-lg-4
{
width
:
33.33333333%
;
}
.col-lg-3
{
width
:
25%
;
}
.col-lg-2
{
width
:
16.66666667%
;
}
.col-lg-1
{
width
:
8.33333333%
;
}
.col-lg-pull-12
{
right
:
100%
;
}
.col-lg-pull-11
{
right
:
91.66666667%
;
}
.col-lg-pull-10
{
right
:
83.33333333%
;
}
.col-lg-pull-9
{
right
:
75%
;
}
.col-lg-pull-8
{
right
:
66.66666667%
;
}
.col-lg-pull-7
{
right
:
58.33333333%
;
}
.col-lg-pull-6
{
right
:
50%
;
}
.col-lg-pull-5
{
right
:
41.66666667%
;
}
.col-lg-pull-4
{
right
:
33.33333333%
;
}
.col-lg-pull-3
{
right
:
25%
;
}
.col-lg-pull-2
{
right
:
16.66666667%
;
}
.col-lg-pull-1
{
right
:
8.33333333%
;
}
.col-lg-pull-0
{
right
:
auto
;
}
.col-lg-push-12
{
left
:
100%
;
}
.col-lg-push-11
{
left
:
91.66666667%
;
}
.col-lg-push-10
{
left
:
83.33333333%
;
}
.col-lg-push-9
{
left
:
75%
;
}
.col-lg-push-8
{
left
:
66.66666667%
;
}
.col-lg-push-7
{
left
:
58.33333333%
;
}
.col-lg-push-6
{
left
:
50%
;
}
.col-lg-push-5
{
left
:
41.66666667%
;
}
.col-lg-push-4
{
left
:
33.33333333%
;
}
.col-lg-push-3
{
left
:
25%
;
}
.col-lg-push-2
{
left
:
16.66666667%
;
}
.col-lg-push-1
{
left
:
8.33333333%
;
}
.col-lg-push-0
{
left
:
auto
;
}
.col-lg-offset-12
{
margin-left
:
100%
;
}
.col-lg-offset-11
{
margin-left
:
91.66666667%
;
}
.col-lg-offset-10
{
margin-left
:
83.33333333%
;
}
.col-lg-offset-9
{
margin-left
:
75%
;
}
.col-lg-offset-8
{
margin-left
:
66.66666667%
;
}
.col-lg-offset-7
{
margin-left
:
58.33333333%
;
}
.col-lg-offset-6
{
margin-left
:
50%
;
}
.col-lg-offset-5
{
margin-left
:
41.66666667%
;
}
.col-lg-offset-4
{
margin-left
:
33.33333333%
;
}
.col-lg-offset-3
{
margin-left
:
25%
;
}
.col-lg-offset-2
{
margin-left
:
16.66666667%
;
}
.col-lg-offset-1
{
margin-left
:
8.33333333%
;
}
.col-lg-offset-0
{
margin-left
:
0%
;
}
}
.clearfix
:before
,
.clearfix
:after
,
.container
:before
,
.container
:after
,
.container-fluid
:before
,
.container-fluid
:after
,
.row
:before
,
.row
:after
{
content
:
" "
;
display
:
table
;
}
.clearfix
:after
,
.container
:after
,
.container-fluid
:after
,
.row
:after
{
clear
:
both
;
}
.center-block
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
}
/*
* This file container all block styling including background shading,
* margins, paddings & borders.
*/
/*
* Background Shading
*/
.shaded
{
background-color
:
#f1f1f1
;
}
.shaded.pos
{
background-color
:
#c0e5c2
;
}
.shaded.neg
{
background-color
:
#e8a3a3
;
}
.shaded.primary
{
background-color
:
#b5d8f4
;
}
.shaded.secondary
{
background-color
:
#f6d7c6
;
}
/*
* Bordering
*/
.bordered
{
border
:
1px
solid
#BBB
;
}
.bordered.pos
{
border-color
:
#409945
;
}
.bordered.neg
{
border-color
:
#D35252
;
}
.bordered.primary
{
border-color
:
#1c77c1
;
}
.bordered.secondary
{
border-color
:
#e27b41
;
}
.bordered.thick
{
border-width
:
2px
;
}
.rounded
{
border-radius
:
3px
;
}
/*
* Padding
*/
.nopadding
{
padding
:
0
;
}
.padded
{
padding
:
24px
;
}
.padded.large
{
padding
:
32px
;
}
.padded-vertical
,
.padded-top
{
padding-top
:
16px
;
}
.padded-vertical.large
,
.padded-top.large
{
padding-top
:
32px
;
}
.padded-vertical
,
.padded-bottom
{
padding-bottom
:
16px
;
}
.padded-vertical.large
,
.padded-bottom.large
{
padding-bottom
:
32px
;
}
.padded-horizontal
,
.padded-left
{
padding-left
:
16px
;
}
.padded-horizontal.large
,
.padded-left.large
{
padding-left
:
32px
;
}
.padded-horizontal
,
.padded-right
{
padding-right
:
16px
;
}
.padded-horizontal.large
,
.padded-right.large
{
padding-right
:
32px
;
}
/*
* Margins
*/
.margins
{
margin
:
24px
;
}
.margins.large
{
margin
:
32px
;
}
.margins-vertical
,
.margin-top
{
margin-top
:
16px
;
}
.margins-vertical.large
,
.margin-top.large
{
margin-top
:
32px
;
}
.margins-vertical
,
.margin-bottom
{
margin-bottom
:
16px
;
}
.margins-vertical.large
,
.margin-bottom.large
{
margin-bottom
:
32px
;
}
.margins-horizontal
,
.margin-left
{
margin-left
:
16px
;
}
.margins-horizontal.large
,
.margin-left.large
{
margin-left
:
32px
;
}
.margins-horizontal
,
.margin-right
{
margin-right
:
16px
;
}
.margins-horizontal.large
,
.margin-right.large
{
margin-right
:
32px
;
}
.button-base
,
.button
,
button
[
type
=
"button"
],
input
[
type
=
"button"
],
input
[
type
=
"submit"
]
{
text-decoration
:
none
;
font-size
:
16px
;
line-height
:
1.4em
;
padding
:
6px
16px
;
margin
:
6px
6px
6px
0
;
display
:
inline-block
;
border
:
none
;
outline
:
0
;
border-radius
:
3px
;
cursor
:
pointer
;
transition
:
all
ease-in-out
80ms
;
box-shadow
:
0
0
0
0
#000
;
background-color
:
#1c77c1
;
color
:
#EEE
;
}
.button-base
:hover
,
.button
:hover
,
button
[
type
=
"button"
]
:hover
,
input
[
type
=
"button"
]
:hover
,
input
[
type
=
"submit"
]
:hover
{
background-color
:
#268ce0
;
box-shadow
:
0
1px
3px
1px
rgba
(
76
,
76
,
76
,
0.26
);
text-decoration
:
none
;
color
:
#EEE
;
}
.button-base
:active
,
.button
:active
,
button
[
type
=
"button"
]
:active
,
input
[
type
=
"button"
]
:active
,
input
[
type
=
"submit"
]
:active
{
background-color
:
#17619d
;
}
.button.pos
,
button
[
type
=
"button"
]
.pos
,
input
[
type
=
"button"
]
.pos
,
input
[
type
=
"submit"
]
.pos
{
background-color
:
#409945
;
color
:
#EEE
;
}
.button.pos
:hover
,
button
[
type
=
"button"
]
.pos
:hover
,
input
[
type
=
"button"
]
.pos
:hover
,
input
[
type
=
"submit"
]
.pos
:hover
{
background-color
:
#4db553
;
box-shadow
:
0
1px
3px
1px
rgba
(
76
,
76
,
76
,
0.26
);
text-decoration
:
none
;
color
:
#EEE
;
}
.button.pos
:active
,
button
[
type
=
"button"
]
.pos
:active
,
input
[
type
=
"button"
]
.pos
:active
,
input
[
type
=
"submit"
]
.pos
:active
{
background-color
:
#347c38
;
}
.button.neg
,
button
[
type
=
"button"
]
.neg
,
input
[
type
=
"button"
]
.neg
,
input
[
type
=
"submit"
]
.neg
{
background-color
:
#D35252
;
color
:
#EEE
;
}
.button.neg
:hover
,
button
[
type
=
"button"
]
.neg
:hover
,
input
[
type
=
"button"
]
.neg
:hover
,
input
[
type
=
"submit"
]
.neg
:hover
{
background-color
:
#db7373
;
box-shadow
:
0
1px
3px
1px
rgba
(
76
,
76
,
76
,
0.26
);
text-decoration
:
none
;
color
:
#EEE
;
}
.button.neg
:active
,
button
[
type
=
"button"
]
.neg
:active
,
input
[
type
=
"button"
]
.neg
:active
,
input
[
type
=
"submit"
]
.neg
:active
{
background-color
:
#c93333
;
}
.button.secondary
,
button
[
type
=
"button"
]
.secondary
,
input
[
type
=
"button"
]
.secondary
,
input
[
type
=
"submit"
]
.secondary
{
background-color
:
#e27b41
;
color
:
#EEE
;
}
.button.secondary
:hover
,
button
[
type
=
"button"
]
.secondary
:hover
,
input
[
type
=
"button"
]
.secondary
:hover
,
input
[
type
=
"submit"
]
.secondary
:hover
{
background-color
:
#e79464
;
box-shadow
:
0
1px
3px
1px
rgba
(
76
,
76
,
76
,
0.26
);
text-decoration
:
none
;
color
:
#EEE
;
}
.button.secondary
:active
,
button
[
type
=
"button"
]
.secondary
:active
,
input
[
type
=
"button"
]
.secondary
:active
,
input
[
type
=
"submit"
]
.secondary
:active
{
background-color
:
#d96321
;
}
.button-group
:after
{
display
:
block
;
content
:
''
;
font-size
:
0
;
clear
:
both
;
position
:
relative
;
}
.button-group
.button
,
.button-group
button
[
type
=
"button"
]
{
margin
:
6px
0
6px
0
;
float
:
left
;
border-radius
:
0
;
}
.button-group
.button
:first-child
,
.button-group
button
[
type
=
"button"
]
:first-child
{
border-radius
:
3px
0
0
3px
;
}
.button-group
.button
:last-child
,
.button-group
button
[
type
=
"button"
]
:last-child
{
border-radius
:
0
3px
3px
0
;
}
.input-base
,
input
[
type
=
"text"
],
input
[
type
=
"number"
],
input
[
type
=
"email"
],
input
[
type
=
"search"
],
input
[
type
=
"url"
],
input
[
type
=
"password"
],
select
,
textarea
{
background-color
:
#FFF
;
border-radius
:
2px
;
border
:
1px
solid
#BBB
;
border-top
:
1px
solid
#AAA
;
display
:
inline-block
;
font-size
:
14px
;
font-family
:
"Roboto"
,
Helvetica
,
Arial
,
sans-serif
;
padding
:
6px
;
color
:
#222
;
width
:
250px
;
max-width
:
100%
;
-webkit-appearance
:
none
;
}
.input-base.neg
,
input
.neg
[
type
=
"text"
],
input
.neg
[
type
=
"number"
],
input
.neg
[
type
=
"email"
],
input
.neg
[
type
=
"search"
],
input
.neg
[
type
=
"url"
],
input
.neg
[
type
=
"password"
],
select
.neg
,
textarea
.neg
,
.input-base.invalid
,
input
.invalid
[
type
=
"text"
],
input
.invalid
[
type
=
"number"
],
input
.invalid
[
type
=
"email"
],
input
.invalid
[
type
=
"search"
],
input
.invalid
[
type
=
"url"
],
input
.invalid
[
type
=
"password"
],
select
.invalid
,
textarea
.invalid
{
border
:
1px
solid
#D35252
;
}
.input-base.pos
,
input
.pos
[
type
=
"text"
],
input
.pos
[
type
=
"number"
],
input
.pos
[
type
=
"email"
],
input
.pos
[
type
=
"search"
],
input
.pos
[
type
=
"url"
],
input
.pos
[
type
=
"password"
],
select
.pos
,
textarea
.pos
,
.input-base.valid
,
input
.valid
[
type
=
"text"
],
input
.valid
[
type
=
"number"
],
input
.valid
[
type
=
"email"
],
input
.valid
[
type
=
"search"
],
input
.valid
[
type
=
"url"
],
input
.valid
[
type
=
"password"
],
select
.valid
,
textarea
.valid
{
border
:
1px
solid
#409945
;
}
.input-base.disabled
,
input
.disabled
[
type
=
"text"
],
input
.disabled
[
type
=
"number"
],
input
.disabled
[
type
=
"email"
],
input
.disabled
[
type
=
"search"
],
input
.disabled
[
type
=
"url"
],
input
.disabled
[
type
=
"password"
],
select
.disabled
,
textarea
.disabled
,
.input-base
[
disabled
],
input
[
disabled
][
type
=
"text"
],
input
[
disabled
][
type
=
"number"
],
input
[
disabled
][
type
=
"email"
],
input
[
disabled
][
type
=
"search"
],
input
[
disabled
][
type
=
"url"
],
input
[
disabled
][
type
=
"password"
],
select
[
disabled
],
textarea
[
disabled
]
{
background
:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==)
;
}
label
{
display
:
block
;
line-height
:
1.4em
;
font-size
:
0.9em
;
font-weight
:
500
;
color
:
#333
;
}
label
.radio
,
label
.checkbox
{
font-weight
:
400
;
}
label
.radio
input
[
type
=
"radio"
],
label
.radio
input
[
type
=
"checkbox"
],
label
.checkbox
input
[
type
=
"radio"
],
label
.checkbox
input
[
type
=
"checkbox"
]
{
margin-right
:
6px
;
}
.form-group
{
margin-bottom
:
12px
;
}
header
hr
{
margin-top
:
0
;
}
header
.menu
{
margin-bottom
:
0
;
list-style
:
none
;
}
header
.menu
li
{
display
:
inline-block
;
margin-left
:
16px
;
}
.page-title
input
{
display
:
block
;
width
:
100%
;
font-size
:
1.4em
;
}
/*# sourceMappingURL=app.css.map */
\ No newline at end of file
public/css/app.css.map
deleted
100644 → 0
View file @
8f2da53
{
"version"
:
3
,
"sources"
:[
"_reset.scss"
,
"_html.scss"
,
"_variables.scss"
,
"_text.scss"
,
"_grid.scss"
,
"_blocks.scss"
,
"_buttons.scss"
,
"_mixins.scss"
,
"_forms.scss"
,
"styles.scss"
],
"names"
:[],
"mappings"
:
"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"
,
"file"
:
"app.css"
,
"sourcesContent"
:[
"/* http://meyerweb.com/eric/tools/css/reset/
\n
v2.0 | 20110126
\n
License: none (public domain)
\n
*/
\n\n
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
\n
margin: 0;
\n
padding: 0;
\n
border: 0;
\n
font-size: 100%;
\n
font: inherit;
\n
vertical-align: baseline; }
\n\n
/* HTML5 display-role reset for older browsers */
\n\n
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
\n
display: block; }
\n\n
body {
\n
line-height: 1; }
\n\n
ol, ul {
\n
list-style: none; }
\n\n
blockquote, q {
\n
quotes: none; }
\n\n
blockquote {
\n
&:before, &:after {
\n
content: '';
\n
content: none; } }
\n\n
q {
\n
&:before, &:after {
\n
content: '';
\n
content: none; } }
\n\n
table {
\n
border-collapse: collapse;
\n
border-spacing: 0; }
\n
"
,
"* {
\n\t
box-sizing: border-box;
\n
}
\n
html {
\n\t
background-color: #FFF;
\n
}
\n
body {
\n\t
font-family: $text;
\n\t
font-size: $fs-m;
\n\t
line-height: 1.4em;
\n\t
color: #444;
\n\t
-webkit-font-smoothing: antialiased;
\n
}
\n
"
,
"// Variables
\n
///////////////
\n\n
// Sizes
\n
$max-width: 1100px;
\n\n
// Screen breakpoints
\n
$xl: 1100px;
\n
$ipad-width: 1028px; // Is actually 1024 but we go over to ensure functionality.
\n
$l: 1000px;
\n
$m: 800px;
\n
$s: 600px;
\n
$xs: 400px;
\n
$xxs: 360px;
\n\n
// Spacing (Margins+Padding)
\n
$-xxxl: 64px;
\n
$-xxl: 48px;
\n
$-xl: 32px;
\n
$-l: 24px;
\n
$-m: 16px;
\n
$-s: 12px;
\n
$-xs: 6px;
\n
$-xxs: 3px;
\n\n
// Fonts
\n
$heading: 'Roboto', Helvetica, Arial, sans-serif;
\n
$text: 'Roboto', Helvetica, Arial, sans-serif;
\n
$fs-m: 16px;
\n
$fs-s: 14px;
\n\n
// Colours
\n
$primary: #1c77c1;
\n
$secondary: #e27b41;
\n
$positive: #409945;
\n
$negative: #D35252;
\n\n
// Text colours
\n
$text-dark: #444;
\n
$text-light: #EEE;
\n\n
// Shadows
\n
$bs-light: 0 0 4px 1px #CCC;
\n
$bs-med: 0 1px 3px 1px rgba(76, 76, 76, 0.26);
\n
$bs-hover: 0 2px 2px 1px rgba(0,0,0,.13);
\n
"
,
"/*
\n
* Header Styles
\n
*/
\n\n
h1 {
\n
font-size: 5.625em;
\n
line-height: 1.22222222em;
\n
margin-top: 0.48888889em;
\n
margin-bottom: 0.24444444em;
\n
}
\n
h2 {
\n
font-size: 3.1875em;
\n
line-height: 1.294117647em;
\n
margin-top: 0.8627451em;
\n
margin-bottom: 0.43137255em;
\n
}
\n
h3 {
\n
font-size: 1.75em;
\n
line-height: 1.571428572em;
\n
margin-top: 0.78571429em;
\n
margin-bottom: 0.43137255em;
\n
}
\n
h4 {
\n
font-size: 1em;
\n
line-height: 1.375em;
\n
margin-top: 1.375em;
\n
margin-bottom: 1.375em;
\n
}
\n\n
h1, h2, h3, h4 {
\n
.subheader {
\n
display: block;
\n
font-size: 0.5em;
\n
line-height: 1em;
\n
color: lighten($text-dark, 16%);
\n
}
\n
}
\n\n
/*
\n
* Link styling
\n
*/
\n
a {
\n
color: $primary;
\n
cursor: pointer;
\n
text-decoration: none;
\n
transition: color ease-in-out 80ms;
\n
&:hover {
\n
text-decoration: underline;
\n
color: darken($primary, 20%);
\n
}
\n
}
\n\n
/*
\n
* Other HTML Text Elements
\n
*/
\n
p, ul, ol, pre, table, blockquote {
\n
margin-top: 0.3em;
\n
margin-bottom: 1.375em;
\n
}
\n\n
hr {
\n
border: 0;
\n
height: 1px;
\n
border: 0;
\n
background: #e3e0e0;
\n
margin-bottom: $-l;
\n
&.faded {
\n
background-image: linear-gradient(to right, #FFF, #e3e0e0 20%, #e3e0e0 80%, #FFF);
\n
}
\n
&.margin-top {
\n
margin-top: $-l;
\n
}
\n
}
\n\n
strong, b, .bold, .strong {
\n
font-weight: bold;
\n
> strong, > b, > .bold, > .strong {
\n
font-weight: bolder;
\n
}
\n
}
\n\n
em, i, .italic {
\n
font-style: italic;
\n
}
\n\n
small, p.small, span.small, .text-small {
\n
font-size: 0.8em;
\n
color: lighten($text-dark, 20%);
\n
}
\n\n
sup, .superscript {
\n
vertical-align: super;
\n
font-size: 0.8em;
\n
}
\n\n
pre {
\n
font-family: monospace;
\n
white-space:pre;
\n
}
\n\n
blockquote {
\n
display: block;
\n
position: relative;
\n
border-left: 4px solid $primary;
\n
background-color: #F8F8F8;
\n
padding: $-s $-m $-s $-xl;
\n
&:before {
\n
content:
\"\\
201C
\"
;
\n
font-size: 2em;
\n
font-weight: bold;
\n
position: absolute;
\n
top: $-s;
\n
left: $-s;
\n
color: lighten($text-dark, 20%);
\n
}
\n
}
\n\n
.code-base {
\n
background-color: #F8F8F8;
\n
font-family: monospace;
\n
font-size: 0.88em;
\n
border: 1px solid #DDD;
\n
border-radius: 3px;
\n
}
\n\n
code {
\n
@extend .code-base;
\n
display: block;
\n
white-space:pre;
\n
line-height: 1.2em;
\n
margin-bottom: 1.2em;
\n
}
\n\n
span.code {
\n
@extend .code-base;
\n
padding: 1px $-xs;
\n
}
\n
/*
\n
* Text colors
\n
*/
\n
p.pos, p .pos, span.pos, .text-pos {
\n\t
color: $positive;
\n
}
\n\n
p.neg, p .neg, span.neg, .text-neg {
\n\t
color: $negative;
\n
}
\n\n
p.muted, p .muted, span.muted, .text-muted {
\n\t
color: lighten($text-dark, 26%);
\n
}
\n\n
p.primary, p .primary, span.primary, .text-primary {
\n\t
color: $primary;
\n
}
\n\n
p.secondary, p .secondary, span.secondary, .text-secondary {
\n\t
color: $secondary;
\n
}
\n\n
/*
\n
* Generic text styling classes
\n
*/
\n
.underlined {
\n
text-decoration: underline;
\n
}
\n\n
.text-center {
\n
text-align: center;
\n
}
\n\n
.text-left {
\n
text-align: left;
\n
}
\n\n
.text-right {
\n
text-align: right;
\n
}
\n
"
,
"
\n
/** Rules for all columns */
\n
div[class^=
\"
col-
\"
] img {
\n
max-width: 100%;
\n
}
\n\n
.container {
\n
max-width: $max-width;
\n
margin-left: auto;
\n
margin-right: auto;
\n
padding-left: $-m;
\n
padding-right: $-m;
\n
&.fluid {
\n
max-width: 100%;
\n
}
\n
}
\n\n
.row {
\n
margin-left: -$-m;
\n
margin-right: -$-m;
\n
}
\n\n
.float {
\n
float: left;
\n
&.right {
\n
float: right;
\n
}
\n
}
\n\n
.block {
\n
display: block;
\n
}
\n\n
.inline {
\n
display: inline;
\n
}
\n\n
.block.inline {
\n
display: inline-block;
\n
}
\n\n
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
\n
position: relative;
\n
min-height: 1px;
\n
padding-left: $-m;
\n
padding-right: $-m;
\n
}
\n
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
\n
float: left;
\n
}
\n
.col-xs-12 {
\n
width: 100%;
\n
}
\n
.col-xs-11 {
\n
width: 91.66666667%;
\n
}
\n
.col-xs-10 {
\n
width: 83.33333333%;
\n
}
\n
.col-xs-9 {
\n
width: 75%;
\n
}
\n
.col-xs-8 {
\n
width: 66.66666667%;
\n
}
\n
.col-xs-7 {
\n
width: 58.33333333%;
\n
}
\n
.col-xs-6 {
\n
width: 50%;
\n
}
\n
.col-xs-5 {
\n
width: 41.66666667%;
\n
}
\n
.col-xs-4 {
\n
width: 33.33333333%;
\n
}
\n
.col-xs-3 {
\n
width: 25%;
\n
}
\n
.col-xs-2 {
\n
width: 16.66666667%;
\n
}
\n
.col-xs-1 {
\n
width: 8.33333333%;
\n
}
\n
.col-xs-pull-12 {
\n
right: 100%;
\n
}
\n
.col-xs-pull-11 {
\n
right: 91.66666667%;
\n
}
\n
.col-xs-pull-10 {
\n
right: 83.33333333%;
\n
}
\n
.col-xs-pull-9 {
\n
right: 75%;
\n
}
\n
.col-xs-pull-8 {
\n
right: 66.66666667%;
\n
}
\n
.col-xs-pull-7 {
\n
right: 58.33333333%;
\n
}
\n
.col-xs-pull-6 {
\n
right: 50%;
\n
}
\n
.col-xs-pull-5 {
\n
right: 41.66666667%;
\n
}
\n
.col-xs-pull-4 {
\n
right: 33.33333333%;
\n
}
\n
.col-xs-pull-3 {
\n
right: 25%;
\n
}
\n
.col-xs-pull-2 {
\n
right: 16.66666667%;
\n
}
\n
.col-xs-pull-1 {
\n
right: 8.33333333%;
\n
}
\n
.col-xs-pull-0 {
\n
right: auto;
\n
}
\n
.col-xs-push-12 {
\n
left: 100%;
\n
}
\n
.col-xs-push-11 {
\n
left: 91.66666667%;
\n
}
\n
.col-xs-push-10 {
\n
left: 83.33333333%;
\n
}
\n
.col-xs-push-9 {
\n
left: 75%;
\n
}
\n
.col-xs-push-8 {
\n
left: 66.66666667%;
\n
}
\n
.col-xs-push-7 {
\n
left: 58.33333333%;
\n
}
\n
.col-xs-push-6 {
\n
left: 50%;
\n
}
\n
.col-xs-push-5 {
\n
left: 41.66666667%;
\n
}
\n
.col-xs-push-4 {
\n
left: 33.33333333%;
\n
}
\n
.col-xs-push-3 {
\n
left: 25%;
\n
}
\n
.col-xs-push-2 {
\n
left: 16.66666667%;
\n
}
\n
.col-xs-push-1 {
\n
left: 8.33333333%;
\n
}
\n
.col-xs-push-0 {
\n
left: auto;
\n
}
\n
.col-xs-offset-12 {
\n
margin-left: 100%;
\n
}
\n
.col-xs-offset-11 {
\n
margin-left: 91.66666667%;
\n
}
\n
.col-xs-offset-10 {
\n
margin-left: 83.33333333%;
\n
}
\n
.col-xs-offset-9 {
\n
margin-left: 75%;
\n
}
\n
.col-xs-offset-8 {
\n
margin-left: 66.66666667%;
\n
}
\n
.col-xs-offset-7 {
\n
margin-left: 58.33333333%;
\n
}
\n
.col-xs-offset-6 {
\n
margin-left: 50%;
\n
}
\n
.col-xs-offset-5 {
\n
margin-left: 41.66666667%;
\n
}
\n
.col-xs-offset-4 {
\n
margin-left: 33.33333333%;
\n
}
\n
.col-xs-offset-3 {
\n
margin-left: 25%;
\n
}
\n
.col-xs-offset-2 {
\n
margin-left: 16.66666667%;
\n
}
\n
.col-xs-offset-1 {
\n
margin-left: 8.33333333%;
\n
}
\n
.col-xs-offset-0 {
\n
margin-left: 0%;
\n
}
\n
@media (min-width: 768px) {
\n
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
\n
float: left;
\n
}
\n
.col-sm-12 {
\n
width: 100%;
\n
}
\n
.col-sm-11 {
\n
width: 91.66666667%;
\n
}
\n
.col-sm-10 {
\n
width: 83.33333333%;
\n
}
\n
.col-sm-9 {
\n
width: 75%;
\n
}
\n
.col-sm-8 {
\n
width: 66.66666667%;
\n
}
\n
.col-sm-7 {
\n
width: 58.33333333%;
\n
}
\n
.col-sm-6 {
\n
width: 50%;
\n
}
\n
.col-sm-5 {
\n
width: 41.66666667%;
\n
}
\n
.col-sm-4 {
\n
width: 33.33333333%;
\n
}
\n
.col-sm-3 {
\n
width: 25%;
\n
}
\n
.col-sm-2 {
\n
width: 16.66666667%;
\n
}
\n
.col-sm-1 {
\n
width: 8.33333333%;
\n
}
\n
.col-sm-pull-12 {
\n
right: 100%;
\n
}
\n
.col-sm-pull-11 {
\n
right: 91.66666667%;
\n
}
\n
.col-sm-pull-10 {
\n
right: 83.33333333%;
\n
}
\n
.col-sm-pull-9 {
\n
right: 75%;
\n
}
\n
.col-sm-pull-8 {
\n
right: 66.66666667%;
\n
}
\n
.col-sm-pull-7 {
\n
right: 58.33333333%;
\n
}
\n
.col-sm-pull-6 {
\n
right: 50%;
\n
}
\n
.col-sm-pull-5 {
\n
right: 41.66666667%;
\n
}
\n
.col-sm-pull-4 {
\n
right: 33.33333333%;
\n
}
\n
.col-sm-pull-3 {
\n
right: 25%;
\n
}
\n
.col-sm-pull-2 {
\n
right: 16.66666667%;
\n
}
\n
.col-sm-pull-1 {
\n
right: 8.33333333%;
\n
}
\n
.col-sm-pull-0 {
\n
right: auto;
\n
}
\n
.col-sm-push-12 {
\n
left: 100%;
\n
}
\n
.col-sm-push-11 {
\n
left: 91.66666667%;
\n
}
\n
.col-sm-push-10 {
\n
left: 83.33333333%;
\n
}
\n
.col-sm-push-9 {
\n
left: 75%;
\n
}
\n
.col-sm-push-8 {
\n
left: 66.66666667%;
\n
}
\n
.col-sm-push-7 {
\n
left: 58.33333333%;
\n
}
\n
.col-sm-push-6 {
\n
left: 50%;
\n
}
\n
.col-sm-push-5 {
\n
left: 41.66666667%;
\n
}
\n
.col-sm-push-4 {
\n
left: 33.33333333%;
\n
}
\n
.col-sm-push-3 {
\n
left: 25%;
\n
}
\n
.col-sm-push-2 {
\n
left: 16.66666667%;
\n
}
\n
.col-sm-push-1 {
\n
left: 8.33333333%;
\n
}
\n
.col-sm-push-0 {
\n
left: auto;
\n
}
\n
.col-sm-offset-12 {
\n
margin-left: 100%;
\n
}
\n
.col-sm-offset-11 {
\n
margin-left: 91.66666667%;
\n
}
\n
.col-sm-offset-10 {
\n
margin-left: 83.33333333%;
\n
}
\n
.col-sm-offset-9 {
\n
margin-left: 75%;
\n
}
\n
.col-sm-offset-8 {
\n
margin-left: 66.66666667%;
\n
}
\n
.col-sm-offset-7 {
\n
margin-left: 58.33333333%;
\n
}
\n
.col-sm-offset-6 {
\n
margin-left: 50%;
\n
}
\n
.col-sm-offset-5 {
\n
margin-left: 41.66666667%;
\n
}
\n
.col-sm-offset-4 {
\n
margin-left: 33.33333333%;
\n
}
\n
.col-sm-offset-3 {
\n
margin-left: 25%;
\n
}
\n
.col-sm-offset-2 {
\n
margin-left: 16.66666667%;
\n
}
\n
.col-sm-offset-1 {
\n
margin-left: 8.33333333%;
\n
}
\n
.col-sm-offset-0 {
\n
margin-left: 0%;
\n
}
\n
}
\n
@media (min-width: 992px) {
\n
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
\n
float: left;
\n
}
\n
.col-md-12 {
\n
width: 100%;
\n
}
\n
.col-md-11 {
\n
width: 91.66666667%;
\n
}
\n
.col-md-10 {
\n
width: 83.33333333%;
\n
}
\n
.col-md-9 {
\n
width: 75%;
\n
}
\n
.col-md-8 {
\n
width: 66.66666667%;
\n
}
\n
.col-md-7 {
\n
width: 58.33333333%;
\n
}
\n
.col-md-6 {
\n
width: 50%;
\n
}
\n
.col-md-5 {
\n
width: 41.66666667%;
\n
}
\n
.col-md-4 {
\n
width: 33.33333333%;
\n
}
\n
.col-md-3 {
\n
width: 25%;
\n
}
\n
.col-md-2 {
\n
width: 16.66666667%;
\n
}
\n
.col-md-1 {
\n
width: 8.33333333%;
\n
}
\n
.col-md-pull-12 {
\n
right: 100%;
\n
}
\n
.col-md-pull-11 {
\n
right: 91.66666667%;
\n
}
\n
.col-md-pull-10 {
\n
right: 83.33333333%;
\n
}
\n
.col-md-pull-9 {
\n
right: 75%;
\n
}
\n
.col-md-pull-8 {
\n
right: 66.66666667%;
\n
}
\n
.col-md-pull-7 {
\n
right: 58.33333333%;
\n
}
\n
.col-md-pull-6 {
\n
right: 50%;
\n
}
\n
.col-md-pull-5 {
\n
right: 41.66666667%;
\n
}
\n
.col-md-pull-4 {
\n
right: 33.33333333%;
\n
}
\n
.col-md-pull-3 {
\n
right: 25%;
\n
}
\n
.col-md-pull-2 {
\n
right: 16.66666667%;
\n
}
\n
.col-md-pull-1 {
\n
right: 8.33333333%;
\n
}
\n
.col-md-pull-0 {
\n
right: auto;
\n
}
\n
.col-md-push-12 {
\n
left: 100%;
\n
}
\n
.col-md-push-11 {
\n
left: 91.66666667%;
\n
}
\n
.col-md-push-10 {
\n
left: 83.33333333%;
\n
}
\n
.col-md-push-9 {
\n
left: 75%;
\n
}
\n
.col-md-push-8 {
\n
left: 66.66666667%;
\n
}
\n
.col-md-push-7 {
\n
left: 58.33333333%;
\n
}
\n
.col-md-push-6 {
\n
left: 50%;
\n
}
\n
.col-md-push-5 {
\n
left: 41.66666667%;
\n
}
\n
.col-md-push-4 {
\n
left: 33.33333333%;
\n
}
\n
.col-md-push-3 {
\n
left: 25%;
\n
}
\n
.col-md-push-2 {
\n
left: 16.66666667%;
\n
}
\n
.col-md-push-1 {
\n
left: 8.33333333%;
\n
}
\n
.col-md-push-0 {
\n
left: auto;
\n
}
\n
.col-md-offset-12 {
\n
margin-left: 100%;
\n
}
\n
.col-md-offset-11 {
\n
margin-left: 91.66666667%;
\n
}
\n
.col-md-offset-10 {
\n
margin-left: 83.33333333%;
\n
}
\n
.col-md-offset-9 {
\n
margin-left: 75%;
\n
}
\n
.col-md-offset-8 {
\n
margin-left: 66.66666667%;
\n
}
\n
.col-md-offset-7 {
\n
margin-left: 58.33333333%;
\n
}
\n
.col-md-offset-6 {
\n
margin-left: 50%;
\n
}
\n
.col-md-offset-5 {
\n
margin-left: 41.66666667%;
\n
}
\n
.col-md-offset-4 {
\n
margin-left: 33.33333333%;
\n
}
\n
.col-md-offset-3 {
\n
margin-left: 25%;
\n
}
\n
.col-md-offset-2 {
\n
margin-left: 16.66666667%;
\n
}
\n
.col-md-offset-1 {
\n
margin-left: 8.33333333%;
\n
}
\n
.col-md-offset-0 {
\n
margin-left: 0%;
\n
}
\n
}
\n
@media (min-width: 1200px) {
\n
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
\n
float: left;
\n
}
\n
.col-lg-12 {
\n
width: 100%;
\n
}
\n
.col-lg-11 {
\n
width: 91.66666667%;
\n
}
\n
.col-lg-10 {
\n
width: 83.33333333%;
\n
}
\n
.col-lg-9 {
\n
width: 75%;
\n
}
\n
.col-lg-8 {
\n
width: 66.66666667%;
\n
}
\n
.col-lg-7 {
\n
width: 58.33333333%;
\n
}
\n
.col-lg-6 {
\n
width: 50%;
\n
}
\n
.col-lg-5 {
\n
width: 41.66666667%;
\n
}
\n
.col-lg-4 {
\n
width: 33.33333333%;
\n
}
\n
.col-lg-3 {
\n
width: 25%;
\n
}
\n
.col-lg-2 {
\n
width: 16.66666667%;
\n
}
\n
.col-lg-1 {
\n
width: 8.33333333%;
\n
}
\n
.col-lg-pull-12 {
\n
right: 100%;
\n
}
\n
.col-lg-pull-11 {
\n
right: 91.66666667%;
\n
}
\n
.col-lg-pull-10 {
\n
right: 83.33333333%;
\n
}
\n
.col-lg-pull-9 {
\n
right: 75%;
\n
}
\n
.col-lg-pull-8 {
\n
right: 66.66666667%;
\n
}
\n
.col-lg-pull-7 {
\n
right: 58.33333333%;
\n
}
\n
.col-lg-pull-6 {
\n
right: 50%;
\n
}
\n
.col-lg-pull-5 {
\n
right: 41.66666667%;
\n
}
\n
.col-lg-pull-4 {
\n
right: 33.33333333%;
\n
}
\n
.col-lg-pull-3 {
\n
right: 25%;
\n
}
\n
.col-lg-pull-2 {
\n
right: 16.66666667%;
\n
}
\n
.col-lg-pull-1 {
\n
right: 8.33333333%;
\n
}
\n
.col-lg-pull-0 {
\n
right: auto;
\n
}
\n
.col-lg-push-12 {
\n
left: 100%;
\n
}
\n
.col-lg-push-11 {
\n
left: 91.66666667%;
\n
}
\n
.col-lg-push-10 {
\n
left: 83.33333333%;
\n
}
\n
.col-lg-push-9 {
\n
left: 75%;
\n
}
\n
.col-lg-push-8 {
\n
left: 66.66666667%;
\n
}
\n
.col-lg-push-7 {
\n
left: 58.33333333%;
\n
}
\n
.col-lg-push-6 {
\n
left: 50%;
\n
}
\n
.col-lg-push-5 {
\n
left: 41.66666667%;
\n
}
\n
.col-lg-push-4 {
\n
left: 33.33333333%;
\n
}
\n
.col-lg-push-3 {
\n
left: 25%;
\n
}
\n
.col-lg-push-2 {
\n
left: 16.66666667%;
\n
}
\n
.col-lg-push-1 {
\n
left: 8.33333333%;
\n
}
\n
.col-lg-push-0 {
\n
left: auto;
\n
}
\n
.col-lg-offset-12 {
\n
margin-left: 100%;
\n
}
\n
.col-lg-offset-11 {
\n
margin-left: 91.66666667%;
\n
}
\n
.col-lg-offset-10 {
\n
margin-left: 83.33333333%;
\n
}
\n
.col-lg-offset-9 {
\n
margin-left: 75%;
\n
}
\n
.col-lg-offset-8 {
\n
margin-left: 66.66666667%;
\n
}
\n
.col-lg-offset-7 {
\n
margin-left: 58.33333333%;
\n
}
\n
.col-lg-offset-6 {
\n
margin-left: 50%;
\n
}
\n
.col-lg-offset-5 {
\n
margin-left: 41.66666667%;
\n
}
\n
.col-lg-offset-4 {
\n
margin-left: 33.33333333%;
\n
}
\n
.col-lg-offset-3 {
\n
margin-left: 25%;
\n
}
\n
.col-lg-offset-2 {
\n
margin-left: 16.66666667%;
\n
}
\n
.col-lg-offset-1 {
\n
margin-left: 8.33333333%;
\n
}
\n
.col-lg-offset-0 {
\n
margin-left: 0%;
\n
}
\n
}
\n
.clearfix:before,
\n
.clearfix:after,
\n
.container:before,
\n
.container:after,
\n
.container-fluid:before,
\n
.container-fluid:after,
\n
.row:before,
\n
.row:after {
\n
content:
\"
\"
;
\n
display: table;
\n
}
\n
.clearfix:after,
\n
.container:after,
\n
.container-fluid:after,
\n
.row:after {
\n
clear: both;
\n
}
\n
.center-block {
\n
display: block;
\n
margin-left: auto;
\n
margin-right: auto;
\n
}
\n
"
,
"
\n
/*
\n
* This file container all block styling including background shading,
\n
* margins, paddings & borders.
\n
*/
\n\n\n
/*
\n
* Background Shading
\n
*/
\n
.shaded {
\n
background-color: #f1f1f1;
\n
&.pos {
\n
background-color: lighten($positive, 40%);
\n
}
\n
&.neg {
\n
background-color: lighten($negative, 20%);
\n
}
\n
&.primary {
\n
background-color: lighten($primary, 40%);
\n
}
\n
&.secondary {
\n
background-color: lighten($secondary, 30%);
\n
}
\n
}
\n\n
/*
\n
* Bordering
\n
*/
\n
.bordered {
\n
border: 1px solid #BBB;
\n
&.pos {
\n
border-color: $positive;
\n
}
\n
&.neg {
\n
border-color: $negative;
\n
}
\n
&.primary {
\n
border-color: $primary;
\n
}
\n
&.secondary {
\n
border-color: $secondary;
\n
}
\n
&.thick {
\n
border-width: 2px;
\n
}
\n
}
\n
.rounded {
\n
border-radius: 3px;
\n
}
\n\n
/*
\n
* Padding
\n
*/
\n
.nopadding {
\n
padding: 0;
\n
}
\n
.padded {
\n
padding: $-l;
\n
&.large {
\n
padding: $-xl;
\n
}
\n
}
\n
.padded-vertical, .padded-top {
\n
padding-top: $-m;
\n
&.large {
\n
padding-top: $-xl;
\n
}
\n
}
\n
.padded-vertical, .padded-bottom {
\n
padding-bottom: $-m;
\n
&.large {
\n
padding-bottom: $-xl;
\n
}
\n
}
\n
.padded-horizontal, .padded-left {
\n
padding-left: $-m;
\n
&.large {
\n
padding-left: $-xl;
\n
}
\n
}
\n
.padded-horizontal, .padded-right {
\n
padding-right: $-m;
\n
&.large {
\n
padding-right: $-xl;
\n
}
\n
}
\n\n
/*
\n
* Margins
\n
*/
\n
.margins {
\n
margin: $-l;
\n
&.large {
\n
margin: $-xl;
\n
}
\n
}
\n
.margins-vertical, .margin-top {
\n
margin-top: $-m;
\n
&.large {
\n
margin-top: $-xl;
\n
}
\n
}
\n
.margins-vertical, .margin-bottom {
\n
margin-bottom: $-m;
\n
&.large {
\n
margin-bottom: $-xl;
\n
}
\n
}
\n
.margins-horizontal, .margin-left {
\n
margin-left: $-m;
\n
&.large {
\n
margin-left: $-xl;
\n
}
\n
}
\n
.margins-horizontal, .margin-right {
\n
margin-right: $-m;
\n
&.large {
\n
margin-right: $-xl;
\n
}
\n
}
\n
"
,
"
\n
@mixin generate-button-colors($textColor, $backgroundColor) {
\n
background-color: $backgroundColor;
\n
color: $textColor;
\n
&:hover {
\n
background-color: lighten($backgroundColor, 8%);
\n
box-shadow: $bs-med;
\n
text-decoration: none;
\n
color: $textColor;
\n
}
\n
&:active {
\n
background-color: darken($backgroundColor, 8%);
\n
}
\n
}
\n\n
// Button Specific Variables
\n
$button-border-radius: 3px;
\n\n
.button-base {
\n
text-decoration: none;
\n
font-size: $fs-m;
\n
line-height: 1.4em;
\n
padding: $-xs $-m;
\n
margin: $-xs $-xs $-xs 0;
\n
display: inline-block;
\n
border: none;
\n
outline: 0;
\n
border-radius: $button-border-radius;
\n
cursor: pointer;
\n
transition: all ease-in-out 80ms;
\n
box-shadow: 0 0 0 0 #000;
\n
@include generate-button-colors(#EEE, $primary);
\n
}
\n\n
.button, button[type=
\"
button
\"
], input[type=
\"
button
\"
], input[type=
\"
submit
\"
] {
\n
@extend .button-base;
\n
&.pos {
\n
@include generate-button-colors(#EEE, $positive);
\n
}
\n
&.neg {
\n
@include generate-button-colors(#EEE, $negative);
\n
}
\n
&.secondary {
\n
@include generate-button-colors(#EEE, $secondary);
\n
}
\n
}
\n\n
.button-group {
\n
@include clearfix;
\n
.button, button[type=
\"
button
\"
] {
\n
margin: $-xs 0 $-xs 0;
\n
float: left;
\n
border-radius: 0;
\n
&:first-child {
\n
border-radius: $button-border-radius 0 0 $button-border-radius;
\n
}
\n
&:last-child {
\n
border-radius: 0 $button-border-radius $button-border-radius 0;
\n
}
\n
}
\n
}
\n
"
,
"// Responsive breakpoint control
\n
@mixin smaller-than($size) {
\n
@media screen and (max-width: $size) { @content; }
\n
}
\n
@mixin larger-than($size) {
\n
@media screen and (min-width: $size) { @content; }
\n
}
\n
@mixin clearfix() {
\n
&:after {
\n
display: block;
\n
content: '';
\n
font-size: 0;
\n
clear: both;
\n
position: relative;
\n
}
\n
}
\n
"
,
"
\n
.input-base {
\n
background-color: #FFF;
\n
border-radius: 2px;
\n
border: 1px solid #BBB;
\n
border-top: 1px solid #AAA;
\n
display: inline-block;
\n
font-size: $fs-s;
\n
font-family: $text;
\n
padding: $-xs;
\n
color: #222;
\n
width: 250px;
\n
max-width: 100%;
\n
-webkit-appearance:none;
\n
&.neg, &.invalid {
\n
border: 1px solid $negative;
\n
}
\n
&.pos, &.valid {
\n
border: 1px solid $positive;
\n
}
\n
&.disabled, &[disabled] {
\n
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAYAAADEUlfTAAAAMUlEQVQIW2NkwAGuXbv2nxGbHEhCS0uLEUMSJgHShCKJLIEiiS4Bl8QmAZbEJQGSBAC62BuJ+tt7zgAAAABJRU5ErkJggg==);
\n
}
\n
}
\n\n
label {
\n
display: block;
\n
line-height: 1.4em;
\n
font-size: 0.9em;
\n
font-weight: 500;
\n
color: #333;
\n
}
\n\n
label.radio, label.checkbox {
\n
font-weight: 400;
\n
input[type=
\"
radio
\"
], input[type=
\"
checkbox
\"
] {
\n
margin-right: $-xs;
\n
}
\n
}
\n\n
input[type=
\"
text
\"
], input[type=
\"
number
\"
], input[type=
\"
email
\"
], input[type=
\"
search
\"
], input[type=
\"
url
\"
], input[type=
\"
password
\"
], select, textarea {
\n
@extend .input-base;
\n
}
\n\n
.form-group {
\n
margin-bottom: $-s;
\n
}
\n
"
,
"@import
\"
reset
\"
;
\n
@import
\"
variables
\"
;
\n
@import
\"
mixins
\"
;
\n
@import
\"
html
\"
;
\n
@import
\"
text
\"
;
\n
@import
\"
grid
\"
;
\n
@import
\"
blocks
\"
;
\n
@import
\"
buttons
\"
;
\n
@import
\"
forms
\"
;
\n\n
header hr {
\n
margin-top: 0;
\n
}
\n\n
header .menu {
\n
margin-bottom: 0;
\n
list-style: none;
\n
li {
\n
display: inline-block;
\n
margin-left: $-m;
\n
}
\n
}
\n\n
.page-title input {
\n
display: block;
\n
width: 100%;
\n
font-size: 1.4em;
\n
}"
],
"sourceRoot"
:
"/source/"
}
\ No newline at end of file
Please
register
or
sign in
to post a comment