style.scss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. md-icon {
  2. width:50%;height:50%
  3. }
  4. md-icon svg {
  5. -webkit-border-radius: 50%;
  6. -moz-border-radius: 50%;
  7. border-radius: 50%;
  8. }
  9. .s64 {
  10. font-size:64px;
  11. }
  12. .s32 {
  13. font-size:48px;
  14. }
  15. md-icon.fa {
  16. display:block;
  17. padding-left:0px;
  18. }
  19. md-icon.s32 span {
  20. padding-left:8px;
  21. }
  22. md-grid-list {
  23. margin: 8px; }
  24. .gray {
  25. background: #f5f5f5; }
  26. .green {
  27. background: #b9f6ca; }
  28. .yellow {
  29. background: #ffff8d; }
  30. .blue {
  31. background: #84ffff; }
  32. .darkBlue {
  33. background: #80d8ff; }
  34. .deepBlue {
  35. background: #448aff; }
  36. .purple {
  37. background: #b388ff; }
  38. .lightPurple {
  39. background: #8c9eff; }
  40. .red {
  41. background: #ff8a80; }
  42. .pink {
  43. background: #ff80ab; }
  44. md-grid-tile {
  45. -webkit-transition: all 500ms ease-out 100ms;
  46. -moz-transition: all 500ms ease-out 100ms;
  47. -o-transition: all 500ms ease-out 100ms;
  48. transition: all 500ms ease-out 100ms;
  49. }
  50. md-grid-tile md-grid-tile-footer {
  51. background: rgba(0,0,0,.68);
  52. height: 36px;
  53. }
  54. md-grid-tile-footer figcaption {
  55. width:100%;
  56. }
  57. md-grid-tile-footer figcaption h3 {
  58. margin:0px;
  59. font-weight:700;
  60. width:100%;
  61. text-align:center;
  62. }