sink.css 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. /* line 71, ../sass/accessories/scss/_pictos.scss */
  2. .base-pictos {
  3. font-family: Pictos;
  4. color: transparent;
  5. -moz-background-clip: text;
  6. -webkit-background-clip: text;
  7. -o-background-clip: text;
  8. -ms-background-clip: text;
  9. -khtml-background-clip: text;
  10. background-clip: text;
  11. position: absolute;
  12. top: 0;
  13. left: 0;
  14. }
  15. @import url("//fonts.googleapis.com/css?family=false:false");
  16. /* line 3, ../sass/accessories/scss/_shapes.scss */
  17. .base-shape {
  18. display: block;
  19. content: '';
  20. }
  21. /* line 7, ../sass/sink.scss */
  22. .x-toolbar-sencha {
  23. background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8fc33a), color-stop(100%, #739b2e));
  24. background-image: -webkit-linear-gradient(top, #8fc33a, #739b2e);
  25. background-image: -moz-linear-gradient(top, #8fc33a, #739b2e);
  26. background-image: -o-linear-gradient(top, #8fc33a, #739b2e);
  27. background-image: -ms-linear-gradient(top, #8fc33a, #739b2e);
  28. background-image: linear-gradient(top, #8fc33a, #739b2e);
  29. border-bottom: 1px solid #567422;
  30. }
  31. /* line 11, ../sass/sink.scss */
  32. .x-toolbar-sencha .x-logo {
  33. padding: 10px 10px 10px 31px;
  34. background: url(../images/logo.png) no-repeat 10px 11px;
  35. color: #fff;
  36. font-size: 18px;
  37. font-weight: bold;
  38. text-shadow: 0 1px 0 #4e691f;
  39. }
  40. /* line 23, ../sass/sink.scss */
  41. body > .x-panel > .x-panel-body {
  42. background: #E4EAED;
  43. }
  44. /* line 27, ../sass/sink.scss */
  45. .x-grid-body {
  46. border-bottom: 0 !important;
  47. }
  48. /* line 32, ../sass/sink.scss */
  49. #examplePanel-body {
  50. background-color: #e4eaed;
  51. background-image: -webkit-gradient(linear, 50% 0%, 50% 1, color-stop(100%, #f3f6f7), color-stop(100%, rgba(243, 246, 247, 0))), -webkit-gradient(linear, 0% 50%, 1 50%, color-stop(100%, #f3f6f7), color-stop(100%, rgba(243, 246, 247, 0))), -webkit-gradient(linear, 50% 0%, 50% 1, color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(243, 246, 247, 0))), -webkit-gradient(linear, 0% 50%, 1 50%, color-stop(100%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(243, 246, 247, 0)));
  52. background-image: -webkit-linear-gradient(top, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -webkit-linear-gradient(left, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
  53. background-image: -moz-linear-gradient(top, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -moz-linear-gradient(left, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px), -moz-linear-gradient(left, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
  54. background-image: -o-linear-gradient(top, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -o-linear-gradient(left, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px), -o-linear-gradient(left, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
  55. background-image: -ms-linear-gradient(top, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -ms-linear-gradient(left, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px), -ms-linear-gradient(left, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
  56. background-image: linear-gradient(top, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), linear-gradient(left, #f3f6f7 1px, rgba(243, 246, 247, 0) 1px), linear-gradient(top, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px), linear-gradient(left, rgba(255, 255, 255, 0.3) 1px, rgba(243, 246, 247, 0) 1px);
  57. background-size: 100px 100px, 100px 100px, 20px 20px, 20px 20px;
  58. background-position: -2px, -2px, -2px, -2px;
  59. }
  60. /* line 43, ../sass/sink.scss */
  61. .examples-list .x-grid-cell,
  62. .examples-list .x-grid-rowwrap-div {
  63. -moz-border-radius: 4px;
  64. -webkit-border-radius: 4px;
  65. -o-border-radius: 4px;
  66. -ms-border-radius: 4px;
  67. -khtml-border-radius: 4px;
  68. border-radius: 4px;
  69. }