• This project
    • Loading...
  • Sign in

fe / yohoblk-wap · 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
  • yohoblk-wap
  • public
  • scss
  • common
  • _badge.css
  • fix
    4617f69d
    by 陈轩
    2016-07-18 20:24:32 +0800  
    Browse Files
_badge.css 369 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
.badge {
    min-width: 16px;
    padding: 3px 7px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 9999px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;

    background-color: $blue;
    color: $white;
}

/* position */
.badge-tr {
    position: absolute;
    top: -5px;
    right: -11px;
    margin: 0;
}