mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
💄 UI Improvements
This commit is contained in:
@@ -1,6 +1,13 @@
|
|||||||
#hg-form
|
#hg-form
|
||||||
margin-top: 20% !important
|
margin-top: 15% !important
|
||||||
max-width: 75%
|
margin-bottom: 10% !important
|
||||||
|
padding: unset
|
||||||
|
|
||||||
|
#hg-results
|
||||||
|
margin-top: 5% !important
|
||||||
|
margin-bottom: 5% !important
|
||||||
|
padding: unset
|
||||||
|
|
||||||
.nav-masthead
|
.nav-masthead
|
||||||
.nav-link
|
.nav-link
|
||||||
& + .nav-link
|
& + .nav-link
|
||||||
@@ -12,6 +19,27 @@
|
|||||||
.bootstrap-select.form-control-lg .dropdown-toggle
|
.bootstrap-select.form-control-lg .dropdown-toggle
|
||||||
height: calc(1.5em + 1rem + 3px) !important
|
height: calc(1.5em + 1rem + 3px) !important
|
||||||
|
|
||||||
|
.hg-back:hover
|
||||||
|
text-decoration: none
|
||||||
|
border: 1px solid $primary !important
|
||||||
|
|
||||||
|
.hg-back:focus
|
||||||
|
text-decoration: none
|
||||||
|
|
||||||
|
.hg-back
|
||||||
|
position: fixed !important
|
||||||
|
width: 3rem !important
|
||||||
|
height: 3rem !important
|
||||||
|
left: 2rem !important
|
||||||
|
bottom: 2rem !important
|
||||||
|
border-radius: 50rem !important
|
||||||
|
border: 1px solid $card-border-color !important
|
||||||
|
transition: all .3s !important
|
||||||
|
font-weight: 200 !important
|
||||||
|
font-size: 1.4rem !important
|
||||||
|
opacity: 1 !important
|
||||||
|
pointer-events: auto !important
|
||||||
|
|
||||||
#hg-accordion
|
#hg-accordion
|
||||||
.btn-link
|
.btn-link
|
||||||
font-weight: 200
|
font-weight: 200
|
||||||
|
Reference in New Issue
Block a user