Small fixes

This commit is contained in:
Wruczek
2019-04-22 17:40:39 +02:00
parent ad2296e74e
commit 2d6c91f809
3 changed files with 30 additions and 9 deletions

View File

@@ -89,10 +89,10 @@ body {
/* Reimplement the btn-xs that was removed in Bootstrap 4 */
/* https://github.com/twbs/bootstrap/issues/21881#issuecomment-341972830 */
.btn-group-xs > .btn, .btn-xs {
padding : .25rem .4rem;
font-size : .875rem;
line-height : .5;
border-radius : .2rem;
padding: .25rem .4rem;
font-size: .875rem;
line-height: .5;
border-radius: .2rem;
}
/* ACCORDION */