tips.min.css 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. body {
  2. background: #ecf0f5;
  3. }
  4. .info-box {
  5. z-index: 2;
  6. }
  7. .tips .col-xs-12 {
  8. position: relative;
  9. }
  10. .headline {
  11. color: #fff;
  12. position: absolute;
  13. top: -115px;
  14. right: 10px;
  15. z-index: -1;
  16. font-size: 120px;
  17. font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  18. /* transform: rotate(90deg);
  19. -webkit-transform: rotate(90deg);*/
  20. }
  21. .error-content p {
  22. margin-bottom: 0;
  23. }
  24. h3 {
  25. margin-top: 10px;
  26. }
  27. .tips {
  28. float: none;
  29. display: block;
  30. margin: 150px auto;
  31. max-width: 500px;
  32. }
  33. .tips .box {
  34. padding: 19px 25px;
  35. -webkit-box-shadow: none;
  36. box-shadow: none;
  37. }
  38. .tips .media-left > span {
  39. line-height: 1.72222;
  40. }
  41. .tips .media-left span {
  42. font-size: 80px;
  43. margin: 0 10px 0 0;
  44. }
  45. .tips .media-left span.fa-info-circle {
  46. color: #5dade2;
  47. }
  48. .tips .media-left span.fa-times-circle {
  49. color: #ec7063;
  50. }
  51. .tips .media-left span.fa-check-circle {
  52. color: #1abc9c;
  53. }
  54. .tips .media-body {
  55. margin-top: 25px;
  56. }
  57. .tips .media-body p {
  58. margin-bottom: 10px;
  59. }
  60. .tips .media-heading {
  61. margin: 15px 0 15px 0;
  62. line-height: 30px;
  63. font-weight: 400;
  64. }
  65. /*# sourceMappingURL=tips.min.css.map */