• This project
    • Loading...
  • Sign in

Hooke / my-record

Itomix
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • my-record
  • src
  • assets
  • styles
  • base.less
  • hookehuyr's avatar
    整理多余文件 · 035f2190
    035f2190
    hookehuyr authored 2024-02-01 10:25:24 +0800
base.less 280 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
@namespace: 'tswj';

/* ============ 颜色 ============ */

// 主色调
@base-color: #11D2B1;
// 文字颜色
@base-font-color: #FFFFFF;

// 定义一个映射
#colors() {
  base-color: @base-color;
  base-font-color: @base-font-color;
}

// 混合
.width100 {
  width: 100%;
}