Sha256: 0fe00b058392e4f1bd15c50d6ced291a22354cca8b945b5de3f18c9a0cf6618d

Contents?: true

Size: 1.12 KB

Versions: 1

Compression:

Stored size: 1.12 KB

Contents

@import "https://fonts.googleapis.com/css?family=Lato:300&subset=latin-ext"

#chat .chat__header
  font-family: 'Lato' !important
  letter-spacing: 1.5px !important
  height: 48px
  background-color: #fff
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2)
  display: flex
  flex-direction: row
  align-items: center
  h6
    font-family: 'Lato' !important
    letter-spacing: 1.5px !important
    margin: 0
    font-weight: 300
    font-size: 19px
  i
    margin: 0 10px 0 10px
    color: #BDBDBD
    transition: all .3s ease
    cursor: pointer
    &:hover
      color: #212121

#chat .chat__badge
  position: relative
#chat .chat__badge[data-badge]:after, .chat__launch.chat__badge[data-badge]:after
  content: attr(data-badge)
  display: flex
  flex-direction: row
  flex-wrap: wrap
  justify-content: center
  align-content: center
  align-items: center
  position: absolute
  top: -7px
  right: -10px
  font-size: 12px
  width: 22px
  height: 22px
  border-radius: 50%
  background: #ff4081
  color: #fff
  font-family: 'Lato' !important
.chat__launch.chat__badge[data-badge]:after
  position: fixed
  bottom: 51px
  right: 14px
  top: initial

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
chat-0.2.0 app/assets/stylesheets/chat/header.sass