_unit-picker.scss 383 B

123456789101112131415161718192021222324
  1. .unit-picker-option {
  2. position: relative;
  3. width: 100%;
  4. display: block;
  5. border-radius: 0;
  6. white-space: normal;
  7. i.fa-check {
  8. padding-left: 2px;
  9. }
  10. }
  11. .unit-picker-group {
  12. margin-bottom: 5px;
  13. }
  14. .unit-picker-group-item {
  15. display: flex;
  16. align-items: center;
  17. justify-content: space-between;
  18. padding: 10px;
  19. font-size: 14px;
  20. border-bottom: 1px solid #555;
  21. }