use proper bootstrap class

This commit is contained in:
Pierre Bondoerffer
2017-08-09 15:46:17 +02:00
parent b34e252eda
commit c036bb26be
3 changed files with 6 additions and 24 deletions

View File

@@ -133,12 +133,3 @@ body {
height: 0;
z-index: -5;
}
.btn.btn-default {
background-color: #BBB;
color: black;
&:hover {
background-color: #DDD;
}
}