Sha256: b2c6283e418dd0b11ce21228ee1b9250aaa96bf8fbc8096052f8e4a4457b5a09

Contents?: true

Size: 998 Bytes

Versions: 119

Compression:

Stored size: 998 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

119 entries across 119 versions & 1 rubygems

Version Path
smock-0.1.245 app/assets/stylesheets/modules/_modal.sass
smock-0.1.244 app/assets/stylesheets/modules/_modal.sass
smock-0.1.243 app/assets/stylesheets/modules/_modal.sass
smock-0.1.242 app/assets/stylesheets/modules/_modal.sass
smock-0.1.241 app/assets/stylesheets/modules/_modal.sass
smock-0.1.240 app/assets/stylesheets/modules/_modal.sass
smock-0.1.239 app/assets/stylesheets/modules/_modal.sass
smock-0.1.2 app/assets/stylesheets/modules/_modal.sass
smock-0.1.1 app/assets/stylesheets/modules/_modal.sass
smock-0.1.238 app/assets/stylesheets/modules/_modal.sass
smock-0.1.237 app/assets/stylesheets/modules/_modal.sass
smock-0.1.236 app/assets/stylesheets/modules/_modal.sass
smock-0.1.235 app/assets/stylesheets/modules/_modal.sass
smock-0.1.234 app/assets/stylesheets/modules/_modal.sass
smock-0.1.233 app/assets/stylesheets/modules/_modal.sass
smock-0.1.232 app/assets/stylesheets/modules/_modal.sass
smock-0.1.231 app/assets/stylesheets/modules/_modal.sass
smock-0.1.230 app/assets/stylesheets/modules/_modal.sass
smock-0.1.229 app/assets/stylesheets/modules/_modal.sass
smock-0.1.228 app/assets/stylesheets/modules/_modal.sass