Skip to content

Instantly share code, notes, and snippets.

@3cp
Created January 2, 2014 23:23
Show Gist options
  • Save 3cp/8229195 to your computer and use it in GitHub Desktop.
Save 3cp/8229195 to your computer and use it in GitHub Desktop.
top up bootstrap 3 theme for button press down feeling.
.btn:active,
.btn.active {
padding-top: 7px;
padding-bottom: 5px;
}
.btn-lg:active,
.btn-lg.active {
padding-top: 11px;
padding-bottom: 9px;
}
.btn-sm:active,
.btn-sm.active {
padding-top: 6px;
padding-bottom: 4px;
}
.btn-xs:active,
.btn-xs.active {
padding-top: 2px;
padding-bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment