Newer
Older
smartwell_app_front / src / assets / css / base.styl
StephanieGitHub on 6 Aug 2019 452 bytes first commit
@import "variable.styl"

body, html
  line-height: 1
  font-family: 'PingFang SC', 'STHeitiSC-Light', 'Helvetica-Light', arial, sans-serif, 'Droid Sans Fallback'
  user-select: none
  -webkit-tap-highlight-color: transparent
  background: $color-background
  color: $color-text
  
  #__vconsole .vc-switch {
    width 15px
    height 15px
    padding 8px
    border-radius 100%
    bottom 50%
    right 5px
    background-color $color-background-w
  }