ui tweaks
This commit is contained in:
parent
95b830ee1a
commit
02ad42a52d
4 changed files with 61 additions and 27 deletions
|
|
@ -2,6 +2,23 @@
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: 15px !important;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
transition: none;
|
||||
}
|
||||
|
||||
.form-control:focus {
|
||||
border-color: #80bdff !important;
|
||||
box-shadow: inset 0 0 0 2px #80bdff !important;
|
||||
}
|
||||
|
||||
.btn:focus {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
max-width: 1368px;
|
||||
margin: 0 auto;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue