2013-05-16 21:24:11 +02:00
|
|
|
.container-fluid {
|
|
|
|
padding: 0px;
|
2013-06-19 21:15:01 +02:00
|
|
|
min-height: 100%;
|
|
|
|
|
|
|
|
/* Hack for IE */
|
|
|
|
height: auto !important;
|
|
|
|
height: 100%;
|
|
|
|
|
2013-06-19 21:58:46 +02:00
|
|
|
margin: 0 auto -56px;
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
2013-05-21 22:57:01 +02:00
|
|
|
/* This is a hack so that our main content
|
|
|
|
remains centered in the middle 1440px or so
|
|
|
|
on wide monitors, but that our little color
|
|
|
|
bars can extend to the edges of the screen */
|
|
|
|
.content {
|
|
|
|
max-width: 1440px;
|
|
|
|
margin: 0px auto;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.navbar {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar-inner {
|
|
|
|
border-radius: 0px;
|
|
|
|
-webkit-border-radius: 0px;
|
|
|
|
-moz-border-radius: 0px;
|
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.header {
|
|
|
|
padding: 6px 0px;
|
2017-02-24 05:05:51 +01:00
|
|
|
height: 29px;
|
2017-02-14 00:08:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.header .stripes,
|
|
|
|
.header .darker {
|
|
|
|
position: absolute;
|
2017-02-24 05:05:51 +01:00
|
|
|
height: 100%;
|
2017-02-14 00:08:58 +01:00
|
|
|
width: 100%;
|
|
|
|
top: 0px;
|
|
|
|
|
|
|
|
background: repeating-linear-gradient(
|
|
|
|
75deg,
|
|
|
|
rgba(255,255,255,0) 0px,
|
|
|
|
rgba(255,255,255,0.06) 200px
|
|
|
|
);
|
|
|
|
}
|
|
|
|
|
|
|
|
.header .darker {
|
|
|
|
background: -webkit-linear-gradient(top left, transparent , rgba(0,0,0,0.3));
|
|
|
|
}
|
|
|
|
|
2016-08-01 04:24:56 +02:00
|
|
|
.navbar.footer .nav > li {
|
2013-06-19 21:58:46 +02:00
|
|
|
line-height: 56px;
|
2013-06-19 21:53:56 +02:00
|
|
|
}
|
|
|
|
|
2016-08-01 04:24:56 +02:00
|
|
|
.navbar.footer .nav > li > a {
|
2013-06-19 21:53:56 +02:00
|
|
|
padding-top: 0;
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.footer,
|
|
|
|
.push {
|
2013-06-19 21:58:46 +02:00
|
|
|
height: 56px;
|
2013-06-19 21:15:01 +02:00
|
|
|
}
|
|
|
|
|
2016-12-06 01:23:21 +01:00
|
|
|
.breakpoint {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2013-06-19 21:15:01 +02:00
|
|
|
html {
|
|
|
|
height: 100%;
|
|
|
|
}
|
|
|
|
|
2012-09-25 22:58:59 +02:00
|
|
|
body {
|
2013-05-07 19:32:12 +02:00
|
|
|
font-family: 'Humbug', Helvetica, Arial, sans-serif;
|
2012-12-04 18:59:17 +01:00
|
|
|
line-height: 150%;
|
2013-06-19 21:15:01 +02:00
|
|
|
height: 100%;
|
2016-04-17 23:44:01 +02:00
|
|
|
font-weight: 300;
|
|
|
|
font-size: 17px;
|
2017-02-14 00:08:58 +01:00
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
-moz-osx-font-smoothing: grayscale;
|
2012-12-04 18:59:17 +01:00
|
|
|
}
|
|
|
|
|
2017-02-01 20:24:00 +01:00
|
|
|
.markdown h1[id]:before,
|
|
|
|
.markdown h2[id]:before,
|
|
|
|
.markdown h3[id]:before,
|
|
|
|
.markdown h4[id]:before {
|
2017-01-29 23:36:16 +01:00
|
|
|
display: block;
|
|
|
|
content: " ";
|
|
|
|
margin-top: -40px;
|
|
|
|
height: 40px;
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
|
2017-01-25 02:12:43 +01:00
|
|
|
.markdown ul,
|
|
|
|
.markdown ol {
|
|
|
|
margin-left: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown li {
|
2012-12-04 18:59:17 +01:00
|
|
|
line-height: 150%;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2017-01-25 02:12:43 +01:00
|
|
|
.markdown ol {
|
|
|
|
counter-reset: item;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2017-02-28 01:45:55 +01:00
|
|
|
.markdown ol > li,
|
|
|
|
.portico-landing.integrations ol > li {
|
2017-01-25 02:12:43 +01:00
|
|
|
counter-increment: item;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
2017-02-28 01:45:55 +01:00
|
|
|
.markdown ol > li:before,
|
|
|
|
.portico-landing.integrations ol > li:before {
|
2017-01-25 02:12:43 +01:00
|
|
|
content: counter(item);
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
padding: 3px 6.5px 3px 7.5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
background-color: #52c2af;
|
|
|
|
color: white;
|
|
|
|
border-radius: 100%;
|
|
|
|
font-size: 0.9em;
|
|
|
|
line-height: 1.1;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2017-02-28 01:45:55 +01:00
|
|
|
.markdown ol > li > p,
|
|
|
|
.portico-landing.integrations ol > li > p {
|
2017-01-25 02:12:43 +01:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2017-01-27 20:50:12 +01:00
|
|
|
max-width: calc(100% - 30px);
|
2017-01-25 02:12:43 +01:00
|
|
|
position: relative;
|
|
|
|
top: -2px;
|
|
|
|
}
|
|
|
|
|
2017-02-01 17:02:48 +01:00
|
|
|
.markdown ol > li > ul {
|
|
|
|
padding-left: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown ol > li > p:not(:first-child) {
|
|
|
|
padding-left: 30px;
|
|
|
|
}
|
|
|
|
.markdown ul > li:before {
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
|
2017-02-28 01:45:55 +01:00
|
|
|
#hubot-integrations {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.title {
|
2012-09-25 22:58:59 +02:00
|
|
|
font-family: Helvetica;
|
|
|
|
font-size: 100px;
|
|
|
|
font-weight: bold;
|
2013-05-06 19:57:06 +02:00
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 60px;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.lead {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.pitch {
|
2013-02-22 17:58:54 +01:00
|
|
|
width: 600px;
|
2013-09-13 06:06:10 +02:00
|
|
|
max-width: 100%;
|
2012-09-25 22:58:59 +02:00
|
|
|
}
|
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.for_you {
|
2012-09-25 22:58:59 +02:00
|
|
|
font-size: 30px;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.help-box {
|
2016-12-06 01:23:21 +01:00
|
|
|
max-width: 500px;
|
2016-09-16 19:05:14 +02:00
|
|
|
|
|
|
|
padding: 10px;
|
|
|
|
margin: 10px 0px;
|
|
|
|
|
|
|
|
font-size: 0.9rem;
|
|
|
|
font-weight: 500;
|
|
|
|
line-height: 1.2;
|
|
|
|
|
|
|
|
color: #444;
|
|
|
|
|
|
|
|
border-width: order: 1px solid #CCC;
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-none {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-box .blob {
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.help-inline {
|
|
|
|
font-weight: 500;
|
|
|
|
font-size: 0.9rem;
|
|
|
|
}
|
|
|
|
|
2017-01-05 17:51:00 +01:00
|
|
|
.help-inline.text-error {
|
|
|
|
color: #b94a48;
|
|
|
|
}
|
|
|
|
|
2012-09-25 22:58:59 +02:00
|
|
|
#company-email {
|
|
|
|
display: none;
|
|
|
|
}
|
2012-09-26 20:02:37 +02:00
|
|
|
|
|
|
|
a.title {
|
|
|
|
color: black;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.title:hover {
|
|
|
|
color: gray;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2012-10-03 17:51:15 +02:00
|
|
|
|
2012-10-16 07:18:31 +02:00
|
|
|
.fakecontrol {
|
2012-10-03 17:51:15 +02:00
|
|
|
padding-top: 5px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2012-12-04 18:59:17 +01:00
|
|
|
|
2016-07-11 02:29:36 +02:00
|
|
|
img.screenshot {
|
2012-12-04 18:59:17 +01:00
|
|
|
/* This makes it so screenshots are still shown if they are larger than their span.*/
|
2013-09-13 06:06:10 +02:00
|
|
|
max-width: 100%;
|
2012-12-04 18:59:17 +01:00
|
|
|
}
|
2013-02-06 17:32:06 +01:00
|
|
|
|
2013-11-13 00:19:35 +01:00
|
|
|
.android-screenshot {
|
|
|
|
margin-top: -30px;
|
|
|
|
width: 221px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.iphone-screenshot {
|
|
|
|
width: 184px;
|
|
|
|
margin: 0 32px;
|
|
|
|
}
|
|
|
|
|
2013-07-15 21:26:49 +02:00
|
|
|
.full-width-screenshot {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2013-02-06 20:25:04 +01:00
|
|
|
/* Silly easter egg for /integrations */
|
2013-02-11 22:34:20 +01:00
|
|
|
.integral {
|
|
|
|
font-weight: normal;
|
|
|
|
display: none;
|
2013-02-06 23:49:39 +01:00
|
|
|
}
|
|
|
|
|
2013-02-11 22:34:20 +01:00
|
|
|
.show-integral {
|
|
|
|
position: relative;
|
2013-02-06 20:25:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-integral:hover:after {
|
|
|
|
content: "dx";
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 70%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration {
|
|
|
|
margin-top: 2em;
|
|
|
|
padding-top: 1em;
|
|
|
|
border-top: 1px dashed black;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration p {
|
|
|
|
margin-top: 2em;
|
|
|
|
}
|
2013-04-03 22:30:36 +02:00
|
|
|
|
2013-04-08 20:21:20 +02:00
|
|
|
#pw_strength {
|
2013-04-03 22:30:36 +02:00
|
|
|
/* Same width as a Bootstrap default text <input> with padding */
|
|
|
|
width: 220px;
|
|
|
|
}
|
2013-04-09 22:20:46 +02:00
|
|
|
|
|
|
|
.def:before {
|
2017-03-14 16:18:40 +01:00
|
|
|
content: " - ";
|
2013-04-09 22:20:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-details {
|
|
|
|
margin-left: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.api-details ul {
|
2017-03-14 16:18:40 +01:00
|
|
|
list-style-type: none;
|
2013-04-09 22:20:46 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.api-details dd {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.python {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.commandline {
|
|
|
|
display: none;
|
|
|
|
}
|
2013-05-02 21:50:14 +02:00
|
|
|
|
|
|
|
@media print {
|
|
|
|
#portico-area {
|
|
|
|
margin-left: 1.5em;
|
|
|
|
}
|
|
|
|
}
|
2013-05-05 01:24:38 +02:00
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.landing-page {
|
|
|
|
padding: 2em 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page-bottom {
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.landing-page h2,
|
|
|
|
.landing-page h4 {
|
2013-05-16 21:24:11 +02:00
|
|
|
font-weight: lighter;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landing-page p {
|
|
|
|
font-size: 120%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-image {
|
|
|
|
width: 787px;
|
|
|
|
height: 414px;
|
|
|
|
background-image: url('/static/images/landing-page/laptop.png');
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
|
|
|
.laptop-screen {
|
|
|
|
position: relative;
|
|
|
|
top: 32px;
|
|
|
|
width: 507px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-icon {
|
2017-03-14 16:18:40 +01:00
|
|
|
width: 33%;
|
2013-05-16 21:24:11 +02:00
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.portico-page h1 {
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2013-05-16 21:24:11 +02:00
|
|
|
.shaded-background {
|
|
|
|
background-color: #ededed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.darker-background {
|
|
|
|
background-color: #474747;
|
|
|
|
color: white;
|
|
|
|
}
|
2013-05-17 21:45:37 +02:00
|
|
|
|
2013-06-10 22:14:20 +02:00
|
|
|
.alert-hidden {
|
2013-05-17 21:45:37 +02:00
|
|
|
display: none;
|
|
|
|
}
|
2013-07-11 21:40:52 +02:00
|
|
|
|
|
|
|
label.text-error {
|
|
|
|
display: inline;
|
|
|
|
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
input.text-error {
|
|
|
|
border-color: red;
|
|
|
|
outline-color: red;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.header,
|
|
|
|
.footer {
|
2017-02-14 00:08:58 +01:00
|
|
|
position: absolute;
|
2013-09-13 06:06:10 +02:00
|
|
|
z-index: 100;
|
|
|
|
width: 100%;
|
2017-02-14 00:08:58 +01:00
|
|
|
background-color: #52c2af;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer {
|
2017-02-14 00:08:58 +01:00
|
|
|
margin: 30px 0px 10px 0px;
|
2013-09-13 06:06:10 +02:00
|
|
|
height: 54px;
|
2017-02-14 00:08:58 +01:00
|
|
|
background-color: transparent;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .logo {
|
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
position: relative;
|
2017-02-14 00:08:58 +01:00
|
|
|
line-height: 0.8;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .logo .brand-logo {
|
|
|
|
width: 25px;
|
|
|
|
margin-top: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .logo span {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-top: 8px;
|
|
|
|
margin-left: 10px;
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: 600;
|
|
|
|
letter-spacing: 0.1em;
|
|
|
|
text-transform: uppercase;
|
|
|
|
}
|
|
|
|
|
|
|
|
.header-main .portico-logo {
|
2014-04-11 01:43:01 +02:00
|
|
|
height: 28px;
|
2014-03-12 19:31:52 +01:00
|
|
|
width: auto;
|
2014-04-11 01:43:01 +02:00
|
|
|
padding: 6px 0px 6px 0px;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header-main .portico-simple-logo {
|
2015-09-24 01:35:21 +02:00
|
|
|
height: 40px;
|
|
|
|
width: auto;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
2015-09-24 01:35:21 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.app {
|
2013-09-13 06:06:10 +02:00
|
|
|
width: 100%;
|
|
|
|
z-index: 99;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline {
|
2014-03-13 16:11:32 +01:00
|
|
|
background-color: #bad2fa;
|
|
|
|
background: url("/static/images/landing-page/gg.jpg");
|
|
|
|
background-position: center;
|
|
|
|
background-size: cover;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.feature-block {
|
|
|
|
width: 49%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-block h4 {
|
|
|
|
font-size: 22px;
|
|
|
|
font-weight: 300;
|
|
|
|
margin-left: 60px;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-block i {
|
|
|
|
float: left;
|
2014-03-13 15:56:37 +01:00
|
|
|
color: #7e98ad;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.feature-block p {
|
|
|
|
margin-left: 60px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.feature-block.left p,
|
|
|
|
.feature-block.left h4 {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-right: 40px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line.dark {
|
2014-03-12 19:31:52 +01:00
|
|
|
background: #ddedf6;
|
|
|
|
color: black;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line.light {
|
2014-03-12 19:31:52 +01:00
|
|
|
background: white;
|
2017-03-18 05:59:00 +01:00
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
|
|
|
|
|
|
|
.feature-line .feature-text {
|
|
|
|
width: 49%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .platform-text {
|
|
|
|
width: 39%;
|
|
|
|
text-align: left;
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .centered-content {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.bottom-signup-button {
|
|
|
|
color: #fff !important;
|
|
|
|
text-decoration: none !important;
|
|
|
|
font-size: 20px;
|
|
|
|
padding: 20px;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .platform {
|
|
|
|
margin-left: 50px;
|
|
|
|
text-align: center;
|
|
|
|
display: inline-block;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .platform-icons {
|
|
|
|
display: inline-block;
|
|
|
|
width: 60%;
|
|
|
|
vertical-align: middle;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.platform-icon {
|
|
|
|
font-size: 40px;
|
|
|
|
display: block;
|
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .tagline {
|
|
|
|
display: block;
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .description {
|
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
|
|
|
line-height: 23px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-illustration {
|
|
|
|
width: 50%;
|
|
|
|
display: inline-block;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-image {
|
|
|
|
display: inline-block;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 422px;
|
|
|
|
height: auto;
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-image.shadow {
|
|
|
|
border-radius: 6px;
|
|
|
|
box-shadow: 0px 0px 4px rgba(0,0,0,0.4);
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-page,
|
|
|
|
.apps-page,
|
|
|
|
.register-page,
|
|
|
|
.portico-page,
|
|
|
|
.api-page {
|
|
|
|
min-height: 100%;
|
|
|
|
height: auto;
|
|
|
|
margin-bottom: -54px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signup-signature {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2017-03-22 21:03:45 +01:00
|
|
|
.devlogin_subheader {
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
padding-top: 0px;
|
|
|
|
text-align: center;
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.login-page-container,
|
|
|
|
.terms-page-container,
|
|
|
|
.feature-page-container,
|
|
|
|
.apps-page-container,
|
|
|
|
.integrations-page-container,
|
|
|
|
.register-page-container,
|
|
|
|
.portico-page-container,
|
|
|
|
.api-page-container {
|
2017-02-14 00:08:58 +01:00
|
|
|
padding-top: 50px !important;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2016-08-24 21:21:28 +02:00
|
|
|
.portico-page-container,
|
|
|
|
.register-page-container {
|
2016-08-24 03:13:56 +02:00
|
|
|
padding-top: 0px !important;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.hello-footer {
|
|
|
|
height: 54px !important;
|
|
|
|
}
|
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.portico-page-header {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 35px;
|
|
|
|
display: block;
|
|
|
|
padding-top: 40px;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-page-header .portico-page-header-icon {
|
|
|
|
margin-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-page-header a,
|
|
|
|
.portico-page-header a:hover {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-large-text {
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-secondary-header {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
2017-01-06 18:56:36 +01:00
|
|
|
.authors_row {
|
|
|
|
width: 100%;
|
|
|
|
table-layout: fixed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authors_row a {
|
|
|
|
color: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authors_row td {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
height: 120px;
|
|
|
|
padding: 10px;
|
|
|
|
transition: box-shadow 0.3s ease-in-out;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authors_row td:hover {
|
|
|
|
color: #00796B;
|
|
|
|
box-shadow: 0px 0px 30px #B2DFDB;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authors_row .avatar {
|
|
|
|
width: 50%;
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.authors_row .info {
|
|
|
|
width: 50%;
|
|
|
|
text-align: left;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.avatar_img {
|
|
|
|
width: auto;
|
|
|
|
height: auto;
|
|
|
|
max-width: 80%;
|
|
|
|
max-height: 80%;
|
|
|
|
border-radius: 20%;
|
|
|
|
}
|
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.integration-lozenges {
|
|
|
|
text-align: center;
|
|
|
|
}
|
2013-10-30 19:46:29 +01:00
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.integration-lozenge {
|
|
|
|
width: 125px;
|
|
|
|
background: #ededed;
|
|
|
|
border-radius: 10px;
|
|
|
|
margin: 15px 5px 0px 5px;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2013-10-30 19:46:29 +01:00
|
|
|
.integration-instruction-block .integration-lozenge {
|
|
|
|
float: left;
|
|
|
|
margin-top: 5px;
|
|
|
|
}
|
|
|
|
|
2017-04-06 23:16:21 +02:00
|
|
|
.integration-lozenge .square-wrapper {
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.integration-lozenge-static:hover {
|
|
|
|
box-shadow: none;
|
|
|
|
background: #ededed;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration-lozenge .integration-link:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration-lozenge .integration-logo {
|
|
|
|
width: 125px;
|
|
|
|
height: auto;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration-lozenge .integration-label {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration-lozenge .integration-label-secondary {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
2017-02-28 01:45:55 +01:00
|
|
|
font-weight: 500;
|
2013-10-21 21:19:31 +02:00
|
|
|
text-align: center;
|
|
|
|
padding-bottom: 5px;
|
2017-02-28 01:45:55 +01:00
|
|
|
color: #aaa;
|
2013-10-21 21:19:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.integration-instructions {
|
|
|
|
margin-left: 150px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#integration-instructions-group {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2017-01-06 18:56:36 +01:00
|
|
|
.api-page-header,
|
|
|
|
.authors-page-header,
|
2013-09-13 06:06:10 +02:00
|
|
|
.feature-page-header,
|
|
|
|
.integrations-page-header,
|
2017-01-06 18:56:36 +01:00
|
|
|
.login-page-header,
|
|
|
|
.register-page-header {
|
2013-09-13 06:06:10 +02:00
|
|
|
font-weight: 300;
|
|
|
|
font-size: 40px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
2017-03-08 21:36:04 +01:00
|
|
|
width: 360px;
|
2013-09-13 06:06:10 +02:00
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2017-03-19 12:36:49 +01:00
|
|
|
.login-page-header {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.login-page-subheader {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 24px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 300px;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 50px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.api-page-header,
|
2017-01-06 18:56:36 +01:00
|
|
|
.authors-page-header,
|
|
|
|
.feature-page-header,
|
|
|
|
.integrations-page-header {
|
2017-02-14 00:08:58 +01:00
|
|
|
padding-top: 56px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.integrations-page-header,
|
|
|
|
.register-page-header,
|
2015-08-21 01:29:55 +02:00
|
|
|
.api-page-header {
|
2013-09-13 06:06:10 +02:00
|
|
|
line-height: 42px;
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.apps-muted {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 20px;
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin-bottom: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integrations-page-header,
|
2015-08-21 01:29:55 +02:00
|
|
|
.api-page-header {
|
2013-09-13 06:06:10 +02:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2013-10-21 21:19:31 +02:00
|
|
|
.integrations-page-header {
|
|
|
|
font-size: 25px;
|
|
|
|
padding-top: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.integration-instruction-block {
|
|
|
|
position: relative;
|
2013-10-30 19:46:29 +01:00
|
|
|
margin-top: 15px;
|
2013-10-21 21:19:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#integration-list-link {
|
|
|
|
position: absolute;
|
|
|
|
top: 200px;
|
|
|
|
text-align: center;
|
|
|
|
display: none;
|
2017-02-28 01:45:55 +01:00
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#integration-list-link span {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
2013-10-21 21:19:31 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.integrations-page-header .integrations-icon {
|
|
|
|
font-size: 22px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.apps-instructions-header {
|
|
|
|
font-weight: 300;
|
|
|
|
font-size: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.btn-app-download {
|
|
|
|
font-size: 25px;
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.btn-direct {
|
|
|
|
margin-top: 0px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
padding: 8px;
|
|
|
|
font-size: 18px;
|
2017-03-18 17:18:34 +01:00
|
|
|
border-radius: 0px;
|
2015-08-19 02:58:20 +02:00
|
|
|
min-width: 300px;
|
2015-08-19 05:35:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-user {
|
2017-03-18 17:18:34 +01:00
|
|
|
background-color: #ffffff;
|
|
|
|
border-color: #55bdaa;
|
|
|
|
border-style: solid;
|
|
|
|
color: #3f9486;
|
2015-08-19 05:35:29 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn-admin {
|
2017-03-18 17:18:34 +01:00
|
|
|
background-color: #ffffff;
|
|
|
|
border-color: #00a9f4;
|
|
|
|
border-style: solid;
|
|
|
|
color: #2196f3;
|
2015-08-19 02:58:20 +02:00
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.feature-page-header {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-page .alert {
|
|
|
|
width: 320px;
|
|
|
|
margin: auto;
|
|
|
|
margin-top: -30px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
margin: auto;
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-form {
|
|
|
|
margin: auto;
|
2017-03-18 09:21:24 +01:00
|
|
|
width: 100%;
|
2013-09-13 06:06:10 +02:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.register-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2016-06-03 01:02:58 +02:00
|
|
|
.new-organization-button {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
2017-03-18 09:21:24 +01:00
|
|
|
input.new-organization-button {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-form .control-label,
|
|
|
|
.register-form .control-label {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2015-08-19 02:58:20 +02:00
|
|
|
.login-form .direct-label {
|
|
|
|
margin-top: 50px;
|
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.login-form #id_username,
|
|
|
|
.login-form #id_password {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-form .control-group,
|
|
|
|
.register-form .control-group {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-forgot-password {
|
|
|
|
float: right;
|
|
|
|
line-height: 40px;
|
|
|
|
position: relative;
|
|
|
|
right: -15px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-google,
|
|
|
|
.register-google,
|
|
|
|
.login-sso,
|
|
|
|
.login-github {
|
2016-10-16 06:08:25 +02:00
|
|
|
max-width: 100%;
|
|
|
|
min-width: 300px;
|
2013-09-13 06:06:10 +02:00
|
|
|
margin: auto;
|
|
|
|
text-align: center;
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.login-google-button,
|
|
|
|
.register-google-button,
|
|
|
|
.login-github-button {
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-left: 10px;
|
|
|
|
}
|
|
|
|
|
2015-09-24 01:35:21 +02:00
|
|
|
.main-headline-container,
|
|
|
|
.os-headline-container {
|
2013-09-13 06:06:10 +02:00
|
|
|
position: relative;
|
|
|
|
height: 100%;
|
|
|
|
padding-top: 40px !important;
|
|
|
|
}
|
|
|
|
|
2015-09-24 01:35:21 +02:00
|
|
|
.os-headline-container {
|
|
|
|
padding: 20px;
|
|
|
|
background: #1e5799;
|
|
|
|
background: linear-gradient(to bottom, #1e5799 0%,#2989d8 52%,#7db9e8 100%);
|
|
|
|
padding-bottom: 40px !important;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.os-tagline,
|
|
|
|
.os-footnote {
|
|
|
|
color: #eeeeee !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.os-footnote a:link,
|
|
|
|
.os-footnote a:visited,
|
|
|
|
.os-footnote a:active {
|
|
|
|
color: #eeeeee;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: 1px solid #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
.os-footnote a:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.os-illustration {
|
|
|
|
height: 200px;
|
|
|
|
width: auto;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.portico-os-announcement {
|
2017-02-14 00:08:58 +01:00
|
|
|
padding-top: 56px;
|
2015-09-24 01:35:21 +02:00
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.main-headline-logo {
|
|
|
|
display: block;
|
|
|
|
width: 200px;
|
|
|
|
height: auto;
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-image {
|
|
|
|
display: block;
|
|
|
|
margin: auto;
|
|
|
|
width: 100%;
|
|
|
|
max-width: 900px;
|
|
|
|
height: auto;
|
|
|
|
position: relative;
|
|
|
|
bottom: -10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text {
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
2014-03-12 19:31:52 +01:00
|
|
|
color: black;
|
2013-09-13 06:06:10 +02:00
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text .tagline {
|
|
|
|
font-size: 40px;
|
|
|
|
line-height: 42px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-headline-text .footnote {
|
|
|
|
display: block;
|
|
|
|
font-size: 18px;
|
2014-03-12 19:31:52 +01:00
|
|
|
color: black;
|
2013-09-13 06:06:10 +02:00
|
|
|
margin-top: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.main-signup-button {
|
|
|
|
margin-top: 15px;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
font-size: 22px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-main,
|
|
|
|
.header-main,
|
|
|
|
.footer-main {
|
|
|
|
max-width: 1200px;
|
|
|
|
min-width: 350px;
|
|
|
|
margin: 0px auto;
|
|
|
|
padding: 0px 20px 0px 20px;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.footer-main {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
.hello-main {
|
|
|
|
max-width: none;
|
|
|
|
min-width: 0;
|
2015-09-24 01:35:21 +02:00
|
|
|
padding: 0 !important;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-padder {
|
2016-08-24 03:13:56 +02:00
|
|
|
height: 54px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.footer-navigation {
|
|
|
|
list-style: none;
|
2014-03-13 17:41:10 +01:00
|
|
|
padding-top: 16px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.footer-navigation li,
|
|
|
|
.footer-navigation li a {
|
2013-09-13 06:06:10 +02:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
2017-02-14 00:08:58 +01:00
|
|
|
color: #888;
|
|
|
|
font-size: 0.9em;
|
|
|
|
font-weight: 400;
|
|
|
|
cursor: pointer;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2017-02-14 00:08:58 +01:00
|
|
|
.footer-navigation li:hover a {
|
|
|
|
color: #444;
|
|
|
|
text-decoration: none;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.little-bullet {
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 5px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column-right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-links {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.top-links a {
|
|
|
|
display: inline-block;
|
2017-02-14 00:08:58 +01:00
|
|
|
color: #fff;
|
|
|
|
padding: 2px 7px 1px 8px;
|
|
|
|
font-weight: 600;
|
2013-09-13 06:06:10 +02:00
|
|
|
font-size: 16px;
|
2017-03-18 05:59:00 +01:00
|
|
|
-moz-transition: all 0.2s ease-in;
|
|
|
|
-webkit-transition: all 0.2s ease-in;
|
|
|
|
-o-transition: all 0.2s ease-in;
|
2013-09-13 06:06:10 +02:00
|
|
|
transition: all 0.2s ease-in;
|
2017-02-14 00:08:58 +01:00
|
|
|
border-radius: 4px;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.top-links a:hover {
|
2017-02-14 00:08:58 +01:00
|
|
|
text-decoration: none;
|
|
|
|
background-color: rgba(255,255,255,1);
|
|
|
|
color: #339a89;
|
2013-09-13 06:06:10 +02:00
|
|
|
}
|
|
|
|
|
2013-10-07 20:26:37 +02:00
|
|
|
.centered-button {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-muted {
|
|
|
|
display: block;
|
|
|
|
font-size: 12px;
|
|
|
|
color: #ddd;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
/* -- password reset container -- */
|
|
|
|
.password-container {
|
|
|
|
text-align: center;
|
|
|
|
margin-top: calc(50vh - 290px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset {
|
|
|
|
display: inline-block;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .control-group .control-label {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .pitch {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.input-group.margin {
|
|
|
|
margin: 10px 0px;
|
|
|
|
}
|
|
|
|
|
2016-10-29 08:20:19 +02:00
|
|
|
.input-group .progress {
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 5px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
.password-reset .input-group {
|
|
|
|
margin: 15px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .progress {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset #email-section .fakecontrol {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group input[type=text],
|
|
|
|
.password-reset .input-group input[type=password] {
|
|
|
|
width: calc(100% - 14px);
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group #pw_strength {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset .input-group.m-t-30 {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2016-08-24 03:13:56 +02:00
|
|
|
.center-container {
|
2016-12-06 01:23:21 +01:00
|
|
|
min-height: calc(100vh - 94px);
|
2016-09-16 19:05:14 +02:00
|
|
|
min-height: 700px;
|
2016-08-24 03:13:56 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
-wekbit-box-align: center;
|
|
|
|
justify-content: center;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .submit-button-box .controls {
|
2016-09-28 03:06:44 +02:00
|
|
|
margin: 0px;
|
2016-08-24 03:13:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.center-block {
|
|
|
|
text-align: left;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .pitch {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group label {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .control-group .controls {
|
|
|
|
margin: 0;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.center-block #send_confirm input[type=text] {
|
2016-09-28 03:06:44 +02:00
|
|
|
margin-top: 20px;
|
2016-08-24 03:13:56 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.center-block .button {
|
|
|
|
margin-top: 20px;
|
|
|
|
padding: 5px 10px;
|
|
|
|
border-radius: 2px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-weight: 300;
|
|
|
|
}
|
|
|
|
|
2016-12-09 21:05:09 +01:00
|
|
|
/* -- markdown styling -- */
|
|
|
|
|
|
|
|
.markdown {
|
2017-02-14 00:08:58 +01:00
|
|
|
max-width: 800px;
|
2016-12-09 21:05:09 +01:00
|
|
|
margin: 20px auto;
|
|
|
|
padding: 20px;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 1.5;
|
|
|
|
color: #666;
|
|
|
|
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
outline: 10000px solid rgba(240,240,240,0.5);
|
|
|
|
box-shadow: 0px 0px 30px rgba(0,0,0,0.2);
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown a {
|
2017-02-01 03:15:28 +01:00
|
|
|
color: #399993;
|
|
|
|
font-weight: 600;
|
2016-12-09 21:05:09 +01:00
|
|
|
}
|
|
|
|
|
2017-02-10 00:56:43 +01:00
|
|
|
.markdown .back-to-home {
|
|
|
|
float: right;
|
|
|
|
margin-top: 13px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .back-to-home .icon-vector-chevron-left {
|
|
|
|
position: relative;
|
|
|
|
top: 1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .back-to-home a:hover {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2016-12-09 21:05:09 +01:00
|
|
|
.markdown strong {
|
|
|
|
font-weight: 600;
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown h1,
|
|
|
|
.markdown h2,
|
|
|
|
.markdown h3 {
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown h3 {
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown img {
|
|
|
|
vertical-align: top;
|
|
|
|
box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown img.inline {
|
|
|
|
height: 1.4em;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2016-12-22 00:05:41 +01:00
|
|
|
.markdown .warn,
|
|
|
|
.markdown .tip {
|
|
|
|
position: relative;
|
2016-12-09 21:05:09 +01:00
|
|
|
display: block;
|
|
|
|
background-color: #f5f7f9;
|
|
|
|
border: 1px solid #eee;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 10px;
|
2016-12-22 00:05:41 +01:00
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .tip {
|
|
|
|
background-color: #fbf7ea;
|
|
|
|
border: 1px solid #e0ddd0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .warn p,
|
|
|
|
.markdown .tip p {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .tip::before {
|
|
|
|
display: inline;
|
|
|
|
content: "\f0eb Tip: ";
|
2017-02-01 17:02:48 +01:00
|
|
|
font-family: FontAwesome, "Yantramanav", Humbug;
|
2016-12-22 00:05:41 +01:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .tip p:first-of-type {
|
|
|
|
display: inline;
|
2016-12-09 21:05:09 +01:00
|
|
|
}
|
|
|
|
|
2017-02-01 17:02:48 +01:00
|
|
|
.markdown ol > li > div.tip,
|
|
|
|
.markdown ol > li > div.warn {
|
|
|
|
margin: 0px 30px 15px;
|
|
|
|
}
|
|
|
|
|
2016-12-09 21:05:09 +01:00
|
|
|
.markdown .indicator {
|
|
|
|
position: relative;
|
|
|
|
display: inline-block;
|
|
|
|
top: 1px;
|
|
|
|
padding: 5px;
|
|
|
|
border-radius: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .indicator.grey {
|
|
|
|
border: 1px solid #CCC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .indicator.orange {
|
|
|
|
border: 1px solid #ec7e18;
|
2017-03-14 16:18:40 +01:00
|
|
|
background: linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(236,126,24,1) 50%);
|
2016-12-09 21:05:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .indicator.green {
|
|
|
|
border: 1px solid #44c21d;
|
|
|
|
background-color: rgba(68,194,29,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown .indicator.green.solid {
|
|
|
|
background-color: #44c21d;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* make sure that it doesn't wrap and disappear around the line.. odd bug. */
|
|
|
|
.markdown a {
|
|
|
|
white-space: pre;
|
|
|
|
}
|
|
|
|
|
|
|
|
.markdown ul {
|
2017-02-01 17:02:48 +01:00
|
|
|
margin: 0px 10px 15px 25px;
|
2016-12-09 21:05:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.markdown ul li {
|
|
|
|
margin: 5px 0px;
|
|
|
|
}
|
|
|
|
|
2016-08-16 02:07:07 +02:00
|
|
|
@media (max-height: 600px) {
|
|
|
|
.password-container {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
2013-10-24 05:42:56 +02:00
|
|
|
|
2013-09-13 06:06:10 +02:00
|
|
|
@media (max-width: 950px) {
|
|
|
|
|
|
|
|
.feature-line .feature-text {
|
|
|
|
width: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .tagline {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-illustration {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-image {
|
|
|
|
width: 422px;
|
|
|
|
max-width: 100%;
|
|
|
|
margin-top: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-main {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.footer-navigation {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 1000px) {
|
|
|
|
.feature-line .platform-text {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .platform-icons {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-line .platform {
|
|
|
|
float: none;
|
|
|
|
margin-left: 20px;
|
|
|
|
margin-right: 20px;
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 767px) {
|
2017-03-18 05:59:00 +01:00
|
|
|
body {
|
|
|
|
padding: 0px !important;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.input-medium,
|
|
|
|
.input-large {
|
2017-03-18 05:59:00 +01:00
|
|
|
display: block !important;
|
|
|
|
width: 100% !important;
|
|
|
|
min-height: 30px !important;
|
|
|
|
margin: 0px !important;
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
line-height: 20px !important;
|
|
|
|
box-sizing: border-box !important;
|
|
|
|
margin-top: 10px !important;
|
|
|
|
margin-bottom: 10px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.postal-envelope {
|
|
|
|
transform: none;
|
|
|
|
-webkit-transform: none;
|
|
|
|
-moz-transform: none;
|
|
|
|
-o-transform: none;
|
|
|
|
-ms-transform: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.letter-form {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.punc {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.signup-section {
|
|
|
|
display: inline-block;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.feature-block {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2017-03-26 22:24:35 +02:00
|
|
|
.feature-block.left p,
|
|
|
|
.feature-block.left h4 {
|
2017-03-18 05:59:00 +01:00
|
|
|
margin-right: 0px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: 500px) {
|
2017-03-18 05:59:00 +01:00
|
|
|
.center-container {
|
|
|
|
display: block;
|
|
|
|
}
|
2016-12-06 01:23:21 +01:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.app-main,
|
|
|
|
.header-main,
|
|
|
|
.footer-main {
|
|
|
|
min-width: auto;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 09:21:24 +01:00
|
|
|
.app-main {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header {
|
|
|
|
padding: 4px 0px 6px 0px;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.header-main {
|
|
|
|
max-width: 100vw;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.markdown ol {
|
|
|
|
margin-left: 0px;
|
|
|
|
}
|
2017-02-18 19:52:26 +01:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.footer-navigation {
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.app-main .markdown {
|
|
|
|
max-width: 85%;
|
|
|
|
}
|
2017-02-18 19:52:26 +01:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.markdown a {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2017-02-18 19:52:26 +01:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.markdown strong {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2016-08-24 03:13:56 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
.main-headline-text .tagline {
|
|
|
|
font-size: 32px;
|
|
|
|
line-height: 34px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
2017-03-18 05:59:00 +01:00
|
|
|
#apps-tabs li a {
|
|
|
|
padding-left: 6px;
|
|
|
|
padding-right: 6px;
|
|
|
|
}
|
2013-09-13 06:06:10 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Stamp';
|
|
|
|
src: url(data:application/x-font-woff;charset=utf-8;base64,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
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
}
|
2013-10-24 05:42:56 +02:00
|
|
|
|
|
|
|
.emoji {
|
2014-03-06 22:10:45 +01:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
2013-10-24 05:42:56 +02:00
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2016-09-16 19:05:14 +02:00
|
|
|
|
|
|
|
/* --- new settings styling --- */
|
|
|
|
.input-group input[type=radio],
|
|
|
|
.input-group input[type=checkbox] {
|
|
|
|
margin: 0 10px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group input[type=radio] {
|
|
|
|
position: relative;
|
|
|
|
top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group label {
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group label {
|
|
|
|
margin: 0;
|
|
|
|
padding: 5px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.m-v-20 {
|
|
|
|
margin: 20px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.radio {
|
|
|
|
margin-left: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.grid label.inline-block {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.input-group.grid {
|
|
|
|
padding: 10px 0px;
|
|
|
|
border-bottom: 1px solid #DDD;
|
|
|
|
}
|
|
|
|
|
|
|
|
label.label-title {
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
2017-03-18 09:21:24 +01:00
|
|
|
input.new-organization-button {
|
|
|
|
margin-left: auto;
|
|
|
|
}
|
|
|
|
|
2016-09-16 19:05:14 +02:00
|
|
|
.input-group label.inline-block {
|
2017-03-18 05:59:00 +01:00
|
|
|
/* eyeballing off-centered aesth. */
|
2016-09-16 19:05:14 +02:00
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-none {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.inline-block {
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new {
|
|
|
|
padding: 8px 15px;
|
|
|
|
margin: 0;
|
|
|
|
min-width: 130px;
|
|
|
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
background-color: #478fca;
|
|
|
|
color: #FFF;
|
|
|
|
outline: none;
|
|
|
|
border: none;
|
|
|
|
border-radius: 2px;
|
|
|
|
|
|
|
|
cursor: pointer;
|
|
|
|
transition: all 0.3s ease;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* -- button states -- */
|
|
|
|
.button-new:hover {
|
|
|
|
-webkit-filter: brightness(1.1);
|
|
|
|
-moz-filter: brightness(1.1);
|
|
|
|
filter: brightness(1.1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new:active {
|
|
|
|
-webkit-filter: brightness(0.9);
|
|
|
|
-moz-filter: brightness(0.9);
|
|
|
|
filter: brightness(0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.button-new.sea-green {
|
|
|
|
background-color: #24cac2;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-left {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.float-right {
|
|
|
|
float: right;
|
|
|
|
}
|
2016-12-20 10:41:46 +01:00
|
|
|
|
|
|
|
#find_my_team .form-control {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#find_my_team .btn {
|
|
|
|
height: 40px;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
2017-02-01 02:55:02 +01:00
|
|
|
|
|
|
|
.documentation-footer {
|
|
|
|
font-size: .85rem;
|
|
|
|
color: #AAA;
|
|
|
|
}
|