Sign in

徐烜 / bsth-ebus-h5_editor · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth-ebus-h5_editor
  • ..
  • styles
  • radio.scss
  • feat(plugin): form radio
    6eb308fd
    ly525 authored
    2019-08-31 00:23:25 +0800  
    Browse Code »
radio.scss 379 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
.lbp-radio {
  input[type=checkbox],
  input[type=radio] {

    width: 16px;
    height: 16px;

    vertical-align: middle;
    margin: 5px;
    box-sizing: border-box;

    resize: none;
    overflow: hidden;
    line-height: 120%;
    display: inline-block!important;

    box-shadow: inherit;
    border: 1px solid #ccd5db;
    padding: 6px;
    outline: none!important;
  }
}