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

:local(.label)
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family : $sansserif
  font-size : 21px
  //font-style : italic
  //font-weight : 700
  color : $textGray
  line-height : 25px
  padding: 0px 40px 20px 20px
  height : 39px
  position : relative
  margin: 0 -20px 20px
  border-bottom: solid 1px $borderGray
  flex-grow: 1;

  .ellipsis
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

:local(.label.h2)
  font-size : 16px

:local(.subTitle)
  font-family : $sansserif
  font-size : 15px
  // font-style : italic
  // font-weight: 700
  color : $textGray
  line-height : 15px
