satchlj.com/themes/zenn/sass/_applause.scss

16 lines
228 B
SCSS
Raw Normal View History

2019-07-03 14:47:27 +00:00
/**
* Applause button, move to center of page.
*/
.applause-wrapper {
font-family: $font-main;
overflow: hidden;
margin: 0 auto;
}
2019-07-03 14:47:27 +00:00
applause-button {
width: 3em;
height: 3em;
margin: 2.5em auto 2em;
2019-07-03 14:47:27 +00:00
}