Client - fix background color
This commit is contained in:
parent
4b8573b179
commit
670b1ff1af
@ -162,6 +162,7 @@ button {
|
||||
|
||||
.view {
|
||||
padding-bottom: 35px;
|
||||
background-color: var(--app-background-color);
|
||||
}
|
||||
|
||||
.fa-trophy {
|
||||
|
@ -30,7 +30,6 @@
|
||||
|
||||
#loginOrRegister {
|
||||
display: flex;
|
||||
height: 100%;
|
||||
|
||||
.container {
|
||||
display: flex;
|
||||
|
@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div id="profile" class="container view" v-if="authUser.username">
|
||||
<div id="profile" class="view" v-if="authUser.username">
|
||||
<router-view :user="authUser"></router-view>
|
||||
<div id="bottom" />
|
||||
</div>
|
||||
@ -24,6 +24,7 @@
|
||||
#profile {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding: 0 $default-padding;
|
||||
|
||||
::v-deep(.profile-form) {
|
||||
display: flex;
|
||||
|
@ -60,8 +60,6 @@
|
||||
<style lang="scss" scoped>
|
||||
@import '~@/scss/vars.scss';
|
||||
#workouts {
|
||||
height: 100%;
|
||||
|
||||
.workouts-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
Loading…
Reference in New Issue
Block a user