import.styl 341 B

12345678910111213141516171819
  1. @import 'nib'
  2. .map-members
  3. .mapping:first-of-type
  4. border-top: solid 1px #999
  5. .mapping
  6. padding: 10px 0
  7. border-bottom: solid 1px #999
  8. .source
  9. display: inline-block
  10. width: 80%
  11. .wekan
  12. display: inline-block
  13. width: 35px
  14. .member
  15. float: none
  16. a.show-mapping
  17. text-decoration underline