• This project
    • Loading...
  • Sign in

fe / yohobuywap-node · Files

Go to a project

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Pipelines 0
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Members
  • Labels
  • Wiki
  • Forks
  • Network
  • Create a new issue
  • yohobuywap-node
  • public
  • scss
  • service
  • system
  • _system.css
  • help
    99c339bc
    by zhangxiaoru
    2017-03-23 15:30:54 +0800  
    Browse Files
_system.css 305 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.system-main {
    overflow: hidden;
    background-color: #444;
    color: #fff;
    padding: 0 4%;
    position: absolute;
    top: 0;
    left: 0;

    p {
        font-size: 52px;
        line-height: 60px;

        &:first-of-type {
            padding-top: 90px;
        }
    }
}