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.188 app/assets/stylesheets/modules/_modal.sass
smock-0.1.187 app/assets/stylesheets/modules/_modal.sass
smock-0.1.186 app/assets/stylesheets/modules/_modal.sass
smock-0.1.185 app/assets/stylesheets/modules/_modal.sass
smock-0.1.184 app/assets/stylesheets/modules/_modal.sass
smock-0.1.182 app/assets/stylesheets/modules/_modal.sass
smock-0.1.181 app/assets/stylesheets/modules/_modal.sass
smock-0.1.180 app/assets/stylesheets/modules/_modal.sass
smock-0.1.179 app/assets/stylesheets/modules/_modal.sass
smock-0.1.178 app/assets/stylesheets/modules/_modal.sass
smock-0.1.177 app/assets/stylesheets/modules/_modal.sass
smock-0.1.176 app/assets/stylesheets/modules/_modal.sass
smock-0.1.175 app/assets/stylesheets/modules/_modal.sass
smock-0.1.170 app/assets/stylesheets/modules/_modal.sass
smock-0.1.169 app/assets/stylesheets/modules/_modal.sass
smock-0.1.168 app/assets/stylesheets/modules/_modal.sass
smock-0.1.167 app/assets/stylesheets/modules/_modal.sass
smock-0.1.166 app/assets/stylesheets/modules/_modal.sass
smock-0.1.165 app/assets/stylesheets/modules/_modal.sass
smock-0.1.164 app/assets/stylesheets/modules/_modal.sass