UNPKG

@deboxsoft/react-native-elements

Version:
205 lines (161 loc) 3.02 kB
/* your custom css */ :root { --primary: #5388d0; } body, .mainContainer { background-color: #fff; } .nav-footer .sitemap .nav-home { width: 140px; } .nav-footer .sitemap .nav-home img { max-width: 100%; height: auto; } .nav-footer .sitemap a { margin: 2px 0; padding-left: 0; } footer.nav-footer { background: #212121; } .copyright-logo-container { text-align: center; margin-bottom: 1em; } .copyright-logo-container a { opacity: 0.4; transition: opacity 300ms ease; } .copyright-logo-container a:hover { opacity: 1; } .navPusher { display: flex; flex-direction: column; justify-content: space-between; min-height: 100vh; height: auto; } .navPusher > div { width: 100%; } #home-example { background: #fff; } .open-collective { padding-top: 20px; background: #f9f9f9; } .open-collective .subtitle { padding-top: 0; font-size: 18px; } .open-collective img { border-radius: 100%; } .backers-section { margin: 30px auto 60px; max-width: 600px; } .backers-section:last-child { margin-bottom: 30px; } .showcase { background: #fff; padding-top: 20px; } .mainContainer .wrapper blockquote p:first-child { padding-top: 0; } hr { margin-top: 30px; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.12); } .post table { width: 80%; display: table; } .post table tr:nth-of-type(2n + 1) { background: #eff7fd; } .post tr th:nth-of-type(1) { width: 60%; } .lightBackground { background-color: #f9f9f9; } .wrapper { max-width: 1200px !important; margin: 0 auto; } .fixedHeaderContainer header a[href='/react-native-elements/'] { max-width: 38px; overflow: hidden; } .fixedHeaderContainer header h3 { color: hsl(50, 100%, 70%); } .fixedHeaderContainer header .logo { min-width: 174px; } @media only screen and (min-device-width: 360px) and (max-device-width: 736px) { } @media only screen and (max-width: 735px) { .reactNavSearchWrapper input#search_input_react:focus, .reactNavSearchWrapper input#search_input_react:active { background: #7598c9; color: #fff; } } @media only screen and (min-width: 736px) { .fixedHeaderContainer header a[href='/react-native-elements/'] { max-width: unset; } } @media only screen and (min-width: 1024px) { } @media only screen and (max-width: 1140px) { .docMainWrapper.wrapper { max-width: calc(100% - 40px); } } @media only screen and (min-width: 1400px) { } @media only screen and (min-width: 1500px) { } .container .wrapper .post h3 { margin-bottom: 0; margin-top: 24px; } h3 ~ ul, h3 ~ pre, h3 ~ blockquote { margin-top: 1rem; } .mainContainer .wrapper ul li { line-height: 1.7; max-width: 50rem; } .projectTitle { margin-top: 2rem; } .home .mainContainer { padding-bottom: 0; } a.hash-link ~ code { display: inline-block; margin-bottom: 0.5rem; } @media only screen and (min-width: 1024px) { .docsNavContainer { min-width: 240px; flex: unset; margin-bottom: 2rem; } } a code { font-size: 100%; }