Fixed compatibility with Bootstrap.

This commit is contained in:
Stefan Bohacek 2024-05-17 09:02:50 -04:00
parent 3d20bc4228
commit 1053aa68db
No known key found for this signature in database
GPG key ID: FC75CD588A42BC10
4 changed files with 9 additions and 9 deletions

View file

@ -51,7 +51,7 @@
border-bottom-right-radius: 0;
}
input {
.fsb-input {
box-sizing: border-box;
margin: 0;
font-family: inherit;
@ -77,7 +77,7 @@ input {
border-bottom-left-radius: 0;
}
button {
.fsb-button {
box-sizing: border-box;
margin: 0;
display: inline-block;