You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 lines
1000 B

  1. .history {
  2. &-title {
  3. border-top: 1px solid mc('blue-grey', '900');
  4. padding: 8px;
  5. color: mc('blue-grey', '800');
  6. font-size: 13px;
  7. letter-spacing: 1px;
  8. text-transform: uppercase;
  9. background-color: mc('blue-grey', '100');
  10. text-align: center;
  11. box-shadow: 0 0 5px rgba(0,0,0,0.3);
  12. }
  13. &-info {
  14. background-color: mc('blue-grey', '50');
  15. padding: 5px 10px;
  16. &-meta {
  17. i {
  18. margin-right: 8px;
  19. }
  20. p {
  21. padding: 5px 0;
  22. font-size: 14px;
  23. color: mc('blue-grey', '800');
  24. display: flex;
  25. align-items: center;
  26. }
  27. }
  28. &-actions {
  29. display: flex;
  30. flex-basis: initial;
  31. flex-grow: initial;
  32. flex-direction: column;
  33. align-items: center;
  34. justify-content: center;
  35. .button-group {
  36. margin-bottom: 10px;
  37. }
  38. }
  39. }
  40. &-diff {
  41. position: relative;
  42. .d2h-wrapper {
  43. position: absolute;
  44. left: 0;
  45. right: 0;
  46. }
  47. }
  48. }