golden hour
/home/godaofbq/hyperxpod.com/wp-content/plugins/essential-blocks/src/blocks/button/src
⬆️ Go Up
Upload
File/Folder
Size
Actions
components
-
Del
OK
example.js
89 B
Del
OK
icon.svg
683 B
Del
OK
index.js
837 B
Del
OK
style.scss
608 B
Del
OK
Edit: style.scss
.eb-button-wrapper { display: flex; flex-direction: column; } .eb-button { a.eb-button-anchor { display: flex; align-items: center; justify-content: center; padding: 13px 22px; color: #ffffff; background-color: rgb(121, 103, 255); text-decoration: none; text-align: center; font-size: 16px; font-weight: normal; line-height: inherit; border-radius: 6px; transition: all 0.3s ease-in-out; &:hover { background-color: rgb(81, 63, 212); color: #ffffff; } } &-link { display: flex; align-items: center; margin-top: 10px; } &-text { display: inline-block; } }
Save