Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

Yossapol / transaction-log

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Snippets
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • transaction-log
  • src
  • pages
  • main
  • resources
  • css
  • mainPage.css
  • jutawuth nantawan's avatar
    push project · 6f05bf21
    jutawuth nantawan committed Feb 18, 2019
    6f05bf21
mainPage.css 243 Bytes
BlameHistoryPermalink
Edit
1 2 3 4 5 6 7 8 9 10 11 12
#components-layout-demo-custom-trigger .trigger {
   font-size: 18px;
   line-height: 64px;
   padding: 0 24px;
   cursor: pointer;
   transition: color .3s;
 }
 
 #components-layout-demo-custom-trigger .trigger:hover {
   color: #1890ff;
 }