ui tweaks

This commit is contained in:
Nazar Kanaev
2020-06-26 13:34:29 +01:00
parent 95b830ee1a
commit 02ad42a52d
4 changed files with 61 additions and 27 deletions

View File

@@ -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;