Skip to content
Snippets Groups Projects
Commit 50e1e030 authored by fred's avatar fred
Browse files

Push integration

parent b8683352
No related branches found
No related tags found
1 merge request!102Integration/entrepreneur dashboard
......@@ -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")
......
......@@ -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
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