Newer
Older
taehui / taehui-lib / src / globals.scss
@Taehui Taehui on 31 May 326 bytes v1.0.0
* {
  font-family: "Century Gothic", sans-serif;
  font-size: small;
  line-break: anywhere;
}

a {
  color: inherit;
  text-decoration: none;
}

div {
  &.cc {
    overflow: hidden;
  }
}

span {
  &.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.route {
  cursor: pointer;
}