Skip to content
Snippets Groups Projects
Commit 23d20cd8 authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Fix previous

parent be16f685
No related branches found
No related tags found
1 merge request!5Integration/splash screen
......@@ -8,7 +8,7 @@ figure(class="logo")
h2.title_lead Welcome to our international index of resources for cooperative mentors and entrepreneurs
#splash-index.flex
#splash-index(hidden).flex
sib-link.block_log(next='mentor-login')
div
figure.img_log
......@@ -23,8 +23,8 @@ h2.title_lead Welcome to our international index of resources for cooperative me
alt="Connect as entrepreneur")
h2.button_base I am an entrepreneur
#mentor-login(hidden).no-sidebar.block_log
#mentor-login(hidden).no-sidebar.block_log.flex
include mentor/login.pug
#entrepreneur-login(hidden).no-sidebar.block_log
#entrepreneur-login(hidden).no-sidebar.block_log.flex
include entrepreneur/login.pug
......@@ -511,4 +511,8 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/
.block_log {
padding:var(--marge-base-750);
}
}
[hidden] {
display: none !important;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment