@import "flive-vars";

.container {
  display: inline-block;
  white-space: nowrap;
  -webkit-font-smoothing: antialiased;
  height: 2.3em;
  text-align: left;
}

.logo {
  background: url("./sigfox-logo.svg") no-repeat;
  display: inline-block;
  width: 1.9em;
  height: 1.6em;
}

.name {
  font-family: $title-font-family;
  display: inline-block;
  line-height: 1em;
  font-size: 1em;
  margin: 0.25em 0.2em 0;
  font-weight: 100;
  span {
    display: block;
    font-weight: 500;
    color: $flive-night-blue;
  }
}
