Guest User

Untitled

a guest
Nov 22nd, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. .select-users-to-chat {
  2. padding: 5px 0 5px 5px;
  3. border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  4. position: absolute;
  5. top: 40px;
  6. background-color: white;
  7. display: none;
  8. height: 45px;
  9. width: 100%;
  10. z-index: 2;
  11. }
  12.  
  13. .select-users-dropdown, .select-users-button {
  14. border: none;
  15. display: inline-block;
  16. margin: 0;
  17. height: 35px;
  18. }
  19.  
  20. .select-users-dropdown {
  21. width: 55%;
  22. border: 1px solid rgba(0, 0, 0, 0.2);
  23. }
  24.  
  25. .select-users-button {
  26. width: 40%;
  27. background-color: $navbarColor;
  28. color: white;
  29. border: 1px solid $navbarColor;
  30. }
Add Comment
Please, Sign In to add comment