Newer
Older
taehui / taehui-lib / src / globals.scss
@taehui taehui on 21 Sep 567 bytes v1.0.0
@font-face {
  font-family: 'HancomSans-Light';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2406-1@1.0/HancomSans-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}

* {
  font-family: "HancomSans-Light", 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;
  }

  &.cc {
    overflow: hidden;
  }
}

.route {
  cursor: pointer;
}