diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2017-03-25 13:13:57 +0100 |
| commit | d25ff2bddd44b9dac1ceb248424109d1782dd211 (patch) | |
| tree | 34fcfd824a1a72e7b4d431b688adcea532b62180 /minionlivesmatter/templates/assets/tether/docs/welcome/sass | |
| parent | a2cbdd1b88ac723e5e441c0a3c22636f0a8c4dfd (diff) | |
| download | meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.tar.gz meta-d25ff2bddd44b9dac1ceb248424109d1782dd211.zip | |
add minionlivesmatter as submodule
Diffstat (limited to 'minionlivesmatter/templates/assets/tether/docs/welcome/sass')
3 files changed, 0 insertions, 384 deletions
diff --git a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/_inline-block.sass b/minionlivesmatter/templates/assets/tether/docs/welcome/sass/_inline-block.sass deleted file mode 100644 index 544a085..0000000 --- a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/_inline-block.sass +++ /dev/null @@ -1,6 +0,0 @@ -@mixin inline-block - display: inline-block - vertical-align: middle - *vertical-align: auto - *zoom: 1 - *display: inline diff --git a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/browser-demo.sass b/minionlivesmatter/templates/assets/tether/docs/welcome/sass/browser-demo.sass deleted file mode 100644 index 2073798..0000000 --- a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/browser-demo.sass +++ /dev/null @@ -1,93 +0,0 @@ -@import inline-block - -html, body - height: 100% - overflow: hidden - font-family: "proxima-nova", sans-serif - -.tether.tether-theme-arrows-dark .tether-content - filter: none - background: #000 - - ul - color: #fff - list-style: none - padding: 0 - margin: 0 - -.tether.tether-theme-arrows-dark.tether-element-attached-top.tether-element-attached-left.tether-target-attached-right .tether-content:before - border-right-color: #000 - -.browser-demo - position: absolute - top: 0 - left: 0 - bottom: 0 - right: 0 - - *, *:after, *:before - box-sizing: border-box - - .top - position: absolute - height: 60px - padding: 20px - line-height: 40px - width: 100% - border-bottom: 1px solid rgba(0, 0, 0, .1) - - .bottom - position: absolute - top: 60px - bottom: 0 - width: 100% - - .left - border-right: 1px solid rgba(0, 0, 0, .1) - position: absolute - width: 30% - height: 100% - overflow: auto - - .item - height: 64px - border-bottom: 1px solid rgba(0, 0, 0, .1) - cursor: pointer - - &:hover, &.tether-open - background: rgba(0, 0, 0, .1) - border-bottom: 1px solid rgba(0, 0, 0, 0) - - &:last-child - border-bottom: 0 - - .right - position: absolute - width: 70% - right: 0 - height: 100% - padding: 20px - - .title - +inline-block - background: rgba(0, 0, 0, .1) - width: 150px - height: 15px - margin-bottom: 20px - - .word - +inline-block - background: rgba(0, 0, 0, .1) - width: 50px - height: 8px - margin-right: 5px - margin-bottom: 5px - - &:nth-last-child(4n+1) - width: 73px - - &:nth-last-child(10n+1) - width: 14px - - &:nth-last-child(9n+1) - width: 80px diff --git a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/welcome.sass b/minionlivesmatter/templates/assets/tether/docs/welcome/sass/welcome.sass deleted file mode 100644 index 9299212..0000000 --- a/minionlivesmatter/templates/assets/tether/docs/welcome/sass/welcome.sass +++ /dev/null @@ -1,285 +0,0 @@ -@import inline-block - -html, body - height: 100% - -body - margin: 0 - font-family: "proxima-nova", "Helvetica Neue", sans-serif - -.button - display: inline-block - border: 2px solid #333 - color: #333 - padding: 1em 1.25em - font-weight: 500 - text-transform: uppercase - letter-spacing: 3px - text-decoration: none - cursor: pointer - width: 140px - font-size: .8em - line-height: 1.3em - text-align: center - -.tether-element.tether-theme-arrows-dark .tether-content - padding: 1em - font-size: 1.1em - - .button - border-color: #fff - color: #fff - width: 170px - pointer-events: all - -.mobile-copy - display: none - - @media (max-width: 568px) - display: block - -.button.dark - background: #333 - color: #fff - -.hero-wrap - height: 100% - overflow: hidden - -table.showcase - height: 100% - width: 100% - position: relative - - &:after - content: "" - display: block - position: absolute - left: 0 - right: 0 - bottom: 20px - margin: auto - height: 0 - width: 0 - border-width: 18px - border-style: solid - border-color: transparent - border-top-color: rgba(0, 0, 0, 0.2) - - &.no-next-arrow:after - display: none - - .showcase-inner - margin: 40px auto 60px - padding: 10px - - h1 - font-size: 50px - text-align: center - font-weight: 300 - - @media (max-width: 567px) - font-size: 40px - - h2 - font-size: 24px - text-align: center - font-weight: 300 - margin: 1em 0 1em - - @media (max-width: 567px) - font-size: 14px - - p - text-align: center - - &.hero - text-align: center - - .tether-target-demo - +inline-block - border: 2px dotted #000 - margin: 5rem auto - padding: 5rem - - @media (max-width: 567px) - padding: 1rem - - &.share - background: #f3f3f3 - - &.projects-showcase .showcase-inner - - .projects-list - width: 80% - max-width: 1200px - margin: 0 auto - - .project - color: inherit - text-decoration: none - position: relative - width: 50% - float: left - text-align: center - margin-bottom: 2rem - - &:nth-child(odd) - clear: left - - .os-icon - width: 8rem - height: 8rem - margin-bottom: 1rem - background-size: 100% - - h1 - font-size: 2.5rem - - p - font-size: 1.3rem - - &.browser-demo - background-image: linear-gradient(top left, #723362 0%, #9d223c 100%) - background-color: #9d223c - position: absolute - top: 100% - - &.fixed - position: fixed - top: 0 - bottom: 0 - left: 0 - right: 0 - z-index: 1 - - .browser-demo-inner - transition: width 2s ease-in-out, height 2s ease-in-out - - // Sections - - &[data-section="what"] - box-shadow: 0 0 0 0 - - &[data-section="why"] - - .browser-demo-inner - width: 70% - - &[data-section="outro"] - - .showcase-inner - pointer-events: all - - .showcase-inner - pointer-events: none - position: absolute - left: 10% - right: 40% - top: 220px - bottom: 120px - margin: 0 - padding: 0 - - @media (max-width: 567px) - bottom: 90px - top: 180px - - .browser-demo-inner - height: 100% - width: 100% - - .section-copy - transition: opacity .5s ease-in-out, top .5s ease-in-out - opacity: 0 - position: absolute - top: 0 - position: absolute - height: 200px - color: #fff - text-align: center - width: 100% - - &.active - opacity: 1 - top: -150px - - @media (max-width: 567px) - top: -130px - - h2 - font-size: 40px - font-weight: bold - line-height: 1 - margin: 25px 0 15px - - @media (max-width: 567px) - font-size: 30px - - .browser-window - border-radius: 4px - background: #fff - position: relative - height: 100% - width: 100% - max-width: 1200px - margin: 0 auto - - .browser-titlebar - position: absolute - top: 0 - left: 0 - right: 0 - border-bottom: 1px solid #eee - height: 55px - - .browser-dots - padding: 16px - - b - +inline-block - border-radius: 50% - width: 10px - height: 10px - margin-right: 7px - background: rgba(0, 0, 0, .1) - - .browser-frame - position: absolute - top: 55px - left: 0 - right: 0 - bottom: 0 - - iframe - border-radius: 0 0 4px 4px - border: 0 - width: 100% - height: 100% - - &.browser-demo-section - - .section-scroll-copy - position: relative - z-index: 10 - color: #fff - width: 100% - font-size: 22px - - .section-scroll-copy-inner - position: absolute - z-index: 10 - color: #fff - right: 10% - width: 23% - - a - color: inherit - - .example-paragraph - border-radius: 4px - background: #000 - padding: 1rem - -.browser-content - display: none |
