Members, Circuits
This commit is contained in:
@@ -235,7 +235,7 @@ body.mobile .landing:before {
|
||||
|
||||
.home {
|
||||
//background-color: rgb(250, 250, 250);
|
||||
padding: 3.125rem;
|
||||
padding: 2.125rem;
|
||||
display: flex;
|
||||
//flex-wrap: nowrap;
|
||||
flex-direction: column;
|
||||
@@ -244,7 +244,7 @@ body.mobile .landing:before {
|
||||
}
|
||||
|
||||
.btn-start {
|
||||
margin: 3.125rem;
|
||||
margin: 1.125rem;
|
||||
}
|
||||
|
||||
.shadow {
|
||||
@@ -461,3 +461,7 @@ ul li::before {
|
||||
margin-left: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
.buttreg {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
@@ -7,6 +7,7 @@ import { tools } from '@store/Modules/tools'
|
||||
import { LandingFooter, Logo } from '@components'
|
||||
import { CFundRaising } from '@/components/CFundRaising'
|
||||
import { CShowContentPage } from '@/components/CShowContentPage'
|
||||
import { static_data } from '@src/db/static_data'
|
||||
|
||||
|
||||
export default defineComponent({
|
||||
@@ -124,6 +125,7 @@ export default defineComponent({
|
||||
openCreatePostModal,
|
||||
slide,
|
||||
tools,
|
||||
static_data,
|
||||
animare,
|
||||
}
|
||||
},
|
||||
|
||||
@@ -37,7 +37,11 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div v-if="!tools.isLogged()" style="margin: 5px; padding: 5px;" class="home">
|
||||
<div v-if="!tools.isLogged()" style="margin: 5px; padding: 5px" class="home">
|
||||
<q-btn
|
||||
v-if="static_data.functionality.ENABLE_REGISTRATION && static_data.functionality.ENABLE_REG_BY_BOT"
|
||||
type="a" rounded size="lg" color="primary" href="/bot" :label="$t('reg.submit')" class="buttreg">
|
||||
</q-btn>
|
||||
<q-btn
|
||||
rounded size="lg" color="primary" @click="PagLogin"
|
||||
class="btn-start">
|
||||
|
||||
Reference in New Issue
Block a user