Sha256: ea4bf87d995e07faa6d4dd010f346ac264c42247ba379d5c0bfa50615addd2a1

Contents?: true

Size: 1.13 KB

Versions: 5

Compression:

Stored size: 1.13 KB

Contents

/*
 *= require_tree .
 *= require_self
 */

@import 'bootstrap'
@import "tramway/application"
@import "tramway/landing/collage"
@import "tramway/landing/justified"

#intro 
  height: 100%

header
  height: 100vh

main.mt-5
  margin-top: 0px !important

#intro 
  background-repeat: no-repeat
  background-position: center center
  background-attachment: fixed
  -webkit-background-size: cover
  -moz-background-size: cover
  -o-background-size: cover
  background-size: cover

.container
  padding-top: 2rem

.container-fluid
  padding-right: 0 !important
  padding-left: 0 !important

.row
  &.page
    margin-top: 100px
  p
    margin-top: 15px
  &.description
    margin-top: 20px

.row
  margin-right: 0

footer
  .row
    margin-right: 0

.alert.flash
  z-index: 999
  position: fixed
  float: right
  top: 3vh
  right: 3vh

@media screen and (max-width: 800px)
  .row
    width: 100%
    &.page
      h2
        margin-top: 15px

  h2.display-3.mb-2
    font-size: 3rem

  .alert
    top: 1vh
    right: 1vh
    left: 1vh
    
.dropdown-item:hover
  background: #696969 !important

.scrollable
  height: auto
  max-height: 30em
  overflow-x: hidden

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
tramway-landing-3.3.0.11 app/assets/stylesheets/tramway/landing/application.sass
tramway-landing-3.3.0.10 app/assets/stylesheets/tramway/landing/application.sass
tramway-landing-3.3.0.9 app/assets/stylesheets/tramway/landing/application.sass
tramway-landing-3.3.0.8 app/assets/stylesheets/tramway/landing/application.sass
tramway-landing-3.3.0.7 app/assets/stylesheets/tramway/landing/application.sass