2025-01-04 13:44:53 -07:00

14 lines
291 B
CSS

.btn_wrapper {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: var(--mb-2);
width: 100%;
cursor: pointer;
text-decoration: none;
color: var(--text);
box-shadow: 8px 8px var(--bg);
background-color: var(--bgLinkInactive);
}