mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
centered-login-form
This commit is contained in:
parent
866f1154a7
commit
fa6d3bb95d
@ -115,7 +115,7 @@ export default {
|
|||||||
.login-form {
|
.login-form {
|
||||||
width: 80vw;
|
width: 80vw;
|
||||||
max-width: 620px;
|
max-width: 620px;
|
||||||
/* margin: auto; */
|
margin: auto;
|
||||||
|
|
||||||
.base-button {
|
.base-button {
|
||||||
display: block;
|
display: block;
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<section class="login-form">
|
<section class="registration-slider">
|
||||||
<base-card>
|
<base-card>
|
||||||
<template #imageColumn>
|
<template #imageColumn>
|
||||||
<page-params-link :pageParams="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)">
|
<page-params-link :pageParams="links.ORGANIZATION" :title="$t('login.moreInfo', metadata)">
|
||||||
@ -255,4 +255,10 @@ export default {
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss"></style>
|
<style lang="scss">
|
||||||
|
.registration-slider {
|
||||||
|
width: 80vw;
|
||||||
|
max-width: 620px;
|
||||||
|
margin: auto;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user