styling new button

This commit is contained in:
denisdulici
2018-04-24 15:33:58 +03:00
parent 483ffa396e
commit 754a15cb42
5 changed files with 10 additions and 6 deletions

4
public/css/app.css vendored
View File

@ -569,4 +569,8 @@ input::-webkit-inner-spin-button {
/* display: none; <- Crashes Chrome on hover */
-webkit-appearance: none;
margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.btn-icon {
height: 34px;
}