@import "./Design.scss"; @import "./styles/TopBar.scss"; @import "./styles/SearchPanel.scss"; @import "./styles/Footer.scss"; @import "./styles/SearchResults.scss"; @import "./styles/Pictograms.scss"; @import "./styles/Restaurant.scss"; @import "./styles/DishList.scss"; @import "./styles/Dialogs.scss"; @import "./styles/NewRestaurant.scss"; @import "./styles/EditRestaurant.scss"; @import "./styles/Dish.scss"; @import "./styles/Home.scss"; .App { background-image: url("./public/bg_tile.jpg"); background-size: contain; background-repeat: round; padding: 0; margin: 0; height: 100%; display: flex; background-color: $bg-color; flex-direction: column; align-items: center; justify-content: space-between; overflow: auto; } .clearfix::after { content: ""; clear: both; display: table; } .logo { height: 5rem; margin: 16px; } .footer { width: 100%; text-align: center; } p { font-size: 14px; font-weight: 400; } .darkParagraph { color: $accents-color; } .main-container { scroll-margin-top: 5rem; scroll-margin-bottom: 5rem; width: 100%; display: flex; flex-direction: column; justify-content: center; text-align: center; align-items: center; flex-grow: 20; } .vertical-divider { background-color: $bg-color; width: 1px; height: 70%; margin-left: 10px; margin-top: auto; margin-bottom: auto; }