Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
knowledgebase-front
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Applications
Knowledge Base
knowledgebase-front
Commits
50e1e030
Commit
50e1e030
authored
5 years ago
by
fred
Browse files
Options
Downloads
Patches
Plain Diff
Push integration
parent
b8683352
No related branches found
No related tags found
1 merge request
!102
Integration/entrepreneur dashboard
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/includes/splash.pug
+1
-1
1 addition, 1 deletion
src/includes/splash.pug
src/styles/index.scss
+45
-5
45 additions, 5 deletions
src/styles/index.scss
with
46 additions
and
6 deletions
src/includes/splash.pug
+
1
−
1
View file @
50e1e030
...
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
src/styles/index.scss
+
45
−
5
View file @
50e1e030
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment