mirror of
https://github.com/20kaushik02/spotify-manager-web.git
synced 2025-12-06 08:54:07 +00:00
14 lines
291 B
CSS
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);
|
|
}
|