@import "../css/colors"
@import "../css/vars"

:local(.container)
  display: flex;
  align-items: center;
  height : 50px
  background : none
  color : $textGray
  //-webkit-box-shadow : inset 0 0 0 1px $lightGray
  border-bottom: solid 1px $borderGray
  background : $white
  padding : 10px

:local(.icon)
  display: inline-block;
  padding : 11px
  margin: 6px
  -webkit-box-shadow : inset 0 0 0 1px $borderGray
  font-size :22px

:local(.children)
  margin-left: 5px
  font-family : $sansserif
  font-size : 15px
  text-align : left
  color : $textGray
