react-saasify-chrisvxd
Version:
React components for Saasify web clients.
2,008 lines (1,653 loc) • 48.4 kB
CSS
.okta-module_section__3C6V- .okta-module_title__7O1oG {
color: #fff;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.okta-module_section__3C6V- .okta-module_subtitle__2pQn3 {
max-width: 500px;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
color: #fff;
}
.okta-module_section__3C6V- .okta-module_content__LUjyp {
max-width: 1280px;
padding: 3em 2em;
}
.okta-module_theme-okta__iN0o9 {
color: #fff;
}
.okta-module_light__2w-1n {
color: #222;
}
.okta-module_theme-okta__iN0o9 h1, .okta-module_theme-okta__iN0o9 h2, .okta-module_theme-okta__iN0o9 h3, .okta-module_theme-okta__iN0o9 h4, .okta-module_theme-okta__iN0o9 h5, .okta-module_theme-okta__iN0o9 h6 {
color: #fff;
}
.okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h1, .okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h2, .okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h3, .okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h4, .okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h5, .okta-module_theme-okta__iN0o9 .okta-module_light__2w-1n h6 {
color: #222;
}
.okta-module_theme-okta__iN0o9 footer .okta-module_content__LUjyp {
color: #fff;
}
.okta-module_theme-okta__iN0o9 footer .okta-module_header__1WlW3 {
color: #fff;
}
.okta-module_theme-okta__iN0o9 footer .okta-module_link___U-L6 {
color: #ccc;
}
.okta-module_theme-okta__iN0o9 footer .okta-module_detail__2hQvP {
color: #ccc;
}
.okta-module_theme-okta__iN0o9 header .okta-module_link___U-L6,
.okta-module_theme-okta__iN0o9 header .okta-module_link___U-L6:active,
.okta-module_theme-okta__iN0o9 header .okta-module_link___U-L6:visited {
color: #fff;
}
.okta-module_theme-okta__iN0o9 header .okta-module_link___U-L6:hover {
color: #eb3d48;
}
.okta-module_theme-okta__iN0o9 a {
color: #d23d67;
}
.okta-module_theme-okta__iN0o9 a:hover {
color: #db6485;
}
.okta-module_theme-okta__iN0o9 a:active {
color: #c83a62;
}
.okta-module_theme-okta__iN0o9 .ant-btn-primary {
background-color: #d23d67;
border-color: #d23d67;
color: #fff;
}
.okta-module_theme-okta__iN0o9 .ant-btn-primary:hover {
background-color: #db6485;
border-color: #db6485;
color: #fff;
}
.okta-module_theme-okta__iN0o9 .ant-btn-primary:active {
background-color: #c83a62;
border-color: #c83a62;
color: #fff;
}
.okta-module_theme-okta__iN0o9 #readme code {
background: #0788cc;
color: #fff;
}
.okta-module_theme-okta__iN0o9 #readme pre {
background: #0788cc ;
color: #fff ;
border: 1px solid #eee;
}
/* TODO: cta-button ghost should have dark text */
.okta-module_cta-button__qGo57 {
color: #fff ;
}
body header + section:first-of-type .okta-module_title__7O1oG {
margin: 0 0 64px;
font-weight: 700;
font-size: 44px;
line-height: 64px;
letter-spacing: 4px;
text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
body header + section:first-of-type .okta-module_content__LUjyp {
padding-top: 124px;
}
.okta-module_content__LUjyp {
padding: 3em 0.5em;
}
}
.sadie-module_theme-sadie__3l09s {
font-family: Manjari, Helvetica, sans-serif;
font-weight: 300 ;
color: #222;
}
.sadie-module_theme-sadie__3l09s p {
color: #444;
}
.sadie-module_theme-sadie__3l09s h1, .sadie-module_theme-sadie__3l09s h2, .sadie-module_theme-sadie__3l09s h3, .sadie-module_theme-sadie__3l09s h4, .sadie-module_theme-sadie__3l09s h5, .sadie-module_theme-sadie__3l09s h6 {
font-family: Manjari, Helvetica, sans-serif;
font-weight: 300 ;
color: #222;
}
.sadie-module_theme-sadie__3l09s .ant-btn-primary {
}
.sadie-module_theme-sadie__3l09s .sadie-module_logo__2UDtj {
color: #222;
}
@import url('https://fonts.googleapis.com/css?family=Lato:400&display=swap');
:root {
/* TODO add postcss to resolve vars for IE11 */
--filter-tint: saturate(102%) hue-rotate(10deg);
--color-fg: #3a3a3a;
--max-width: 1108px;
--max-width-half: 554px;
--space-xs: 4px;
--space-s: 8px;
--space-m: 16px;
--space-l: 24px;
--space-xl: 32px;
--space-xxl: 48px;
--space-xxxl: 64px;
--side-gutter-half: var(--space-m);
--side-gutter: var(--space-xl);
--font-family: 'Avenir Next', 'Lato', 'Helvetica Neue', sans-serif;
--transition-all: all 250ms ease;
--transition-all-fast: all 125ms ease;
--line-height-m: 1.375;
--line-height-l: 1.42;
}
/*
.theme-waves ::selection {
background: var(--color-primary);
}
*/
.waves-module_theme-waves__1n8ID {
color: #fff;
font-family: var(--font-family);
font-size: 16px;
overflow-x: hidden;
}
.waves-module_theme-waves__1n8ID h1,
.waves-module_theme-waves__1n8ID h2,
.waves-module_theme-waves__1n8ID h3,
.waves-module_theme-waves__1n8ID h4,
.waves-module_theme-waves__1n8ID h5,
.waves-module_theme-waves__1n8ID h6 {
color: var(--color-fg);
font-family: var(--font-family);
font-weight: 400;
}
.waves-module_theme-waves__1n8ID p {
color: var(--color-fg);
}
.waves-module_theme-waves__1n8ID b,
.waves-module_theme-waves__1n8ID strong {
font-weight: 700;
}
.waves-module_theme-waves__1n8ID .waves-module_paper__2gGTy {
border-radius: 10px;
box-shadow: 0 7px 18px 0 rgba(210, 210, 210, 0.5);
margin: 0;
padding: var(--space-xl);
}
/*
* Section
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB {
margin-bottom: var(--space-xxl);
margin-top: var(--space-xxl);
padding-left: var(--side-gutter);
padding-right: var(--side-gutter);
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB .waves-module_title__187d7 {
font-size: 48px;
position: relative;
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type .waves-module_title__187d7 {
color: var(--hero-color);
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB .waves-module_subtitle__TrWkk {
color: var(--color-fg);
font-size: 24px;
opacity: 0.9;
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type .waves-module_subtitle__TrWkk {
color: var(--hero-color);
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB .waves-module_content__1Ajv_ {
flex: initial;
max-width: var(--max-width);
padding: 0 ;
z-index: 1;
}
.waves-module_theme-waves__1n8ID .waves-module_section-divider__JORu2 {
display: none;
}
/*
* Home page
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj {
height: 60vh;
margin-top: var(--space-xxl);
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj,
.waves-module_home-page__HehpF .waves-module_demo-section__110gv {
height: calc(100vh - 48px);
margin-top: 0;
min-height: 500px;
width: 50%;
z-index: 1;
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_content__1Ajv_,
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv .waves-module_content__1Ajv_ {
max-width: var(--max-width-half);
}
}
/*
* Home page, Hero section
* ----------------------------
*/
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj {
padding-right: 0;
padding-bottom: var(--space-xxxl);
}
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_content__1Ajv_ {
align-items: center;
justify-content: center;
flex: 1 1;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_content__1Ajv_ {
align-items: flex-start;
margin-left: auto;
padding-right: var(--space-xl) ;
z-index: 1;
}
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_title__187d7 {
line-height: var(--line-height-m);
margin: 0;
margin-bottom: var(--space-m);
max-width: 460px;
font-weight: 400;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_title__187d7 {
text-align: left;
}
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_subtitle__TrWkk {
line-height: var(--line-height-l);
margin: 0;
margin-bottom: var(--space-l);
max-width: 460px;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_hero-section__1oUVj .waves-module_subtitle__TrWkk {
text-align: left;
}
}
/*
* Home page, Demo section
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv {
background: transparent ;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv {
background: transparent ;
padding-left: 0;
position: absolute;
right: 0;
}
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv .waves-module_content__1Ajv_ {
font-weight: 400;
justify-content: center;
margin-right: auto;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv .waves-module_content__1Ajv_ {
padding-left: var(--side-gutter-half) ;
}
}
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv .waves-module_title__187d7,
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_demo-section__110gv .waves-module_desc__2-xxF {
display: none;
}
/*
* Home page, Features section
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_features-section__Wh5oo .waves-module_title__187d7,
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_features-section__Wh5oo .waves-module_desc__2-xxF {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_features-section__Wh5oo .waves-module_features__1tipn {
grid-template-columns: repeat(auto-fill, minmax(256px, 1fr)) ;
}
.waves-module_theme-waves__1n8ID .waves-module_features-section__Wh5oo .waves-module_feature__IEwpV {
margin-left: auto;
margin-right: auto;
max-width: 220px;
}
.waves-module_theme-waves__1n8ID .waves-module_features-section__Wh5oo .waves-module_feature__IEwpV .waves-module_illustration__3Fh40 {
max-height: 120px ;
width: 220px;
}
.waves-module_theme-waves__1n8ID .waves-module_features-section__Wh5oo .waves-module_feature__IEwpV h3 {
font-weight: 600 ;
}
/*
* Home page, CTA section
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_home-page__HehpF .waves-module_section__1rcZB:last-of-type {
display: none;
}
/*
* Pricing page
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_pricing-page__2vWtL .waves-module_pricing-section__5n2kB {
height: auto;
min-height: 500px;
z-index: 1;
}
/*
* Checkout page
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi {
background: #f7f7f7;
padding: 0;
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .box-gallery {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .waves-module_title__187d7 {
font-size: 24px;
font-weight: 600;
margin-bottom: var(--space-m);
text-align: left;
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi > .waves-module_content__1Ajv_ {
display: flex;
align-items: center;
padding: var(--space-m);
flex-direction: column;
flex-grow: 1;
width: 100%;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi > .waves-module_content__1Ajv_ {
align-items: flex-start;
justify-content: center;
flex-direction: row;
padding-top: var(--space-xxl);
}
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .waves-module_content__1Ajv_ .waves-module_form__1QVzc .ant-form-item {
text-align: left;
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .waves-module_plan__2TiGz {
margin-bottom: var(--space-l);
margin-left: 0;
margin-right: 0;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .waves-module_plan__2TiGz {
margin-bottom: 0;
margin-right: var(--space-l);
}
}
.waves-module_theme-waves__1n8ID .waves-module_checkout-page__2QBVi .waves-module_form__1QVzc button {
width: 100%;
}
/*
* Login page
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D {
background: #f7f7f7;
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .box-gallery,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D .box-gallery {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .waves-module_title__187d7,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D .waves-module_title__187d7 {
font-weight: 500;
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .waves-module_content__1Ajv_,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D .waves-module_content__1Ajv_ {
background: none;
box-shadow: none;
display: flex;
align-items: center;
flex-grow: 1;
text-align: center;
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .waves-module_content__1Ajv_ .waves-module_form__1QVzc,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D .waves-module_content__1Ajv_ .waves-module_form__1QVzc {
background: white;
border-radius: var(--space-s);
box-shadow: 0 7px 18px 0 rgba(210, 210, 210, 0.5);
margin: 0;
padding: var(--space-l);
width: 100%;
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .waves-module_content__1Ajv_ .waves-module_form__1QVzc > button.waves-module_submit__1SnXA {
margin-bottom: var(--space-m);
}
.waves-module_theme-waves__1n8ID .waves-module_login-page__1pI2a .waves-module_content__1Ajv_ .waves-module_form__1QVzc .ant-form-item,
.waves-module_theme-waves__1n8ID .waves-module_signup-page__h7p2D .waves-module_content__1Ajv_ .waves-module_form__1QVzc .ant-form-item {
text-align: left;
}
/*
* Dashboard
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_,
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_section__1rcZB {
background: #f7f7f7 ;
}
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_section__1rcZB:first-of-type::before {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_dashboard-section__8-Qin .waves-module_title__187d7 {
color: var(--color-fg);
font-weight: 600;
font-size: 48px;
}
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_section__1rcZB:first-of-type::after {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_onboarding-section__YtEao {
margin-top: 0;
}
.waves-module_theme-waves__1n8ID .waves-module_dashboard-page__tKTN_ .waves-module_section__1rcZB:not(.waves-module_dashboard-section__8-Qin) .waves-module_title__187d7 {
font-weight: 600;
font-size: 22px;
}
/*
* NavHeader
* ----------------------------
*/
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ {
border-bottom: var(--nav-border-width) solid #e1e1e1;
padding: 0;
padding-bottom: var(--space-m);
padding-left: var(--side-gutter);
padding-right: var(--side-gutter);
padding-top: var(--space-m);
position: -webkit-sticky;
position: sticky;
transition: var(--transition-all-fast);
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL {
flex-grow: 1;
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_link__2JCo9 {
color: var(--hero-color) ;
font-size: 18px;
font-weight: 500;
margin-right: var(--space-xl);
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_link__2JCo9:hover {
color: var(--color-primary) ;
-webkit-filter: var(--filter-tint);
filter: var(--filter-tint);
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL .waves-module_link__2JCo9 {
margin-left: var(--space-xl);
margin-right: var(--space-xl);
}
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL .waves-module_link__2JCo9:first-of-type {
margin-left: 0;
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL .waves-module_link__2JCo9:nth-of-type(3) {
display: none;
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL .waves-module_link__2JCo9:nth-of-type(1) {
order: 2;
opacity: 0.9;
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_links__28bbL .waves-module_link__2JCo9:nth-of-type(2) {
margin-left: auto;
margin-right: var(--space-xxxl);
order: 1;
opacity: 0.9;
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ {
justify-content: initial;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ {
justify-content: space-around;
margin-top: 0;
}
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9:first-of-type {
margin-left: 0;
margin-right: var(--space-s);
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9:first-of-type {
margin-left: var(--space-xl);
margin-right: 0;
}
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9:last-of-type {
margin-left: var(--space-s);
margin-right: 0;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9:last-of-type {
margin-left: var(--space-m);
}
}
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9,
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9 > button {
width: 100%;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_container__2oeV_ .waves-module_actions__3tNt_ .waves-module_link__2JCo9 {
margin-left: var(--space-m);
width: auto;
}
}
.waves-module_theme-waves__1n8ID header .waves-module_content__1Ajv_ {
max-width: var(--max-width) ;
}
.waves-module_theme-waves__1n8ID header.waves-module_attached__3LC-8 {
background: white ;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID header.waves-module_attached__3LC-8 .waves-module_link__2JCo9 {
color: var(--color-fg) ;
}
}
.waves-module_theme-waves__1n8ID header .waves-module_logo__1Gh94 {
max-height: 48px;
}
.waves-module_theme-waves__1n8ID header .waves-module_logo-text__vkHFQ {
font-weight: 600;
}
.waves-module_theme-waves__1n8ID
header:not(.waves-module_attached__3LC-8):not(.waves-module_expanded__2X-st)
.waves-module_cta-button__20BxY.secondary:not(:hover) {
border-color: var(--color-nav-secondary-cta) ;
color: var(--color-nav-secondary-cta) ;
}
.waves-module_theme-waves__1n8ID header.waves-module_attached__3LC-8 .waves-module_logo-text__vkHFQ:not(:hover),
.waves-module_theme-waves__1n8ID header.waves-module_attached__3LC-8 .waves-module_links__28bbL .waves-module_link__2JCo9:not(:hover),
.waves-module_theme-waves__1n8ID header.waves-module_expanded__2X-st .waves-module_logo-text__vkHFQ:not(:hover),
.waves-module_theme-waves__1n8ID header.waves-module_expanded__2X-st .waves-module_links__28bbL .waves-module_link__2JCo9:not(:hover) {
color: var(--color-fg) ;
}
/*
* Footer
* ----------------------------
*/
.waves-module_theme-waves__1n8ID footer {
background-color: #f9f9fb ;
border-top: 1px solid #efefef;
}
.waves-module_theme-waves__1n8ID footer .waves-module_detail__2I0uM,
.waves-module_theme-waves__1n8ID footer .waves-module_header__1_jJS {
color: var(--color-fg) ;
opacity: 0.9;
}
.waves-module_theme-waves__1n8ID footer .waves-module_link__2JCo9 {
color: var(--color-fg) ;
opacity: 0.9;
}
.waves-module_theme-waves__1n8ID footer .waves-module_link__2JCo9:hover {
color: var(--color-primary) ;
-webkit-filter: var(--filter-tint);
filter: var(--filter-tint);
opacity: 1;
}
/*
* CTAs
* ----------------------------
*/
.waves-module_theme-waves__1n8ID a {
color: var(--color-primary);
transition: var(--transition-all);
}
.waves-module_theme-waves__1n8ID a:hover {
-webkit-filter: var(--filter-tint);
filter: var(--filter-tint);
transition: var(--transition-all);
}
/* TODO: cta-button ghost should have dark text */
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY,
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY.waves-module_inline__3_KjR,
.waves-module_theme-waves__1n8ID .ant-btn {
border: var(--color-primary) solid 1px ;
border-radius: var(--border-radius);
font-size: 16px ;
font-weight: 500;
height: auto;
letter-spacing: normal ;
text-transform: none ;
text-shadow: none;
padding-bottom: var(--space-s);
padding-top: var(--space-s);
padding-left: var(--space-xl);
padding-right: var(--space-xl);
transition: var(--transition-all);
}
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY.primary,
.waves-module_theme-waves__1n8ID .ant-btn {
background: var(--color-primary) ;
color: white ;
}
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY.secondary,
.waves-module_theme-waves__1n8ID .ant-btn-secondary {
background: transparent ;
color: var(--color-primary) ;
}
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY:hover,
.waves-module_theme-waves__1n8ID .ant-btn:hover {
box-shadow: 0 7px 14px rgba(50, 50, 93, 0.11), 0 3px 6px rgba(0, 0, 0, 0.08);
-webkit-filter: var(--filter-tint);
filter: var(--filter-tint);
}
.waves-module_theme-waves__1n8ID .waves-module_cta-button__20BxY.secondary:hover,
.waves-module_theme-waves__1n8ID .ant-btn-secondary:hover {
background: var(--color-primary) ;
color: white ;
}
.waves-module_theme-waves__1n8ID .ant-btn-icon-only {
width: 32px;
height: 32px;
padding: 0;
}
/*
* Code Block
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr {
background: var(--code-block-background);
border-radius: 8px;
box-shadow: none ;
-webkit-filter: drop-shadow(0px 3px 6px var(--code-block-shadow-color));
filter: drop-shadow(0px 3px 6px var(--code-block-shadow-color));
overflow: hidden;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr {
margin-top: var(--space-xxxl);
}
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tabs__3Eu3q:before {
align-self: center;
color: #ffffff90;
content: 'Live Demo';
font-size: 16px;
font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier,
monospace;
white-space: nowrap;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tabs__3Eu3q {
background: #313b5250;
color: #ffffff80;
font-size: 14px;
padding-bottom: var(--space-m);
padding-top: var(--space-m);
padding-left: var(--space-l);
padding-right: var(--space-l);
overflow-x: auto;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tabs__3Eu3q .waves-module_tab__1-Vh0:first-of-type {
margin-left: auto;
padding-left: var(--space-xl);
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tabs__3Eu3q .waves-module_tab__1-Vh0:hover {
background: transparent;
color: #ffffff;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tabs__3Eu3q .waves-module_selected-tab__1plbx {
background: transparent;
color: #ffffff;
font-weight: 600;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_tab-content__3K5QX {
max-height: 50vh;
padding-bottom: var(--space-l);
position: static;
overflow-y: auto;
}
.waves-module_theme-waves__1n8ID .waves-module_code-block__3mKWM {
background: transparent ;
color: white ;
height: auto ;
font-size: 14px;
padding: var(--space-m) ;
padding-left: var(--space-l) ;
padding-right: var(--space-l) ;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_info__1fGpA,
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_copy__3GXTv {
background: white ;
border: none ;
color: var(--color-fg) ;
opacity: 0.6;
}
.waves-module_theme-waves__1n8ID .waves-module_live-service-demo__31IVr .waves-module_copy__3GXTv:hover {
opacity: 1;
}
/*
* BG
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type::before {
background-image: var(--background-image);
background-size: cover;
background-position: top;
content: '';
position: absolute;
height: calc(100% + 250px);
min-height: 100vh;
left: 0;
top: -188px;
width: 100vw;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type::before {
height: calc(100% + 100px);
min-height: 500px;
top: -118px;
}
}
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type::after {
background-image: var(--background-image-wave);
background-position: center;
background-size: cover;
content: '';
height: 260px ;
left: 0;
position: absolute;
top: calc(100% - 113px);
width: 100vw;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_section__1rcZB:first-of-type::after {
bottom: -32px;
top: auto;
}
}
/*
* Pricing plans
* ----------------------------
*/
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB {
margin-top: 0;
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_title__187d7 {
font-weight: 600;
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB::before {
height: calc(50% + 0px) ;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB::before {
height: calc(50% + 250px) ;
}
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB::after {
top: calc(50% - 225px) ;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB::after {
bottom: 150px ;
top: auto ;
}
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_title__187d7 {
font-size: 40px;
line-height: var(--line-height-m);
margin-top: var(--space-xxxl);
margin-bottom: var(--space-s);
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_subtitle__TrWkk {
font-size: 28px;
line-height: var(--line-height-m);
margin-bottom: var(--space-xxxl);
}
.waves-module_theme-waves__1n8ID .waves-module_plans__x7Y9T {
justify-content: center;
margin: 0;
margin-top: var(--space-s);
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_plans__x7Y9T {
flex-wrap: nowrap;
}
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz {
margin-bottom: var(--space-xxl);
max-width: 400px;
width: 100%;
}
@media (min-width: 48em) {
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz {
margin: var(--space-l);
margin-top: 0;
}
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz h3 {
font-size: 28px;
letter-spacing: initial;
line-height: var(--line-height-m);
font-weight: 600 ;
margin-bottom: var(--space-l);
text-shadow: none;
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz .waves-module_features__1tipn {
margin-bottom: var(--space-l);
}
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_plan__2TiGz .waves-module_features__1tipn {
margin-bottom: var(--space-l);
}
/* Label */
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_plan__2TiGz .waves-module_features__1tipn .waves-module_emphasis__LuiDm,
.waves-module_theme-waves__1n8ID .waves-module_pricing-section__5n2kB .waves-module_plan__2TiGz .waves-module_features__1tipn .waves-module_column__1FHbK {
font-weight: 400;
opacity: 0.6;
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz .waves-module_cta-button__20BxY {
margin-top: var(--space-m);
width: 100%;
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz:first-of-type .waves-module_cta-button__20BxY {
content: 'test';
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz > div:nth-last-of-type(2) {
display: none;
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz .waves-module_price__1todn {
align-items: baseline;
color: #9e9e9e;
display: flex;
justify-content: center;
font-weight: 500;
font-size: 18px;
margin-bottom: 0;
}
.waves-module_theme-waves__1n8ID .waves-module_plan__2TiGz .waves-module_price__1todn .waves-module_dollas__ujRrQ {
color: var(--color-fg);
font-size: 28px;
font-weight: 600;
margin-right: var(--space-s);
}
.waves-module_theme-waves__1n8ID .waves-module_enterprise-section__20D09 .waves-module_content__1Ajv_ {
max-width: 600px;
text-align: center;
}
.styles-module_form__yUzwU {
max-width: 480px;
margin: 0 auto;
}
.styles-module_title__muMf6 {
text-align: center;
font-weight: 400;
font-size: 2.5em;
margin: 0 0 24px;
}
.styles-module_forgot__7hJYu {
float: right;
}
.styles-module_submit__1k3Id {
width: 100%;
padding: 0.4em 1em;
height: initial;
}
.ant-form-item {
margin-bottom: 16px;
}
.styles-module_form__QEYKq {
max-width: 480px;
margin: 0 auto;
}
.styles-module_title__2b9xU {
text-align: center;
font-weight: 400;
font-size: 2.5em;
margin: 0 0 24px;
}
.styles-module_submit__2hmyi {
width: 100%;
padding: 0.4em 1em;
height: initial;
}
.ant-form-item {
margin-bottom: 16px;
}
.styles-module_form__IMIw5 {
display: flex;
flex-direction: column;
align-items: stretch;
}
.styles-module_title__202A0 {
text-align: center;
font-weight: 400;
font-size: 2.5em;
margin: 0 0 1em;
}
.styles-module_submit__3cAJZ {
align-self: center;
padding: 0.8em 2em;
margin-top: 1em;
height: initial;
}
.styles-module_label__1mKjb {
color: #444;
font-weight: 300;
letter-spacing: 0.025em;
}
.styles-module_input__2PQy2,
.StripeElement {
display: block;
margin: 10px 0 20px 0;
padding: 10px 14px;
width: 100%;
font-size: 1em;
box-shadow: rgba(50, 50, 93, 0.14902) 0px 1px 3px, rgba(0, 0, 0, 0.0196078) 0px 1px 0px;
border: 0;
outline: 0;
border-radius: 4px;
background: white;
}
.styles-module_input__2PQy2::-webkit-input-placeholder {
color: #aab7c4;
}
.styles-module_input__2PQy2::-moz-placeholder {
color: #aab7c4;
}
.styles-module_input__2PQy2:-ms-input-placeholder {
color: #aab7c4;
}
.styles-module_input__2PQy2::-ms-input-placeholder {
color: #aab7c4;
}
.input::-webkit-input-placeholder {
color: #aab7c4;
}
.input::-moz-placeholder {
color: #aab7c4;
}
.input:-ms-input-placeholder {
color: #aab7c4;
}
.input::-ms-input-placeholder {
color: #aab7c4;
}
.styles-module_input__2PQy2::placeholder {
color: #aab7c4;
}
.styles-module_input__2PQy2:focus,
.StripeElement--focus {
box-shadow: rgba(50, 50, 93, 0.109804) 0px 4px 6px, rgba(0, 0, 0, 0.0784314) 0px 1px 3px;
transition: all 150ms ease;
}
.StripeElement.IdealBankElement,
.StripeElement.PaymentRequestButton {
padding: 0;
}
.styles-module_detail__1-Z3w {
margin-left: 0.5em;
cursor: pointer;
font-size: 1.2em;
}
.styles-module_cta-button__3AKzj {
height: initial;
padding: 12px 24px;
text-transform: uppercase;
font-size: 14px;
letter-spacing: 2px;
cursor: pointer;
border-width: 2px;
}
.styles-module_inline__1QeA5 {
padding: 6px 24px;
font-size: 12px;
}
.styles-module_logo__CDiMd {
height: 64px;
color: #fff;
font-size: 2em;
}
.styles-module_container__2vHAE {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10;
padding: 6px 12px;
}
.styles-module_content__1AUWq {
width: 100%;
max-width: 1080px;
margin: 0 auto;
display: flex;
flex-direction: row;
align-items: center;
}
.styles-module_content-body__1Omfb {
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
width: 100%;
}
.styles-module_attached__2xShN {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.styles-module_primary__1cin0 {
align-items: center;
display: flex;
}
.styles-module_logo__3yU03 {
align-self: center;
display: flex;
max-height: 1.3em;
margin-right: 24px;
transition: all 400ms ease;
}
.styles-module_logo-text__KGXVL {
font-size: 22px;
margin-right: 32px;
font-weight: bolder;
white-space: nowrap;
}
.styles-module_links__3DD6V {
display: flex;
flex-direction: row;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.styles-module_link__oAvSn {
align-items: center;
display: flex;
padding: 8px 16px;
font-size: 1.05em;
}
.styles-module_container__2vHAE {
padding: 16px 24px;
}
.styles-module_menuWrapper__2252q {
display: flex;
align-items: center;
}
.styles-module_menuWrapper__2252q > a {
padding: 8px 16px;
font-size: 1em;
margin-left: 2em;
}
.styles-module_links__3DD6V {
flex-direction: row;
flex-wrap: wrap;
}
.styles-module_link__oAvSn {
padding: 0;
margin-right: 32px;
}
.styles-module_link__oAvSn:hover {
transition: color 100ms ease;
}
.styles-module_actions__RSgiO {
display: flex;
margin-left: auto;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn {
margin-left: 8px;
margin-right: 8px;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn:first-of-type {
margin-left: 0;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn:last-of-type {
margin-right: 0;
}
.styles-module_burger__1fkY1 {
display: none;
}
@media only screen and (max-width: 767px) {
.styles-module_links__3DD6V {
display: block;
margin-top: 24px;
margin-bottom: 8px;
width: 100%;
}
.styles-module_link__oAvSn {
padding: 0;
margin-left: 0.2em;
margin-bottom: 8px;
font-size: 16px;
}
.styles-module_actions__RSgiO {
width: 100%;
margin-top: 0.5em;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn {
width: 100%;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn:first-of-type {
margin-left: 0px;
}
.styles-module_actions__RSgiO .styles-module_link__oAvSn button {
width: 100%;
}
.styles-module_container__2vHAE {
padding: 12px;
}
.styles-module_content__1AUWq {
align-items: flex-start;
flex-direction: column;
padding: 0;
}
.styles-module_content-body__1Omfb {
display: none;
}
.styles-module_expanded__39KUP .styles-module_content-body__1Omfb {
display: flex;
}
.styles-module_logo__3yU03,
.styles-module_logo-text__KGXVL,
.styles-module_burger__1fkY1 {
margin-bottom: 0px;
}
.styles-module_primary__1cin0 {
width: 100%;
}
.styles-module_primary__1cin0 .styles-module_link__oAvSn {
margin-bottom: 0;
}
.styles-module_burger__1fkY1 {
display: block;
margin-left: auto;
}
}
.styles-module_container__2VcGn {
padding: 50px 24px;
}
.styles-module_content__3N4wM {
width: 80%;
max-width: 1024px;
margin: 0 auto;
display: flex;
flex-direction: column;
}
.styles-module_content__3N4wM > div {
margin-bottom: 2em;
}
.styles-module_content__3N4wM > div:last-child {
margin-bottom: 0;
}
.styles-module_content__3N4wM ul {
padding: 0;
-webkit-padding-start: 0;
padding-inline-start: 0;
}
.styles-module_header__1as3z {
font-size: 1.3em;
margin-bottom: 1.5em;
}
.styles-module_listItem__GSzET {
list-style-type: none;
margin-bottom: 0.75em;
}
.styles-module_listItem__GSzET:last-child {
margin-bottom: 0;
}
.styles-module_link__37mj5 {
text-decoration: none;
cursor: pointer;
}
.styles-module_logo__3-Ksc {
max-height: 64px;
margin-bottom: 0.7em;
}
.styles-module_detail__2O5Bo {
margin-bottom: 1em;
display: flex;
flex-direction: row;
align-items: center;
}
.styles-module_detail__2O5Bo > i {
margin-right: 8px;
}
@media only screen and (min-width: 768px) {
.styles-module_content__3N4wM {
flex-direction: row;
}
.styles-module_content__3N4wM > div {
flex: 1;
margin-bottom: 0;
}
}
.styles-module_section__3it4s {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
flex: 1;
}
.styles-module_content__3VDXY {
width: 100%;
flex: 1;
display: flex;
flex-direction: column;
align-items: center;
}
.styles-module_stretch__3Qte5 {
align-items: stretch;
}
.styles-module_title__Z9skz {
text-align: center;
font-size: 3em;
margin-bottom: 0.5em;
}
.styles-module_subtitle__3U5mR {
margin: 0 auto 64px;
text-align: center;
font-size: 20px;
font-weight: 400;
line-height: 30px;
}
.styles-module_desc__2eFJn {
text-align: center;
margin-bottom: 3em;
max-width: 650px;
}
body header + section:first-of-type .styles-module_content__3VDXY {
padding: 140px 16px 3em;
}
@media only screen and (max-width: 767px) {
body header + section:first-of-type .styles-module_content__3VDXY {
padding-top: 124px;
}
.styles-module_content__3VDXY {
padding: 3em 0.5em;
}
}
.styles-module_dashboard__1hS0Q h1 {
margin-bottom: 0 ;
}
.styles-module_dashboard__1hS0Q > div {
padding-bottom: 0 ;
}
.styles-module_body__284OX {
display: flex;
flex-direction: column;
align-items: stretch;
max-width: 1080px;
width: 100%;
}
.styles-module_body__284OX .ant-table-body {
background: #fff;
}
.styles-module_body__2yNe4 {
display: flex;
flex-direction: column;
align-items: stretch;
max-width: 1080px;
width: 100%;
}
.styles-module_body__2yNe4 .ant-table-body {
background: #fff;
}
.styles-module_body__3rg-g {
display: flex;
flex-direction: column;
align-items: stretch;
max-width: 1080px;
width: 100%;
}
.styles-module_body__3rg-g .ant-table-body {
background: #fff;
}
.styles-module_addSourceButton__2-ZeC {
margin-top: 1em;
align-self: flex-end;
}
.styles-module_body__12yY2 {
display: flex;
flex-direction: column;
align-items: stretch;
max-width: 1080px;
width: 100%;
}
.styles-module_body__12yY2 .ant-table-body {
background: #fff;
}
.styles-module_illustration__187w3 {
min-width: 128px;
max-width: 640px;
}
.styles-module_code-block__paur2 {
padding: 24px ;
margin: 0 ;
}
.styles-module_live-service-demo__DoPMu {
position: relative;
width: 650px;
max-width: 100%;
box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 15px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
}
.styles-module_tabs__2CyNw {
background: #dbdbdb;
border-top-left-radius: 8px;
border-top-right-radius: 8px;
display: flex;
flex-direction: row;
color: #333;
font-size: 0.9em;
padding: 0 2em;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.styles-module_tab__aSrTy {
border-top-left-radius: 3px;
border-top-right-radius: 3px;
cursor: pointer;
padding: 0.3em 1em;
background: transparent;
}
.styles-module_tab__aSrTy:hover {
background: #ebebeb;
}
.styles-module_selected-tab__3dI5_ {
background: #fff;
}
.styles-module_selected-tab__3dI5_:hover {
background: #f5f2f0;
}
.styles-module_tab-content__2_tVx {
position: relative;
font-size: 0.85em;
}
.styles-module_tab-pane__OW_D4 {
display: none;
cursor: text;
}
.styles-module_selected-tab-pane__3GYJM {
display: block;
}
.styles-module_code__2Trt9 {
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
height: 396px;
overflow: hidden ;
}
.styles-module_icons__3p-_D {
position: absolute;
bottom: 1em;
right: 1em;
}
.styles-module_run__MILHS {
margin-right: 1em;
}
.styles-module_info__k8XYO {
margin-right: 1em;
cursor: pointer;
}
.styles-module_output__4AYR9 img {
margin: 0 24px;
max-width: 100%;
}
@media only screen and (max-width: 767px) {
.styles-module_code__2Trt9 {
height: 20em;
}
}
.styles-module_paper__XLfZX {
position: relative;
padding: 24px;
background: #fff;
border-radius: 4px;
box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.2), 0px 1px 1px 0px rgba(0,0,0,0.14), 0px 2px 1px -1px rgba(0,0,0,0.12);
color: rgba(0, 0, 0, 0.65);
}
.styles-module_plan__1ERxa {
text-align: center;
}
.styles-module_plan__1ERxa .styles-module_name__UBB4r {
font-weight: 700;
font-size: 2em;
letter-spacing: 4px;
color: rgba(0, 0, 0, 0.85) ;
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.styles-module_infinity__ut16b {
height: 1.5em;
}
.styles-module_secondaryCTAButton__26LZI {
color: #000 ;
}
.styles-module_secondaryCTAButton__26LZI:hover,
.styles-module_secondaryCTAButton__26LZI:active,
.styles-module_secondaryCTAButton__26LZI:focus
{
color: #fff ;
}
.styles-module_price__29T1Z {
margin: 0.5em 0 1.2em;
}
.styles-module_dollas__jyUex {
font-size: 2.2em;
font-weight: 700;
vertical-align: middle;
}
.styles-module_features__1mVh2 {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
grid-template-rows: 1fr;
grid-column-gap: 1em;
grid-row-gap: 1em;
text-align: left;
}
.styles-module_emphasis__NuYIW {
font-weight: 700;
}
.styles-module_markdown__1koJC {
font-size: 14px;
}
.styles-module_highlight__1G8rA {
line-height: 1.5;
}
.styles-module_markdown__1koJC img {
max-width: ~"calc(100% - 32px)";
}
.styles-module_markdown__1koJC p > img {
margin: 34px 0;
box-shadow: 0 8px 20px rgba(143, 168, 191, 0.35);
}
.styles-module_markdown__1koJC h1 {
color: #0d1a26;
font-weight: 500;
margin-bottom: 20px;
margin-top: 8px;
font-size: 30px;
}
.styles-module_markdown__1koJC h1 .styles-module_subtitle__1b5D3 {
margin-left: 12px;
}
.styles-module_markdown__1koJC h2 {
font-size: 24px;
}
.styles-module_markdown__1koJC h2,
.styles-module_markdown__1koJC h3,
.styles-module_markdown__1koJC h4,
.styles-module_markdown__1koJC h5,
.styles-module_markdown__1koJC h6 {
color: #0d1a26;
margin: 1.6em 0 0.6em;
font-weight: 500;
clear: both;
}
.styles-module_markdown__1koJC h3 { font-size: 18px; }
.styles-module_markdown__1koJC h4 { font-size: 16px; }
.styles-module_markdown__1koJC h5 { font-size: 14px; }
.styles-module_markdown__1koJC h6 { font-size: 12px; }
.styles-module_markdown__1koJC hr {
height: 1px;
border: 0;
background: #ebedf0;
margin: 72px 0;
clear: both;
}
.styles-module_markdown__1koJC p,
.styles-module_markdown__1koJC pre {
margin: 1em 0;
}
.styles-module_markdown__1koJC ul {
padding-left: 1.5em;
}
.styles-module_markdown__1koJC ul > li {
list-style-type: circle;
margin-left: 20px;
padding-left: 4px;
&:empty {
display: none;
}
}
.styles-module_markdown__1koJC ol > li {
list-style-type: decimal;
margin-left: 20px;
padding-left: 4px;
}
.styles-module_markdown__1koJC ul > li > p,
.styles-module_markdown__1koJC ol > li > p {
margin: 0.2em 0;
}
.styles-module_markdown__1koJC code {
margin: 0 1px;
background: #f2f4f5;
padding: .2em .4em;
border-radius: 3px;
font-size: .9em;
border: 1px solid #eee;
}
.styles-module_markdown__1koJC pre {
border-radius: 2px;
background: #f2f4f5;
font-family: "Lucida Console", Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
}
.styles-module_markdown__1koJC pre code {
border: none;
background: #f2f4f5;
margin: 0;
padding: 0;
font-size: 95%;
color: #314659;
overflow: auto;
}
.styles-module_markdown__1koJC strong,
.styles-module_markdown__1koJC b {
font-weight: 500;
}
.styles-module_markdown__1koJC > table {
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
border: 1px solid #ebedf0;
width: 100%;
margin: 8px 0 16px;
}
.styles-module_markdown__1koJC > table th {
white-space: nowrap;
color: #5c6b77;
font-weight: 500;
background: rgba(0, 0, 0, 0.02);
}
.styles-module_markdown__1koJC > table th,
.styles-module_markdown__1koJC > table td {
border: 1px solid #ebedf0;
padding: 8px 12px;
text-align: left;
}
.styles-module_markdown__1koJC blockquote {
color: #697b8c;
border-left: 4px solid #ebedf0;
padding-left: 0.8em;
margin: 1em 0;
}
.styles-module_markdown__1koJC blockquote p {
margin: 0;
}
.styles-module_markdown__1koJC .styles-module_anchor__oolNz {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.styles-module_markdown__1koJC .styles-module_waiting__2dKV3 {
color: #ccc;
cursor: not-allowed;
}
.styles-module_markdown__1koJC a.styles-module_edit-button__3H0Xr {
display: inline-block;
margin-left: 10px;
height: 12px;
text-decoration: none;
font-weight: 400;
}
.styles-module_markdown__1koJC a.styles-module_edit-button__3H0Xr i:hover {
color: #1890ff;
}
.styles-module_markdown__1koJC a.styles-module_edit-button__3H0Xr .styles-module_anticon__crNX1 {
display: block;
font-size: 16px;
}
.styles-module_markdown__1koJC h1:hover .styles-module_anchor__oolNz,
.styles-module_markdown__1koJC h2:hover .styles-module_anchor__oolNz,
.styles-module_markdown__1koJC h3:hover .styles-module_anchor__oolNz,
.styles-module_markdown__1koJC h4:hover .styles-module_anchor__oolNz,
.styles-module_markdown__1koJC h5:hover .styles-module_anchor__oolNz,
.styles-module_markdown__1koJC h6:hover .styles-module_anchor__oolNz {
opacity: 1;
display: inline-block;
}
.styles-module_markdown__1koJC > br,
.styles-module_markdown__1koJC > p > br {
clear: both;
}
.styles-module_markdown__1koJC table {
font-size: 14px;
}
.styles-module_markdown__1koJC table td:first-child {
font-weight: 500;
width: 20%;
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}
.styles-module_markdown__1koJC table td:nth-child(3) {
width: 22%;
font-size: 12px;
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}
.styles-module_markdown__1koJC table td:last-child {
width: 13%;
font-size: 12px;
font-family: "Lucida Console", Consolas, Menlo, Courier, monospace;
}
.styles-module_loading__2lJ-K {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
min-height: 100vh;
background: #23303a;
}
.styles-module_loading__2lJ-K .styles-module_title__3WAEn {
font-size: 1.4em;
margin-bottom: 1.5em;
color: #fff ;
}
.styles-module_loading__2lJ-K .styles-module_loading-icon__2Sw0s {
color: #fff;
font-size: 4em;
}