@import '~/styles/utils/custom-media'; .updatedAt { margin-bottom: 12px; margin-left: 5px; small { color: #777; } } .body { margin: 10px 15px; @media (--breakpoint-not-small) { margin: 10px 40px; } padding: 10px; background-color: var(--color-bg-card); border-radius: 10px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1); } .actionFooter { display: flex; button { margin: 0 5px; &:first-child { margin-left: 0; } } } .refresh { display: flex; justify-content: center; align-items: center; cursor: pointer; }