.slack-channel__message
  position: absolute
  top: 20%
  width: 100%
  text-align: center
  font-size 2rem
  line-height 2.5rem
  z-index 5000

.slack-channel__message--value
  color white
  margin: 0 1.6vmin

.slack-channel__message--image
  top auto
  height 100%
  width 100%

  .slack-channel__message--value
    height 100%
    width 100%

.slack-channel__message--empty
  .slack-channel__message--value
    color lighten($widget-bg-color, 20);
    text-shadow 0 -2px 0 $label-bg-color;

.slack-channel__footer
  position absolute
  bottom 0
  width 100%
  height 48px

.slack-channel__footer--image
  background-color alpha($widget-bg-color, 0.6)

.slack-channel__footer--avatar
  float left

.slack-channel__footer--meta
  float left
  margin 0
  box-sizing border-box

.slack-channel__footer--author
  float none
  margin-left 1.6vmin
  font-size 2vmin

.slack-channel__footer--date
  float none
  margin-left 1.6vmin
  font-size 1.6vmin
  position relative
  bottom 1vmin

.slack__pulse
  height 100%
  width 100%

.slack__pulse--header
  z-index 3000

.slack__pulse--body
  top 0
  overflow hidden
  height 100%
  width 100%


.slack-channel__impulse
  z-index 0
  position absolute
  top 0
  left 0

.slack__impulse--body
  top 0
  overflow hidden
  height 100%
  width 100%
