User style fixes for fixed top menu and list cached supplier loading
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
html, body
|
||||
overflow-x: hidden
|
||||
margin: 0
|
||||
padding: 0
|
||||
body
|
||||
overflow-x: hidden
|
||||
@media #{$small-only}
|
||||
font-size: 14px
|
||||
#ember-app-container
|
||||
@@ -12,9 +12,11 @@ body
|
||||
|
||||
main.main-section
|
||||
+panel($bg:rgba(200,200,200,0.8))
|
||||
height: 100%
|
||||
// height: 100%
|
||||
padding: 0
|
||||
margin: 0
|
||||
.main-section-content
|
||||
min-height: calc(100% - #{$top-menu-height})
|
||||
span.icon
|
||||
@extend .fa
|
||||
@extend .fa-lg
|
||||
|
||||
Reference in New Issue
Block a user