Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
shells
signup-site
Commits
9ab7e398
Commit
9ab7e398
authored
Dec 04, 2018
by
Cool Fire
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Working css purge & minify
parent
cf2efde5
Pipeline
#1173
passed with stages
in 4 minutes and 39 seconds
Changes
5
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
9746 deletions
+23
-9746
css/bootstrap.css
css/bootstrap.css
+8
-9732
deployment/gencss.sh
deployment/gencss.sh
+3
-1
public/css/combined.css
public/css/combined.css
+0
-12
public/css/combined.min.css
public/css/combined.min.css
+11
-0
views/index.erb
views/index.erb
+1
-1
No files found.
css/bootstrap.css
View file @
9ab7e398
This diff is collapsed.
Click to expand it.
deployment/gencss.sh
View file @
9ab7e398
#!/bin/bash
purifycss css/bootstrap.css css/fonts.googleapis.com.css views/
*
.erb
-o
public/css/combined.css
-i
-m
purgecss
--css
css/
*
.css
--content
views/
*
.erb
--out
css/purged/
cat
css/purged/
*
.css
>
css/combined/combined.css
cleancss
-o
public/css/combined.min.css css/combined/combined.css
public/css/combined.css
deleted
100644 → 0
View file @
cf2efde5
/*!
* Bootswatch v4.1.3
* Homepage: https://bootswatch.com
* Copyright 2012-2018 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v4.1.3 (https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
:root
{
--blue
:
#DF691A
;
--indigo
:
#6610f2
;
--purple
:
#6f42c1
;
--pink
:
#e83e8c
;
--red
:
#d9534f
;
--orange
:
#f0ad4e
;
--yellow
:
#f0ad4e
;
--green
:
#5cb85c
;
--teal
:
#20c997
;
--cyan
:
#5bc0de
;
--white
:
#fff
;
--gray
:
#868e96
;
--gray-dark
:
#343a40
;
--primary
:
#DF691A
;
--secondary
:
#4E5D6C
;
--success
:
#5cb85c
;
--info
:
#5bc0de
;
--warning
:
#f0ad4e
;
--danger
:
#d9534f
;
--light
:
#abb6c2
;
--dark
:
#4E5D6C
;
--breakpoint-xs
:
0
;
--breakpoint-sm
:
576px
;
--breakpoint-md
:
768px
;
--breakpoint-lg
:
992px
;
--breakpoint-xl
:
1200px
;
--font-family-sans-serif
:
"Lato"
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
--font-family-monospace
:
SFMono-Regular
,
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
}
*,
::after
,
::before
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
}
html
{
font-family
:
sans-serif
;
line-height
:
1.15
;
-webkit-text-size-adjust
:
100%
;
-ms-text-size-adjust
:
100%
;
-ms-overflow-style
:
scrollbar
;
-webkit-tap-highlight-color
:
transparent
}
footer
,
header
{
display
:
block
}
body
{
margin
:
0
;
font-family
:
Lato
,
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
Roboto
,
"Helvetica Neue"
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
font-size
:
1rem
;
font-weight
:
400
;
line-height
:
1.5
;
color
:
#ebebeb
;
text-align
:
left
;
background-color
:
#2b3e50
}
[
tabindex
=
"-1"
]
:focus
{
outline
:
0
!important
}
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin-top
:
0
;
margin-bottom
:
.5rem
}
address
{
margin-bottom
:
1rem
;
font-style
:
normal
;
line-height
:
inherit
}
b
{
font-weight
:
bolder
}
a
{
color
:
#df691a
;
text-decoration
:
none
;
background-color
:
transparent
;
-webkit-text-decoration-skip
:
objects
}
a
:hover
{
color
:
#9a4912
;
text-decoration
:
underline
}
a
:not
([
href
])
:not
([
tabindex
])
{
color
:
inherit
;
text-decoration
:
none
}
a
:not
([
href
])
:not
([
tabindex
])
:focus
,
a
:not
([
href
])
:not
([
tabindex
])
:hover
{
color
:
inherit
;
text-decoration
:
none
}
a
:not
([
href
])
:not
([
tabindex
])
:focus
{
outline
:
0
}
code
{
font-family
:
SFMono-Regular
,
Menlo
,
Monaco
,
Consolas
,
"Liberation Mono"
,
"Courier New"
,
monospace
;
font-size
:
1em
}
label
{
display
:
inline-block
;
margin-bottom
:
.5rem
}
button
{
border-radius
:
0
}
button
:focus
{
outline
:
1px
dotted
;
outline
:
5px
auto
-webkit-focus-ring-color
}
button
,
input
,
textarea
{
margin
:
0
;
font-family
:
inherit
;
font-size
:
inherit
;
line-height
:
inherit
}
button
,
input
{
overflow
:
visible
}
button
{
text-transform
:
none
}
[
type
=
reset
],[
type
=
submit
],
button
,
html
[
type
=
button
]
{
-webkit-appearance
:
button
}
[
type
=
button
]
::-moz-focus-inner
,[
type
=
reset
]
::-moz-focus-inner
,[
type
=
submit
]
::-moz-focus-inner
,
button
::-moz-focus-inner
{
padding
:
0
;
border-style
:
none
}
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
-webkit-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
}
input
[
type
=
date
],
input
[
type
=
datetime-local
],
input
[
type
=
month
],
input
[
type
=
time
]
{
-webkit-appearance
:
listbox
}
textarea
{
overflow
:
auto
;
resize
:
vertical
}
fieldset
{
min-width
:
0
;
padding
:
0
;
margin
:
0
;
border
:
0
}
progress
{
vertical-align
:
baseline
}
[
type
=
number
]
::-webkit-inner-spin-button
,[
type
=
number
]
::-webkit-outer-spin-button
{
height
:
auto
}
[
type
=
search
]
{
outline-offset
:
-2px
;
-webkit-appearance
:
none
}
[
type
=
search
]
::-webkit-search-cancel-button
,[
type
=
search
]
::-webkit-search-decoration
{
-webkit-appearance
:
none
}
::-webkit-file-upload-button
{
font
:
inherit
;
-webkit-appearance
:
button
}
[
hidden
]
{
display
:
none
!important
}
.h1
,
.h2
,
.h3
,
.h4
,
.h5
,
.h6
,
h1
,
h2
,
h3
,
h4
,
h5
,
h6
{
margin-bottom
:
.5rem
;
font-family
:
inherit
;
font-weight
:
500
;
line-height
:
1.2
;
color
:
inherit
}
.h1
,
h1
{
font-size
:
2.5rem
}
.h2
,
h2
{
font-size
:
2rem
}
.h3
,
h3
{
font-size
:
1.75rem
}
.h4
,
h4
{
font-size
:
1.5rem
}
.h5
,
h5
{
font-size
:
1.25rem
}
.h6
,
h6
{
font-size
:
1rem
}
.lead
{
font-size
:
1.25rem
;
font-weight
:
300
}
code
{
font-size
:
87.5%
;
color
:
#e83e8c
;
word-break
:
break-word
}
a
>
code
{
color
:
inherit
}
.container
{
width
:
100%
;
padding-right
:
15px
;
padding-left
:
15px
;
margin-right
:
auto
;
margin-left
:
auto
}
@media
(
min-width
:
576px
){
.container
{
max-width
:
540px
}}
@media
(
min-width
:
768px
){
.container
{
max-width
:
720px
}}
@media
(
min-width
:
992px
){
.container
{
max-width
:
960px
}}
@media
(
min-width
:
1200px
){
.container
{
max-width
:
1140px
}}
.col
,
.col-1
,
.col-10
,
.col-11
,
.col-12
,
.col-2
,
.col-3
,
.col-4
,
.col-5
,
.col-6
,
.col-7
,
.col-8
,
.col-9
,
.col-lg
,
.col-lg-1
,
.col-lg-10
,
.col-lg-11
,
.col-lg-12
,
.col-lg-2
,
.col-lg-3
,
.col-lg-4
,
.col-lg-5
,
.col-lg-6
,
.col-lg-7
,
.col-lg-8
,
.col-lg-9
{
position
:
relative
;
width
:
100%
;
min-height
:
1px
;
padding-right
:
15px
;
padding-left
:
15px
}
.col
{
-ms-flex-preferred-size
:
0
;
flex-basis
:
0
;
-webkit-box-flex
:
1
;
-ms-flex-positive
:
1
;
flex-grow
:
1
;
max-width
:
100%
}
.col-1
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
8.3333333333%
;
flex
:
0
0
8.3333333333%
;
max-width
:
8.3333333333%
}
.col-2
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
16.6666666667%
;
flex
:
0
0
16.6666666667%
;
max-width
:
16.6666666667%
}
.col-3
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
25%
;
flex
:
0
0
25%
;
max-width
:
25%
}
.col-4
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
33.3333333333%
;
flex
:
0
0
33.3333333333%
;
max-width
:
33.3333333333%
}
.col-5
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
41.6666666667%
;
flex
:
0
0
41.6666666667%
;
max-width
:
41.6666666667%
}
.col-6
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
50%
;
flex
:
0
0
50%
;
max-width
:
50%
}
.col-7
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
58.3333333333%
;
flex
:
0
0
58.3333333333%
;
max-width
:
58.3333333333%
}
.col-8
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
66.6666666667%
;
flex
:
0
0
66.6666666667%
;
max-width
:
66.6666666667%
}
.col-9
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
75%
;
flex
:
0
0
75%
;
max-width
:
75%
}
.col-10
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
83.3333333333%
;
flex
:
0
0
83.3333333333%
;
max-width
:
83.3333333333%
}
.col-11
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
91.6666666667%
;
flex
:
0
0
91.6666666667%
;
max-width
:
91.6666666667%
}
.col-12
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
100%
;
flex
:
0
0
100%
;
max-width
:
100%
}
.offset-1
{
margin-left
:
8.3333333333%
}
.offset-2
{
margin-left
:
16.6666666667%
}
.offset-3
{
margin-left
:
25%
}
.offset-4
{
margin-left
:
33.3333333333%
}
.offset-5
{
margin-left
:
41.6666666667%
}
.offset-6
{
margin-left
:
50%
}
.offset-7
{
margin-left
:
58.3333333333%
}
.offset-8
{
margin-left
:
66.6666666667%
}
.offset-9
{
margin-left
:
75%
}
.offset-10
{
margin-left
:
83.3333333333%
}
.offset-11
{
margin-left
:
91.6666666667%
}
@media
(
min-width
:
992px
){
.col-lg
{
-ms-flex-preferred-size
:
0
;
flex-basis
:
0
;
-webkit-box-flex
:
1
;
-ms-flex-positive
:
1
;
flex-grow
:
1
;
max-width
:
100%
}
.col-lg-1
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
8.3333333333%
;
flex
:
0
0
8.3333333333%
;
max-width
:
8.3333333333%
}
.col-lg-2
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
16.6666666667%
;
flex
:
0
0
16.6666666667%
;
max-width
:
16.6666666667%
}
.col-lg-3
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
25%
;
flex
:
0
0
25%
;
max-width
:
25%
}
.col-lg-4
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
33.3333333333%
;
flex
:
0
0
33.3333333333%
;
max-width
:
33.3333333333%
}
.col-lg-5
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
41.6666666667%
;
flex
:
0
0
41.6666666667%
;
max-width
:
41.6666666667%
}
.col-lg-6
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
50%
;
flex
:
0
0
50%
;
max-width
:
50%
}
.col-lg-7
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
58.3333333333%
;
flex
:
0
0
58.3333333333%
;
max-width
:
58.3333333333%
}
.col-lg-8
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
66.6666666667%
;
flex
:
0
0
66.6666666667%
;
max-width
:
66.6666666667%
}
.col-lg-9
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
75%
;
flex
:
0
0
75%
;
max-width
:
75%
}
.col-lg-10
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
83.3333333333%
;
flex
:
0
0
83.3333333333%
;
max-width
:
83.3333333333%
}
.col-lg-11
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
91.6666666667%
;
flex
:
0
0
91.6666666667%
;
max-width
:
91.6666666667%
}
.col-lg-12
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
100%
;
flex
:
0
0
100%
;
max-width
:
100%
}
.offset-lg-0
{
margin-left
:
0
}
.offset-lg-1
{
margin-left
:
8.3333333333%
}
.offset-lg-2
{
margin-left
:
16.6666666667%
}
.offset-lg-3
{
margin-left
:
25%
}
.offset-lg-4
{
margin-left
:
33.3333333333%
}
.offset-lg-5
{
margin-left
:
41.6666666667%
}
.offset-lg-6
{
margin-left
:
50%
}
.offset-lg-7
{
margin-left
:
58.3333333333%
}
.offset-lg-8
{
margin-left
:
66.6666666667%
}
.offset-lg-9
{
margin-left
:
75%
}
.offset-lg-10
{
margin-left
:
83.3333333333%
}
.offset-lg-11
{
margin-left
:
91.6666666667%
}}
.form-control
{
display
:
block
;
width
:
100%
;
height
:
calc
(
2.25rem
+
2px
);
padding
:
.375rem
.75rem
;
font-size
:
1rem
;
line-height
:
1.5
;
color
:
#495057
;
background-color
:
#fff
;
background-clip
:
padding-box
;
border
:
1px
solid
transparent
;
border-radius
:
0
;
-webkit-transition
:
border-color
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
;
transition
:
border-color
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
;
transition
:
border-color
.15s
ease-in-out
,
box-shadow
.15s
ease-in-out
;
transition
:
border-color
.15s
ease-in-out
,
box-shadow
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
}
@media
screen
and
(
prefers-reduced-motion
:
reduce
){
.form-control
{
-webkit-transition
:
none
;
transition
:
none
}}
.form-control
::-ms-expand
{
background-color
:
transparent
;
border
:
0
}
.form-control
:focus
{
color
:
#495057
;
background-color
:
#fff
;
border-color
:
#f1b287
;
outline
:
0
;
-webkit-box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
);
box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
)}
.form-control
::-webkit-input-placeholder
{
color
:
#868e96
;
opacity
:
1
}
.form-control
:-ms-input-placeholder
{
color
:
#868e96
;
opacity
:
1
}
.form-control
::-ms-input-placeholder
{
color
:
#868e96
;
opacity
:
1
}
.form-control
::placeholder
{
color
:
#868e96
;
opacity
:
1
}
.form-control
:disabled
,
.form-control
[
readonly
]
{
background-color
:
#4e5d6c
;
opacity
:
1
}
.col-form-label
{
padding-top
:
calc
(
.375rem
+
1px
);
padding-bottom
:
calc
(
.375rem
+
1px
);
margin-bottom
:
0
;
font-size
:
inherit
;
line-height
:
1.5
}
.col-form-label-lg
{
padding-top
:
calc
(
.5rem
+
1px
);
padding-bottom
:
calc
(
.5rem
+
1px
);
font-size
:
1.25rem
;
line-height
:
1.5
}
.form-control-lg
{
height
:
calc
(
2.875rem
+
2px
);
padding
:
.5rem
1rem
;
font-size
:
1.25rem
;
line-height
:
1.5
;
border-radius
:
0
}
textarea
.form-control
{
height
:
auto
}
.form-group
{
margin-bottom
:
1rem
}
.form-text
{
display
:
block
;
margin-top
:
.25rem
}
.form-check
{
position
:
relative
;
display
:
block
;
padding-left
:
1.25rem
}
.form-check-input
{
position
:
absolute
;
margin-top
:
.3rem
;
margin-left
:
-1.25rem
}
.form-check-input
:disabled
~
.form-check-label
{
color
:
rgba
(
255
,
255
,
255
,
.4
)}
.form-check-label
{
margin-bottom
:
0
}
.btn
{
display
:
inline-block
;
font-weight
:
400
;
text-align
:
center
;
white-space
:
nowrap
;
vertical-align
:
middle
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
;
border
:
1px
solid
transparent
;
padding
:
.375rem
.75rem
;
font-size
:
1rem
;
line-height
:
1.5
;
border-radius
:
0
;
-webkit-transition
:
color
.15s
ease-in-out
,
background-color
.15s
ease-in-out
,
border-color
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
;
transition
:
color
.15s
ease-in-out
,
background-color
.15s
ease-in-out
,
border-color
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
;
transition
:
color
.15s
ease-in-out
,
background-color
.15s
ease-in-out
,
border-color
.15s
ease-in-out
,
box-shadow
.15s
ease-in-out
;
transition
:
color
.15s
ease-in-out
,
background-color
.15s
ease-in-out
,
border-color
.15s
ease-in-out
,
box-shadow
.15s
ease-in-out
,
-webkit-box-shadow
.15s
ease-in-out
}
@media
screen
and
(
prefers-reduced-motion
:
reduce
){
.btn
{
-webkit-transition
:
none
;
transition
:
none
}}
.btn
:focus
,
.btn
:hover
{
text-decoration
:
none
}
.btn
:focus
{
outline
:
0
;
-webkit-box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
);
box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
)}
.btn.disabled
,
.btn
:disabled
{
opacity
:
.65
}
.btn
:not
(
:disabled
)
:not
(
.disabled
)
{
cursor
:
pointer
}
a
.btn.disabled
,
fieldset
:disabled
a
.btn
{
pointer-events
:
none
}
.btn-info
{
color
:
#fff
;
background-color
:
#5bc0de
;
border-color
:
#5bc0de
}
.btn-info
:hover
{
color
:
#fff
;
background-color
:
#3bb4d8
;
border-color
:
#31b0d5
}
.btn-info
:focus
{
-webkit-box-shadow
:
0
0
0
.2rem
rgba
(
91
,
192
,
222
,
.5
);
box-shadow
:
0
0
0
.2rem
rgba
(
91
,
192
,
222
,
.5
)}
.btn-info.disabled
,
.btn-info
:disabled
{
color
:
#fff
;
background-color
:
#5bc0de
;
border-color
:
#5bc0de
}
.btn-info
:not
(
:disabled
)
:not
(
.disabled
)
:active
{
color
:
#fff
;
background-color
:
#31b0d5
;
border-color
:
#2aaacf
}
.btn-info
:not
(
:disabled
)
:not
(
.disabled
)
:active:focus
{
-webkit-box-shadow
:
0
0
0
.2rem
rgba
(
91
,
192
,
222
,
.5
);
box-shadow
:
0
0
0
.2rem
rgba
(
91
,
192
,
222
,
.5
)}
.btn-link
{
font-weight
:
400
;
color
:
#df691a
;
background-color
:
transparent
}
.btn-link
:hover
{
color
:
#9a4912
;
text-decoration
:
underline
;
background-color
:
transparent
;
border-color
:
transparent
}
.btn-link
:focus
{
text-decoration
:
underline
;
border-color
:
transparent
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
}
.btn-link.disabled
,
.btn-link
:disabled
{
color
:
#868e96
;
pointer-events
:
none
}
.btn-group-lg
>
.btn
,
.btn-lg
{
padding
:
.5rem
1rem
;
font-size
:
1.25rem
;
line-height
:
1.5
;
border-radius
:
0
}
.btn-block
{
display
:
block
;
width
:
100%
}
.btn-block
+
.btn-block
{
margin-top
:
.5rem
}
input
[
type
=
button
]
.btn-block
,
input
[
type
=
reset
]
.btn-block
,
input
[
type
=
submit
]
.btn-block
{
width
:
100%
}
.btn-group
{
position
:
relative
;
display
:
-webkit-inline-box
;
display
:
-ms-inline-flexbox
;
display
:
inline-flex
;
vertical-align
:
middle
}
.btn-group
>
.btn
{
position
:
relative
;
-webkit-box-flex
:
0
;
-ms-flex
:
0
1
auto
;
flex
:
0
1
auto
}
.btn-group
>
.btn
:hover
{
z-index
:
1
}
.btn-group
>
.btn
:active
,
.btn-group
>
.btn
:focus
{
z-index
:
1
}
.btn-group
.btn
+
.btn
,
.btn-group
.btn
+
.btn-group
,
.btn-group
.btn-group
+
.btn
,
.btn-group
.btn-group
+
.btn-group
{
margin-left
:
-1px
}
.btn-group
>
.btn
:first-child
{
margin-left
:
0
}
.btn-group
>
.btn-group
:not
(
:last-child
)>
.btn
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
}
.btn-group
>
.btn-group
:not
(
:first-child
)>
.btn
,
.btn-group
>
.btn
:not
(
:first-child
)
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.input-group
{
position
:
relative
;
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
-webkit-box-align
:
stretch
;
-ms-flex-align
:
stretch
;
align-items
:
stretch
;
width
:
100%
}
.input-group
>
.form-control
{
position
:
relative
;
-webkit-box-flex
:
1
;
-ms-flex
:
1
1
auto
;
flex
:
1
1
auto
;
width
:
1%
;
margin-bottom
:
0
}
.input-group
>
.form-control
+
.form-control
{
margin-left
:
-1px
}
.input-group
>
.form-control
:focus
{
z-index
:
3
}
.input-group
>
.form-control
:not
(
:last-child
)
{
border-top-right-radius
:
0
;
border-bottom-right-radius
:
0
}
.input-group
>
.form-control
:not
(
:first-child
)
{
border-top-left-radius
:
0
;
border-bottom-left-radius
:
0
}
.input-group-text
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
padding
:
.375rem
.75rem
;
margin-bottom
:
0
;
font-size
:
1rem
;
font-weight
:
400
;
line-height
:
1.5
;
color
:
#ebebeb
;
text-align
:
center
;
white-space
:
nowrap
;
background-color
:
#4e5d6c
;
border
:
1px
solid
transparent
;
border-radius
:
0
}
.input-group-text
input
[
type
=
checkbox
],
.input-group-text
input
[
type
=
radio
]
{
margin-top
:
0
}
.input-group-lg
>
.form-control
{
height
:
calc
(
2.875rem
+
2px
);
padding
:
.5rem
1rem
;
font-size
:
1.25rem
;
line-height
:
1.5
;
border-radius
:
0
}
.page-link
{
position
:
relative
;
display
:
block
;
padding
:
.5rem
.75rem
;
margin-left
:
-1px
;
line-height
:
1.25
;
color
:
#fff
;
background-color
:
#4e5d6c
;
border
:
1px
solid
transparent
}
.page-link
:hover
{
z-index
:
2
;
color
:
#fff
;
text-decoration
:
none
;
background-color
:
rgba
(
255
,
255
,
255
,
.4
);
border-color
:
transparent
}
.page-link
:focus
{
z-index
:
2
;
outline
:
0
;
-webkit-box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
);
box-shadow
:
0
0
0
.2rem
rgba
(
223
,
105
,
26
,
.25
)}
.page-link
:not
(
:disabled
)
:not
(
.disabled
)
{
cursor
:
pointer
}
@-webkit-keyframes
progress-bar-stripes
{
from
{
background-position
:
1rem
0
}
to
{
background-position
:
0
0
}}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
1rem
0
}
to
{
background-position
:
0
0
}}
.progress
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
height
:
1rem
;
overflow
:
hidden
;
font-size
:
.75rem
;
background-color
:
#4e5d6c
;
border-radius
:
0
}
.progress-bar
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-webkit-box-orient
:
vertical
;
-webkit-box-direction
:
normal
;
-ms-flex-direction
:
column
;
flex-direction
:
column
;
-webkit-box-pack
:
center
;
-ms-flex-pack
:
center
;
justify-content
:
center
;
color
:
#fff
;
text-align
:
center
;
white-space
:
nowrap
;
background-color
:
#df691a
;
-webkit-transition
:
width
.6s
ease
;
transition
:
width
.6s
ease
}
@media
screen
and
(
prefers-reduced-motion
:
reduce
){
.progress-bar
{
-webkit-transition
:
none
;
transition
:
none
}}
@supports
((
-webkit-transform-style
:
preserve-3d
)
or
(
transform-style
:
preserve-3d
)){
.carousel-item-next.carousel-item-left
,
.carousel-item-prev.carousel-item-right
{
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
)}}
@supports
((
-webkit-transform-style
:
preserve-3d
)
or
(
transform-style
:
preserve-3d
)){
.active.carousel-item-right
,
.carousel-item-next
{
-webkit-transform
:
translate3d
(
100%
,
0
,
0
);
transform
:
translate3d
(
100%
,
0
,
0
)}}
@supports
((
-webkit-transform-style
:
preserve-3d
)
or
(
transform-style
:
preserve-3d
)){
.active.carousel-item-left
,
.carousel-item-prev
{
-webkit-transform
:
translate3d
(
-100%
,
0
,
0
);
transform
:
translate3d
(
-100%
,
0
,
0
)}}
@supports
((
-webkit-transform-style
:
preserve-3d
)
or
(
transform-style
:
preserve-3d
)){
.carousel-fade
.active.carousel-item-left
,
.carousel-fade
.active.carousel-item-prev
,
.carousel-fade
.carousel-item-next
,
.carousel-fade
.carousel-item-prev
,
.carousel-fade
.carousel-item.active
{
-webkit-transform
:
translate3d
(
0
,
0
,
0
);
transform
:
translate3d
(
0
,
0
,
0
)}}
@supports
((
position
:
-webkit-sticky
)
or
(
position
:
sticky
)){
.sticky-top
{
position
:
-webkit-sticky
;
position
:
sticky
;
top
:
0
;
z-index
:
1020
}}
.h-25
{
height
:
25%
!important
}
.h-50
{
height
:
50%
!important
}
.h-75
{
height
:
75%
!important
}
.h-100
{
height
:
100%
!important
}
.text-lowercase
{
text-transform
:
lowercase
!important
}
.text-info
{
color
:
#5bc0de
!important
}
a
.text-info
:focus
,
a
.text-info
:hover
{
color
:
#31b0d5
!important
}
.text-body
{
color
:
#ebebeb
!important
}
.text-muted
{
color
:
rgba
(
255
,
255
,
255
,
.4
)
!important
}
@media
print
{
*,
::after
,
::before
{
text-shadow
:
none
!important
;
-webkit-box-shadow
:
none
!important
;
box-shadow
:
none
!important
}
a
:not
(
.btn
)
{
text-decoration
:
underline
}
h2
,
h3
{
orphans
:
3
;
widows
:
3
}
h2
,
h3
{
page-break-after
:
avoid
}
@page
{
size
:
a3
}
body
{
min-width
:
992px
!important
}
.container
{
min-width
:
992px
!important
}}
.btn-info
{
background-color
:
#5bc0de
}
.help-block
,
label
{
font-size
:
.875rem
}
.page-link
:focus
,
.page-link
:hover
{
color
:
#fff
;
text-decoration
:
none
}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
300
;
src
:
local
(
'Lato Light'
),
local
(
'Lato-Light'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf)
format
(
'truetype'
)}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf)
format
(
'truetype'
)}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf)
format
(
'truetype'
)}
\ No newline at end of file
public/css/combined.min.css
0 → 100644
View file @
9ab7e398
/*!
* bootswatch v3.3.7
* Homepage: http://bootswatch.com
* Copyright 2012-2017 Thomas Park
* Licensed under MIT
* Based on Bootstrap
*//*!
* Bootstrap v3.3.7 (http://getbootstrap.com)
* Copyright 2011-2016 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html
{
font-family
:
sans-serif
;
-ms-text-size-adjust
:
100%
;
-webkit-text-size-adjust
:
100%
}
body
{
margin
:
0
}
figcaption
,
header
,
main
,
menu
,
nav
,
section
{
display
:
block
}
canvas
,
progress
{
display
:
inline-block
;
vertical-align
:
baseline
}
[
hidden
]
{
display
:
none
}
a
{
background-color
:
transparent
}
a
:active
,
a
:hover
{
outline
:
0
}
strong
{
font-weight
:
700
}
dfn
{
font-style
:
italic
}
code
{
font-family
:
monospace
,
monospace
;
font-size
:
1em
}
button
,
input
,
textarea
{
color
:
inherit
;
font
:
inherit
;
margin
:
0
}
button
{
overflow
:
visible
}
button
{
text-transform
:
none
}
button
,
html
input
[
type
=
button
],
input
[
type
=
reset
],
input
[
type
=
submit
]
{
-webkit-appearance
:
button
;
cursor
:
pointer
}
button
[
disabled
],
html
input
[
disabled
]
{
cursor
:
default
}
button
::-moz-focus-inner
,
input
::-moz-focus-inner
{
border
:
0
;
padding
:
0
}
input
{
line-height
:
normal
}
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
padding
:
0
}
input
[
type
=
number
]
::-webkit-inner-spin-button
,
input
[
type
=
number
]
::-webkit-outer-spin-button
{
height
:
auto
}
input
[
type
=
search
]
{
-webkit-appearance
:
textfield
;
-webkit-box-sizing
:
content-box
;
-moz-box-sizing
:
content-box
;
box-sizing
:
content-box
}
input
[
type
=
search
]
::-webkit-search-cancel-button
,
input
[
type
=
search
]
::-webkit-search-decoration
{
-webkit-appearance
:
none
}
fieldset
{
border
:
1px
solid
silver
;
margin
:
0
2px
;
padding
:
.35em
.625em
.75em
}
legend
{
border
:
0
;
padding
:
0
}
textarea
{
overflow
:
auto
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media
print
{
*,
:after
,
:before
{
background
:
0
0
!important
;
color
:
#000
!important
;
-webkit-box-shadow
:
none
!important
;
box-shadow
:
none
!important
;
text-shadow
:
none
!important
}
a
,
a
:visited
{
text-decoration
:
underline
}
a
[
href
]
:after
{
content
:
" ("
attr
(
href
)
")"
}
a
[
href
^=
"#"
]
:after
,
a
[
href
^=
"javascript:"
]
:after
{
content
:
""
}
h2
{
orphans
:
3
;
widows
:
3
}
h2
{
page-break-after
:
avoid
}
.label
{
border
:
1px
solid
#000
}}
@font-face
{
font-family
:
'Glyphicons Halflings'
;
src
:
url(../../css/fonts/glyphicons-halflings-regular.eot)
;
src
:
url(../../css/fonts/glyphicons-halflings-regular.eot?#iefix)
format
(
'embedded-opentype'
),
url(../../css/fonts/glyphicons-halflings-regular.woff2)
format
(
'woff2'
),
url(../../css/fonts/glyphicons-halflings-regular.woff)
format
(
'woff'
),
url(../../css/fonts/glyphicons-halflings-regular.ttf)
format
(
'truetype'
),
url(../../css/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular)
format
(
'svg'
)}
*
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
:after
,
:before
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
html
{
font-size
:
10px
;
-webkit-tap-highlight-color
:
transparent
}
body
{
font-family
:
Lato
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
;
font-size
:
15px
;
line-height
:
1.42857143
;
color
:
#ebebeb
;
background-color
:
#2b3e50
}
button
,
input
,
textarea
{
font-family
:
inherit
;
font-size
:
inherit
;
line-height
:
inherit
}
a
{
color
:
#df691a
;
text-decoration
:
none
}
a
:focus
,
a
:hover
{
color
:
#df691a
;
text-decoration
:
underline
}
a
:focus
{
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
}
[
role
=
button
]
{
cursor
:
pointer
}
.h2
,
h2
{
font-family
:
inherit
;
font-weight
:
400
;
line-height
:
1.1
;
color
:
inherit
}
.h2
,
h2
{
margin-top
:
21px
;
margin-bottom
:
10.5px
}
.h2
,
h2
{
font-size
:
32px
}
.lead
{
margin-bottom
:
21px
;
font-size
:
17px
;
font-weight
:
300
;
line-height
:
1.4
}
@media
(
min-width
:
768px
){
.lead
{
font-size
:
22.5px
}}
.text-muted
{
color
:
#4e5d6c
}
.text-info
{
color
:
#ebebeb
}
a
.text-info
:focus
,
a
.text-info
:hover
{
color
:
#d2d2d2
}
address
{
margin-bottom
:
21px
;
font-style
:
normal
;
line-height
:
1.42857143
}
code
{
font-family
:
Menlo
,
Monaco
,
Consolas
,
"Courier New"
,
monospace
}
code
{
padding
:
2px
4px
;
font-size
:
90%
;
color
:
#c7254e
;
background-color
:
#f9f2f4
;
border-radius
:
0
}
.container
{
margin-right
:
auto
;
margin-left
:
auto
;
padding-left
:
15px
;
padding-right
:
15px
}
@media
(
min-width
:
768px
){
.container
{
width
:
750px
}}
@media
(
min-width
:
992px
){
.container
{
width
:
970px
}}
@media
(
min-width
:
1200px
){
.container
{
width
:
1170px
}}
.col-lg-10
,
.col-lg-2
{
position
:
relative
;
min-height
:
1px
;
padding-left
:
15px
;
padding-right
:
15px
}
@media
(
min-width
:
1200px
){
.col-lg-10
,
.col-lg-2
{
float
:
left
}
.col-lg-10
{
width
:
83.33333333%
}
.col-lg-2
{
width
:
16.66666667%
}
.col-lg-offset-2
{
margin-left
:
16.66666667%
}}
caption
{
padding-top
:
6px
;
padding-bottom
:
6px
;
color
:
#4e5d6c
;
text-align
:
left
}
fieldset
{
padding
:
0
;
margin
:
0
;
border
:
0
;
min-width
:
0
}
legend
{
display
:
block
;
width
:
100%
;
padding
:
0
;
margin-bottom
:
21px
;
font-size
:
22.5px
;
line-height
:
inherit
;
color
:
#ebebeb
;
border
:
0
;
border-bottom
:
1px
solid
#4e5d6c
}
label
{
display
:
inline-block
;
max-width
:
100%
;
margin-bottom
:
5px
;
font-weight
:
700
}
input
[
type
=
search
]
{
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
input
[
type
=
checkbox
],
input
[
type
=
radio
]
{
margin
:
4px
0
0
;
line-height
:
normal
}
input
[
type
=
file
]
{
display
:
block
}
input
[
type
=
range
]
{
display
:
block
;
width
:
100%
}
input
[
type
=
checkbox
]
:focus
,
input
[
type
=
file
]
:focus
,
input
[
type
=
radio
]
:focus
{
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
}
.form-control
{
display
:
block
;
width
:
100%
;
height
:
39px
;
padding
:
8px
16px
;
font-size
:
15px
;
line-height
:
1.42857143
;
color
:
#2b3e50
;
background-color
:
#fff
;
background-image
:
none
;
border
:
1px
solid
transparent
;
border-radius
:
0
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
);
-webkit-transition
:
border-color
ease-in-out
.15s
,
-webkit-box-shadow
ease-in-out
.15s
;
-o-transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
;
transition
:
border-color
ease-in-out
.15s
,
box-shadow
ease-in-out
.15s
}
.form-control
:focus
{
border-color
:
transparent
;
outline
:
0
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
0
,
0
,
0
,
.6
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.075
),
0
0
8px
rgba
(
0
,
0
,
0
,
.6
)}
.form-control
::-moz-placeholder
{
color
:
#ccc
;
opacity
:
1
}
.form-control
:-ms-input-placeholder
{
color
:
#ccc
}
.form-control
::-webkit-input-placeholder
{
color
:
#ccc
}
.form-control
::-ms-expand
{
border
:
0
;
background-color
:
transparent
}
.form-control
[
disabled
],
.form-control
[
readonly
],
fieldset
[
disabled
]
.form-control
{
background-color
:
#ebebeb
;
opacity
:
1
}
.form-control
[
disabled
],
fieldset
[
disabled
]
.form-control
{
cursor
:
not-allowed
}
textarea
.form-control
{
height
:
auto
}
input
[
type
=
search
]
{
-webkit-appearance
:
none
}
@media
screen
and
(
-webkit-min-device-pixel-ratio
:
0
){
input
[
type
=
date
]
.form-control
,
input
[
type
=
datetime-local
]
.form-control
,
input
[
type
=
month
]
.form-control
,
input
[
type
=
time
]
.form-control
{
line-height
:
39px
}}
.form-group
{
margin-bottom
:
15px
}
fieldset
[
disabled
]
input
[
type
=
checkbox
],
fieldset
[
disabled
]
input
[
type
=
radio
],
input
[
type
=
checkbox
]
.disabled
,
input
[
type
=
checkbox
][
disabled
],
input
[
type
=
radio
]
.disabled
,
input
[
type
=
radio
][
disabled
]
{
cursor
:
not-allowed
}
.help-block
{
display
:
block
;
margin-top
:
5px
;
margin-bottom
:
10px
;
color
:
#fff
}
.form-horizontal
.form-group
{
margin-left
:
-15px
;
margin-right
:
-15px
}
@media
(
min-width
:
768px
){
.form-horizontal
.control-label
{
text-align
:
right
;
margin-bottom
:
0
;
padding-top
:
9px
}}
.btn
{
display
:
inline-block
;
margin-bottom
:
0
;
font-weight
:
400
;
text-align
:
center
;
vertical-align
:
middle
;
-ms-touch-action
:
manipulation
;
touch-action
:
manipulation
;
cursor
:
pointer
;
background-image
:
none
;
border
:
1px
solid
transparent
;
white-space
:
nowrap
;
padding
:
8px
16px
;
font-size
:
15px
;
line-height
:
1.42857143
;
border-radius
:
0
;
-webkit-user-select
:
none
;
-moz-user-select
:
none
;
-ms-user-select
:
none
;
user-select
:
none
}
.btn
:active:focus
,
.btn
:focus
{
outline
:
5px
auto
-webkit-focus-ring-color
;
outline-offset
:
-2px
}
.btn
:focus
,
.btn
:hover
{
color
:
#fff
;
text-decoration
:
none
}
.btn
:active
{
outline
:
0
;
background-image
:
none
;
-webkit-box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
);
box-shadow
:
inset
0
3px
5px
rgba
(
0
,
0
,
0
,
.125
)}
.btn.disabled
,
.btn
[
disabled
],
fieldset
[
disabled
]
.btn
{
cursor
:
not-allowed
;
opacity
:
.65
;
-webkit-box-shadow
:
none
;
box-shadow
:
none
}
a
.btn.disabled
,
fieldset
[
disabled
]
a
.btn
{
pointer-events
:
none
}
.btn-info
{
color
:
#fff
;
background-color
:
#5bc0de
;
border-color
:
transparent
}
.btn-info
:focus
{
color
:
#fff
;
background-color
:
#31b0d5
;
border-color
:
transparent
}
.btn-info
:hover
{
color
:
#fff
;
background-color
:
#31b0d5
;
border-color
:
transparent
}
.btn-info
:active
{
color
:
#fff
;
background-color
:
#31b0d5
;
border-color
:
transparent
}
.btn-info
:active:focus
,
.btn-info
:active:hover
{
color
:
#fff
;
background-color
:
#269abc
;
border-color
:
transparent
}
.btn-info
:active
{
background-image
:
none
}
.btn-info.disabled
:focus
,
.btn-info.disabled
:hover
,
.btn-info
[
disabled
]
:focus
,
.btn-info
[
disabled
]
:hover
,
fieldset
[
disabled
]
.btn-info
:focus
,
fieldset
[
disabled
]
.btn-info
:hover
{
background-color
:
#5bc0de
;
border-color
:
transparent
}
[
data-toggle
=
buttons
]>
.btn
input
[
type
=
checkbox
],[
data-toggle
=
buttons
]>
.btn
input
[
type
=
radio
]
{
position
:
absolute
;
clip
:
rect
(
0
,
0
,
0
,
0
);
pointer-events
:
none
}
.label
{
display
:
inline
;
padding
:
.2em
.6em
.3em
;
font-size
:
75%
;
font-weight
:
700
;
line-height
:
1
;
color
:
#fff
;
text-align
:
center
;
white-space
:
nowrap
;
vertical-align
:
baseline
;
border-radius
:
.25em
}
a
.label
:focus
,
a
.label
:hover
{
color
:
#fff
;
text-decoration
:
none
;
cursor
:
pointer
}
.label
:empty
{
display
:
none
}
.btn
.label
{
position
:
relative
;
top
:
-1px
}
@-webkit-keyframes
progress-bar-stripes
{
from
{
background-position
:
40px
0
}
to
{
background-position
:
0
0
}}
@-o-keyframes
progress-bar-stripes
{
from
{
background-position
:
40px
0
}
to
{
background-position
:
0
0
}}
@keyframes
progress-bar-stripes
{
from
{
background-position
:
40px
0
}
to
{
background-position
:
0
0
}}
.progress
{
overflow
:
hidden
;
height
:
21px
;
margin-bottom
:
21px
;
background-color
:
#4e5d6c
;
border-radius
:
0
;
-webkit-box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.1
);
box-shadow
:
inset
0
1px
2px
rgba
(
0
,
0
,
0
,
.1
)}
.progress-bar
{
float
:
left
;
width
:
0%
;
height
:
100%
;
font-size
:
12px
;
line-height
:
21px
;
color
:
#fff
;
text-align
:
center
;
background-color
:
#df691a
;
-webkit-box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
box-shadow
:
inset
0
-1px
0
rgba
(
0
,
0
,
0
,
.15
);
-webkit-transition
:
width
.6s
ease
;
-o-transition
:
width
.6s
ease
;
transition
:
width
.6s
ease
}
.progress-bar-info
{
background-color
:
#5bc0de
}
.panel
{
margin-bottom
:
21px
;
background-color
:
#546575
;
border
:
1px
solid
transparent
;
border-radius
:
0
;
-webkit-box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
0
1px
1px
rgba
(
0
,
0
,
0
,
.05
)}
.panel-body
{
padding
:
15px
}
.panel-heading
{
padding
:
10px
15px
;
border-bottom
:
1px
solid
transparent
;
border-top-right-radius
:
-1
;
border-top-left-radius
:
-1
}
.panel-footer
{
padding
:
10px
15px
;
background-color
:
#485563
;
border-top
:
1px
solid
transparent
;
border-bottom-right-radius
:
-1
;
border-bottom-left-radius
:
-1
}
.panel-default
{
border-color
:
transparent
}
.panel-default
>
.panel-heading
{
color
:
#333
;
background-color
:
#f5f5f5
;
border-color
:
transparent
}
.well
{
min-height
:
20px
;
padding
:
19px
;
margin-bottom
:
20px
;
background-color
:
#546575
;
border
:
1px
solid
transparent
;
border-radius
:
0
;
-webkit-box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.05
);
box-shadow
:
inset
0
1px
1px
rgba
(
0
,
0
,
0
,
.05
)}
.well-lg
{
padding
:
24px
;
border-radius
:
0
}
.container
:after
,
.container
:before
,
.form-horizontal
.form-group
:after
,
.form-horizontal
.form-group
:before
,
.panel-body
:after
,
.panel-body
:before
{
content
:
" "
;
display
:
table
}
.container
:after
,
.form-horizontal
.form-group
:after
,
.panel-body
:after
{
clear
:
both
}
@-ms-viewport
{
width
:
device-width
}
.text-info
,
.text-info
:hover
{
color
:
#5bc0de
}
input
,
textarea
{
color
:
#2b3e50
}
.help-block
,
label
{
font-size
:
12px
}
.form-control
:focus
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
}
.well
{
-webkit-box-shadow
:
none
;
box-shadow
:
none
}
.panel
{
border
:
none
}
.panel-default
>
.panel-heading
{
background-color
:
#485563
;
color
:
#ebebeb
}
.panel
.text-muted
{
color
:
rgba
(
255
,
255
,
255
,
.4
)}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
300
;
src
:
local
(
'Lato Light'
),
local
(
'Lato-Light'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh7USSwiPHA.ttf)
format
(
'truetype'
)}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
400
;
src
:
local
(
'Lato Regular'
),
local
(
'Lato-Regular'
),
url(https://fonts.gstatic.com/s/lato/v14/S6uyw4BMUTPHjx4wWw.ttf)
format
(
'truetype'
)}
@font-face
{
font-family
:
Lato
;
font-style
:
normal
;
font-weight
:
700
;
src
:
local
(
'Lato Bold'
),
local
(
'Lato-Bold'
),
url(https://fonts.gstatic.com/s/lato/v14/S6u9w4BMUTPHh6UVSwiPHA.ttf)
format
(
'truetype'
)}
\ No newline at end of file
views/index.erb
View file @
9ab7e398
...
...
@@ -7,7 +7,7 @@
<meta
name=
"Description"
content=
"Sign-up form for Insomnia 24/7's linux shell service."
>
<meta
name=
"theme-color"
content=
"#2b3e50"
>
<link
rel=
"stylesheet"
href=
"./css/combined.css"
>
<link
rel=
"stylesheet"
href=
"./css/combined.
min.
css"
>
<style>
.progress
{
margin
:
0
;}
</style>
<title>
<%=
settings
.
title
%>
</title>
...
...
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