123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- ---
- ---
- @import ../../bower_components/bootstrap-sass-official/assets/stylesheets/bootstrap/variables
- @import variables
- @import extends
- @import mixins
- @import select2-result-repository
- a
- &:hover,
- &:focus
- text-decoration: none
- .demo
- padding: 80px 30px 0
- .footer
- padding-top: 200px
- padding-bottom: 80px
- @extend %background-image
- .home
- padding-bottom: 30px
- @extend %background-image
- background-position: 50% 50%
- body
- background-color: transparent
- .container
- max-width: 700px
- .jumbotron
- background-color: transparent
- text-align: center
- font-weight: normal
- &-title
- margin-top: 40px
- font-size: 28px
- h2
- text-align: center
- font-size: 16px
- hr
- border-color: #eee
- width: 100px
- .lead
- font-size: 16px
- a
- +link
- .form-group
- background: none
- .select2-wrapper
- width: 300px
- text-align: left
- margin: 0 auto $padding-large-horizontal
- transition: all .1s ease-in-out
- .btn
- &-outline
- border-color: $component-active-bg
- font-size: inherit
- padding: 18px 24px
- transition: all .1s ease-in-out
- &:hover,
- &:active
- color: $component-active-color
- background-color: $component-active-bg
- &-lg
- padding: 10px 16px
- font-size: 18px
- line-height: 1.33
- border-radius: 6px
- margin-top: 15px
- margin-bottom: 15px
- margin-left: 0
- .footer-links
- margin-top: $padding-large-horizontal
- margin-bottom: 0
- padding-bottom: $padding-large-horizontal
- padding-left: 0
- list-style: none
- font-size: 14px
- li
- display: inline
- margin-left: 2px
- margin-right: 2px
- .footer
- text-align: center
- color: #ccc
- a
- +link
- @media (min-width: $screen-sm)
- .jumbotron
- padding-top: 60px
- padding-bottom: 60px
- font-size: $lead-font-size
- h1
- font-size: 32px
- .lead
- font-size: $lead-font-size
- .btn-lg
- margin: 20px 0
- padding: 18px 24px
- font-size: $lead-font-size
|