Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
871
Issues
871
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
Packages
Packages
List
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
c6163a42
Commit
c6163a42
authored
1 day ago
by
Emiliano Balbuena
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(fix): Main section styles
parent
789b70d3
epic/upgrades-page
1 merge request
!578
WIP: Marketing pages
Pipeline
#86675091
passed with stages
in 48 minutes and 7 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
44 deletions
+32
-44
src/app/common/components/marketing/marketing-styles.scss
src/app/common/components/marketing/marketing-styles.scss
+31
-2
src/app/modules/upgrades/upgrades.component.html
src/app/modules/upgrades/upgrades.component.html
+1
-1
src/app/modules/upgrades/upgrades.component.scss
src/app/modules/upgrades/upgrades.component.scss
+0
-41
No files found.
src/app/common/components/marketing/marketing-styles.scss
View file @
c6163a42
...
...
@@ -2,6 +2,12 @@
.m-marketing__section
{
// Common
.m-marketing--hideMobile
{
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
display
:
none
;
}
}
.m-marketing--title
,
h1
{
font-weight
:
900
;
...
...
@@ -9,10 +15,22 @@
line-height
:
44px
;
margin
:
0
0
23px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
font-size
:
32px
;
line-height
:
34px
;
margin
:
0
0
18px
;
}
&
.m-marketing--title__bigger-title
{
font-size
:
48px
;
line-height
:
53px
;
margin-bottom
:
26px
;
margin
:
0
0
26px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
font-size
:
38px
;
line-height
:
46px
;
margin
:
0
0
21px
;
}
}
em
{
...
...
@@ -59,7 +77,7 @@
// Style 1
.m-marketing__section--style-1
{
&
.m-marketing__section--style-1
{
@include
m-theme
()
{
background
:
linear-gradient
(
180deg
,
...
...
@@ -70,6 +88,17 @@
.m-marketing__wrapper
{
padding
:
95px
0
85px
;
@media
screen
and
(
max-width
:
$m-grid-min-vp
)
{
padding
:
30px
0
;
margin
:
0
20px
;
}
}
p
.m-marketing__description
{
@include
m-theme
()
{
color
:
themed
(
$m-grey-300
);
}
}
}
}
This diff is collapsed.
Click to expand it.
src/app/modules/upgrades/upgrades.component.html
View file @
c6163a42
...
...
@@ -16,7 +16,7 @@
<li>
Aperiam laudantium nemo non soluta.
</li>
</ul>
<a
class=
"mf-button mf-button--hollow"
i18n
>
<a
class=
"mf-button mf-button--hollow
m-marketing--hideMobile
"
i18n
>
Upgrade now
</a>
</div>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/upgrades/upgrades.component.scss
View file @
c6163a42
.m-upgrades
{
.m-upgrades__mainFeatures
{
padding
:
96px
0
75px
;
}
h1
{
font-size
:
48px
;
font-weight
:
900
;
line-height
:
53px
;
padding-right
:
35px
;
margin
:
0
0
26px
0
;
}
p
{
font-size
:
16px
;
line-height
:
23px
;
&
.m-upgrades__description
{
margin-bottom
:
36px
;
@include
m-theme
()
{
color
:
themed
(
$m-grey-200
);
}
}
}
ul
{
&
.m-upgrades__features
{
margin-bottom
:
45px
;
li
{
font-size
:
16px
;
line-height
:
21px
;
margin-bottom
:
19px
;
&
:last-child
{
margin-bottom
:
0
;
}
}
}
}
.m-upgrades__featuredIn
{
display
:
flex
;
flex-direction
:
row
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment