Logo white

BJ_web_developers / lzsandtable

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • lzsandtable
  • src
  • style
  • mixin.scss
  • add color
    db9d0707
    Andy authored
    2019-03-15 20:44:37 +0800  
    Browse Code ยป
mixin.scss 187 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
@mixin fontStyle($size){
  font-size: $size;
  font-weight:bold;
  //-webkit-background-clip: text;
  //-webkit-text-fill-color: transparent;
}

$fontBlue: #50a9f9;
$fontOrange: #f0c05c;