Skip to content

Instantly share code, notes, and snippets.

View Krykunov's full-sized avatar
🏠
Working from home

Ihor Krykunov Krykunov

🏠
Working from home
View GitHub Profile
@agragregra
agragregra / button.sass
Last active July 28, 2025 22:38
Button Sass Styles (Universal Starter)
.button
display: inline-block
border: none
color: #fff
text-decoration: none
background-color: $accent
padding: 15px 45px
font-size: 13px
text-transform: uppercase
font-weight: 600
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;