diff --git a/src/includes/splash.pug b/src/includes/splash.pug index bc841a1a60c32d968dc2a3ad61a075425302ae72..be3106e6993fff407e1bbe21ca2456a9b170c924 100644 --- a/src/includes/splash.pug +++ b/src/includes/splash.pug @@ -6,7 +6,7 @@ figure(class="logo") h2.title_lead Welcome to our international index of resources for cooperative mentors and entrepreneurs -#splash-index(hidden).no-sidebar.block_log.flex +#splash-index(hidden).no-sidebar.block_log.flex.loggin figure.img_log img(src="../images/mentor.png" alt="Connect as mentor") diff --git a/src/styles/index.scss b/src/styles/index.scss index 7f4e98f4f9f66eebdf519e513c025a3a7027f7e7..594553a6ef636eea2b555b77a7231fcd64c0dc3f 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -1730,6 +1730,16 @@ cs-display-property[name="mentor_profile.country.name"] p{ background: white; border: 2px rgba(68,76,77, 1) solid; } +/* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXXXXXXX ELEMENTS CACHES XXXXXXXXXXXXXXXXXXX +XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ + +header span.ico_search input, +header .ico_search:before{ + display: none; +} + /* XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXX MEDIA QUERIES XXXXXXXXXXXXXXXXXXXXX @@ -1750,6 +1760,18 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ font-size: 1.5rem; } } +@media screen and (max-width: 840px) { + /* Partie mentor */ + #splash .block_log.loggin{ + max-width: 55%; + } + .block_log.loggin{ + width: 55%; + &.flex{ + flex-direction: column; + } + } +} @media screen and (max-width: 800px) { /* Partie entrepreneur */ .container_min{ @@ -1847,6 +1869,14 @@ XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX*/ font-size: 2rem; color: var(--bg-btn-base); } + } + .sib-conversation [name="conversation-wrapper"], + .sib-conversation [name="message-wrapper"], + sib-display[nested-field="conversations"], + sib-display[nested-field="dislikes"], + sib-display[nested-field="likes"]{ + display: none!important; + } } @media screen and (max-width: 750px) { @@ -1865,7 +1895,7 @@ b, strong { @media screen and (max-width: 660px) { - header#header{ + div:not(#public-dashboard) header#header{ height: auto; padding-bottom: 2rem; } @@ -1875,7 +1905,7 @@ b, strong { width: 100%; flex-wrap: wrap; } - header>div>.flex{ + div:not(#public-dashboard) header>div>.flex{ flex-direction: column; flex-wrap: nowrap; .flex{ @@ -1972,14 +2002,24 @@ b, strong { right: -8px; font-size: 1.4rem; } - #mentor-resource-list .tabs div:nth-child(2):after{ + #mentor-resource-list .tabs div.tablink:nth-child(2):after{ content:"\f274"; } - #mentor-resource-list .tabs div:nth-child(3):after{ + #mentor-resource-list .tabs div.tablink:nth-child(3):after{ content:"\f073"; } - #mentor-resource-list .tabs div.active:after{ + #mentor-resource-list .tabs div.tablink.active:after{ content:""; } + } +@media screen and (max-width: 501px) { + #entrepreneur-resource-list container .step cs-display-resource-property[name="format.name"] p, + #public-resource-list container .step cs-display-resource-property[name="format.name"] p, + #public-resource-list .step div div fake-like, + #public-resource-list .step div div fake-dislike, + #entrepreneur-resource-list .step div div fake-like, + #entrepreneur-resource-list .step div div fake-dislike{ + display: none!important; + } } \ No newline at end of file