h5.scss 379 B

1234567891011121314151617181920212223242526
  1. .emoji-picker-h5 {
  2. width: 100%;
  3. &-list {
  4. justify-content: space-between;
  5. }
  6. &-list::after {
  7. content: "";
  8. display: block;
  9. flex: 1 1 auto;
  10. }
  11. .send-btn {
  12. width: 50px;
  13. height: 30px;
  14. background-color: #55C06A;
  15. position: absolute;
  16. right: 10px;
  17. font-size: 16px;
  18. color: #fff;
  19. text-align: center;
  20. line-height: 30px;
  21. }
  22. }