Skip to content

Instantly share code, notes, and snippets.

@wpflames
Created December 4, 2022 21:05
Show Gist options
  • Save wpflames/3d50864b69a851b40c186cfec0dbcea2 to your computer and use it in GitHub Desktop.
Save wpflames/3d50864b69a851b40c186cfec0dbcea2 to your computer and use it in GitHub Desktop.
ACF Option Pages with Repeater Group and File
.download{
width: 100%;
margin: 60px auto;
&-item{
display: flex;
justify-content: space-between;
text-decoration: none;
color: var(--black);
transition: $ease;
text-decoration: underline;
&:hover{
color: var(--color-orange);
margin-left: 5px;
}
&-title{
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
margin-bottom: 0 !important;
}
}
.divider{
margin: 10px 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment