Logo

GitLab

Sign in

黄尔冬 / net_iou

  • Back to Dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • net_iou
  • views
  • assets
  • css
  • colors.scss
  • [feature]add comfirmedBorrowPage
    73325bc1
    黄尔冬 authored
    2018-04-17 15:04:10 +0800  
    Browse Dir »
colors.scss 386 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
$gold: #dabb84;
$light-gold: #ddcaa9;
$deep-gold: #ffcc64;
$background-black: #282A2D;
$toolbar-grey: #3A424A;
$avatar-grey: #4F5D73;
$menu-grey: #3A424A;
$light-background-grey: #F0F1F3;

.light-gold--text {
  color: $light-gold !important;
}

.gold--text {
  color: $gold;
}

.toolbarGrey {
  background-color: #3A424A !important;
}

.gold {
  background-color: #dabb84 !important;
}