123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144 |
- .tx-container {
- background:
- linear-gradient(to bottom, var(--md-primary-fg-color), #2196f3 100%, var(--md-default-bg-color) 100%)
- }
- [data-md-color-scheme=slate] .tx-container {
- background:
- linear-gradient(to bottom, var(--md-primary-fg-color), #2196f3 100%, var(--md-default-bg-color) 100%)
- }
- .tx-landing {
- margin: 0 .8rem;
- color: var(--md-primary-bg-color)
- }
- .tx-landing h1 {
- margin-bottom: 1rem;
- color: currentColor;
- font-weight: 700
- }
- @media screen and (max-width: 30em) {
- .tx-landing h1 {
- font-size: 1.4rem
- }
- }
- .tx-landing__content p a {
- color: inherit;
- text-decoration: underline;
- }
- .tx-landing__testimonials {
- width: 100%;
- text-align: center;
- }
- .tx-landing__content p a:hover {
- color: darkblue;
- text-decoration: underline;
- }
- .tx-landing__logos {
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-content: center;
- }
- .tx-landing__logos img {
- height: 8vh;
- max-height: 81px; /* max height of images */
- width: auto;
- margin: 2vh;
- vertical-align: middle;
- }
- .tx-landing__quotes {
- padding-bottom: 5em;
- text-align: center;
- }
- @media screen and (min-width: 60em) {
- .tx-landing__quotes {
- margin: 1em 5em;
- }
- }
- .tx-landing__quotes figure {
- margin: 2em auto 2em auto;
- }
- .tx-landing__quote {
- display: flex;
- border-radius: 1em;
- padding: 1em 1em 0 1em;
- background: var(--md-primary-fg-color);
- }
- .tx-landing__quote blockquote {
- border: 0;
- color: #fff;
- }
- .tx-landing__quote a img {
- height: 6vh;
- max-height: 81px; /* max height of images */
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- @media screen and (min-width: 60em) {
- .tx-container {
- padding-bottom: 14vw
- }
- .tx-landing {
- display: flex;
- align-items: stretch
- }
- .tx-landing__content {
- max-width: 24rem;
- margin-top: 3.5rem;
- }
- .tx-landing__image {
- order: 1;
- width: 38rem;
- transform: translateX(4rem)
- }
- }
- @media screen and (min-width: 77em) {
- .tx-landing__image {
- transform: translateX(8rem)
- }
- }
- .tx-landing .md-button {
- margin-top: .5rem;
- margin-right: .5rem;
- color: var(--md-primary-bg-color)
- }
- .tx-landing .md-button:hover, .tx-landing .md-button:focus {
- color: var(--md-default-bg-color);
- background-color: #8bc34a;
- border-color: #8bc34a
- }
- .md-typeset lottie-player {
- max-width: 100%;
- height: auto;
- }
- .md-announce a {
- color: var(--md-primary-bg-color);
- }
- .md-banner a {
- color: var(--md-primary-bg-color);
- }
|