additional.css 569 B

123456789101112131415161718192021222324252627282930313233343536
  1. .index-title{
  2. color: rgba(0,0,0,.84);
  3. margin-top:20px;
  4. }
  5. .index-sub{
  6. color: rgba(0,0,0,.54);
  7. }
  8. .index-text{
  9. margin-top:20px;
  10. color: rgba(0,0,0,.44);
  11. }
  12. .index-image{
  13. width: 400px;
  14. }
  15. .social-icon{
  16. color: rgba(0,0,0,.44);
  17. font-size:1.5rem;
  18. }
  19. .clock{
  20. margin-left: 25px;
  21. }
  22. .jumbotron.fortags a {
  23. background: #1C9963 !important;
  24. }
  25. .error{
  26. text-align: center !important;
  27. }
  28. @media(min-width: 769px){
  29. .md-nopad-right{
  30. padding-right: 0px !important;
  31. }
  32. .md-nopad-left{
  33. padding-left: 0px !important;
  34. }
  35. }