Guest User

Untitled

a guest
Feb 17th, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. /* TIMERANGE */
  2.  
  3. .odswidget-timerange__to {
  4. display: none;
  5. }
  6.  
  7. .odswidget-timerange {
  8. display: flex;
  9. flex-wrap: wrap;
  10. justify-content: center;
  11. }
  12. .input-holder, .odswidget-timerange__from {
  13. border: 1px solid #e4e4e4;
  14. padding: 10px;
  15. border-radius: 3px;
  16. box-shadow: 1px 1px 5px gainsboro;
  17. background-color: white;
  18. z-index: 2;
  19. margin-bottom: 10px;
  20.  
  21. display: flex;
  22. align-items: center;
  23.  
  24. margin: 3px;
  25. }
  26. .odswidget-timerange__from {
  27. margin-right: 10px;
  28. }
  29. .input-holder input, .odswidget-timerange__from input {
  30. border: none;
  31. width: 110px;
  32. margin-left: 8px;
  33. }
  34. .input-holder input:focus, .odswidget-timerange__from input:focus {
  35. outline: 0;
  36. }
  37.  
  38.  
  39. /* SLIDER / RANGE */
  40. .controler {
  41. display: flex;
  42. margin: 2px 15px;
  43. }
  44. .controler h2 {
  45. line-height: 2em;
  46. margin-right: 10px;
  47. }
  48. .control-hour input[type=range] {
  49. width: 150px;
  50. }
  51. .control-range input[type=range] {
  52. width: 200px;
  53. }
  54. .input-range-with-button {
  55. line-height: 3.5em;
  56. }
  57. .controler .ods-button i.fa {
  58. vertical-align: middle;
  59. }
Add Comment
Please, Sign In to add comment