|
|
@@ -2,7 +2,7 @@
|
|
|
<LayoutContainer>
|
|
|
<div class="container-grey ">
|
|
|
<v-row>
|
|
|
- <v-col cols="12" class="buttons-col mb-2 ">
|
|
|
+ <v-col cols="12" class="buttons-col">
|
|
|
|
|
|
<nuxt-link to="https://admin.opentalent.fr/#/login/">
|
|
|
<v-btn class="btn btn-common btn-login" text>
|
|
|
@@ -120,7 +120,6 @@ const aboutLinks = ref([
|
|
|
/* =============== CONTAINER BUTTON =============== */
|
|
|
.container-grey {
|
|
|
background-color: #dbdbdb;
|
|
|
- height: 100%;
|
|
|
}
|
|
|
/* =============== Button Styles =============== */
|
|
|
|
|
|
@@ -134,12 +133,11 @@ const aboutLinks = ref([
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
align-items: center;
|
|
|
- padding: 1.3rem;
|
|
|
border-radius: 6px;
|
|
|
font-family: "Barlow";
|
|
|
font-style: normal;
|
|
|
font-weight: 700;
|
|
|
- font-size: 0.9rem;
|
|
|
+ font-size: 0.7rem;
|
|
|
}
|
|
|
|
|
|
.btn-login {
|