Use sans serif font for buttons
This commit is contained in:
parent
830c486af0
commit
e324a5fa2d
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ input[type=text], input[type=password] {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 55px;
|
padding-bottom: 55px;
|
||||||
}
|
}
|
||||||
|
.bufferlines .btn {
|
||||||
|
font-family: sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
.navbar-fixed-bottom {
|
.navbar-fixed-bottom {
|
||||||
margin: 0 5px 0 14%;
|
margin: 0 5px 0 14%;
|
||||||
|
|
Loading…
Reference in a new issue