Sha256: 2593bb27cce127e811f253144e9b30ce085b49d328cd1e50d33b6ee637751c56

Contents?: true

Size: 1000 Bytes

Versions: 21

Compression:

Stored size: 1000 Bytes

Contents

.modal__container
  top: 0
  left: 0
  position: fixed
  width: 100%
  height: 100%

.modal__backdrop
  background: $black
  position: fixed
  top: 0
  right: 0
  bottom: 0
  left: 0
  width: 100%
  height: 100%
  opacity: 0.8

.modal
  position: fixed
  z-index: 100
  opacity: 100
  top: 50%
  left: 50%
  +transform(translate(-50%, -50%))

.modal__middle
  background: $white
  +space(padding-left, 1)
  +space(padding-right, 1)
  border-radius: 0 0 5px 5px
  +space(padding-top)

.modal__header
  background: transparent
  margin: 0
  text-align: center
  color: inherit
  font-size: 2em
  line-height: 2.142857143em
  background: $green
  border-radius: 10px 10px 0 0
  h3
    +space(padding, 0.5)
    color: $white
    margin: 0

.login-providers
  text-align: center

.login-providers__or
  +space(margin-top)
  display: block
  &::before, &::after
    content: ""
    +border
    width: 35%
    height: 1px
    display: inline-block
    +space(margin-left, 0.5)
    +space(margin-right, 0.5)

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
smock-0.1.268 app/assets/stylesheets/modules/_modal.sass
smock-0.1.267 app/assets/stylesheets/modules/_modal.sass
smock-0.1.266 app/assets/stylesheets/modules/_modal.sass
smock-0.1.265 app/assets/stylesheets/modules/_modal.sass
smock-0.1.264 app/assets/stylesheets/modules/_modal.sass
smock-0.1.263 app/assets/stylesheets/modules/_modal.sass
smock-0.1.262 app/assets/stylesheets/modules/_modal.sass
smock-0.1.261 app/assets/stylesheets/modules/_modal.sass
smock-0.1.260 app/assets/stylesheets/modules/_modal.sass
smock-0.1.259 app/assets/stylesheets/modules/_modal.sass
smock-0.1.258 app/assets/stylesheets/modules/_modal.sass
smock-0.1.256 app/assets/stylesheets/modules/_modal.sass
smock-0.1.255 app/assets/stylesheets/modules/_modal.sass
smock-0.1.254 app/assets/stylesheets/modules/_modal.sass
smock-0.1.253 app/assets/stylesheets/modules/_modal.sass
smock-0.1.252 app/assets/stylesheets/modules/_modal.sass
smock-0.1.251 app/assets/stylesheets/modules/_modal.sass
smock-0.1.250 app/assets/stylesheets/modules/_modal.sass
smock-0.1.249 app/assets/stylesheets/modules/_modal.sass
smock-0.1.247 app/assets/stylesheets/modules/_modal.sass