@use '~/styles/utils/custom-media' as *; .updatedAt { margin-bottom: 12px; margin-left: 5px; small { color: #777; } } .body { padding: 10px; background-color: var(--bg-log-info-card); border: 1px solid var(--color-separator); border-radius: 12px; box-shadow: var(--shadow-card); transition: border-color 0.2s ease, box-shadow 0.2s ease; &:hover { border-color: var(--color-focus-blue); } } .actionFooter { display: flex; button { margin: 0 5px; &:first-child { margin-left: 0; } } } .refresh { display: flex; justify-content: center; align-items: center; cursor: pointer; }