Skip to content
Next
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Minds Frontend
Project
Project
Details
Activity
Releases
Dependency List
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
821
Issues
821
List
Boards
Labels
Service Desk
Milestones
Merge Requests
47
Merge Requests
47
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
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
32bff9c5
Commit
32bff9c5
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
theming
parent
149294c3
feat/plus-tiers-578
1 merge request
!460
WIP: [Sprint/JollyJellyfish](feat) Plus tiers engine#578
Pipeline
#72539901
passed with stages
in 29 minutes and 9 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
55 additions
and
5 deletions
+55
-5
payment-plan.component.html
src/app/modules/plus/plan/payment-plan.component.html
+3
-3
payment-plan.component.scss
src/app/modules/plus/plan/payment-plan.component.scss
+52
-2
No files found.
src/app/modules/plus/plan/payment-plan.component.html
View file @
32bff9c5
...
...
@@ -20,7 +20,7 @@
<div
class=
"m-plus-plan__period-container"
>
<h6
class=
"m-plus-plan__period-title"
>
Monthly
</h6>
<span
class=
"m-plus-plan__period-price"
>
20 MINDS /pm
</span>
<button
class=
"m-
btn m-btn--action m-btn--slim m-
plus-plan__period-buy-button"
<button
class=
"m-plus-plan__period-buy-button"
(
click
)="
onClick
('
month
')"
>
<ng-container
i18n=
"verb|@@M__ACTION__PURCHASE"
>
Purchase
</ng-container>
...
...
@@ -29,7 +29,7 @@
<div
class=
"m-plus-plan__period-container"
>
<h6
class=
"m-plus-plan__period-title"
>
Yearly
</h6>
<span
class=
"m-plus-plan__period-price"
>
180 MINDS /pa
</span>
<button
class=
"m-
btn m-btn--action m-btn--slim m-
plus-plan__period-buy-button"
<button
class=
"m-plus-plan__period-buy-button"
(
click
)="
onClick
('
year
')"
>
<ng-container
i18n=
"verb|@@M__ACTION__PURCHASE"
>
Purchase
</ng-container>
...
...
@@ -38,7 +38,7 @@
<div
class=
"m-plus-plan__period-container"
>
<h6
class=
"m-plus-plan__period-title"
>
Lifetime
</h6>
<span
class=
"m-plus-plan__period-price"
>
500 MINDS
</span>
<button
class=
"m-
btn m-btn--action m-btn--slim m-plus-plan__period-buy-button
"
<button
class=
"m-
plus-plan__period-buy-button__blue
"
(
click
)="
onClick
('
lifetime
')"
>
<ng-container
i18n=
"verb|@@M__ACTION__PURCHASE"
>
Purchase
</ng-container>
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/plus/plan/payment-plan.component.scss
View file @
32bff9c5
@import
"defaults"
;
@import
"themes"
;
.m-plus-plan__container
{
.m-plus-plan__row
{
.m-plus-plan__section
{
h1
{
font-size
:
36px
;
text-transform
:
none
;
display
:
block
;
font-weight
:
600
;
line-height
:
1
;
letter-spacing
:
1
.2px
;
align-items
:
center
;
margin
:
16px
0
8px
40px
;
}
.m-plus-plan__subtitle
{
display
:
inline-flex
;
flex-direction
:
column
;
max
width
:
30%
;
width
:
30%
;
align-items
:
center
;
font-size
:
14px
;
font-weight
:
600
;
line-height
:
1
;
letter-spacing
:
1
.2px
;
align-items
:
center
;
margin
:
0
0
8px
0
;
i
,
.m-plus-plan__plus-logo
{
font-size
:
50pt
;
padding-top
:
$minds-padding
*
2
;
}
}
.m-plus-plan__plans
{
...
...
@@ -23,10 +42,17 @@
border-style
:
solid
;
border-width
:
0
0
0
2px
;
padding
:
$minds-padding
*
2
;
border-color
:
#e8e8e8
;
@include
m-theme
(){
border-color
:
themed
(
$m-grey-50
);
}
.m-plus-plan__period-title
{
display
:
block
;
font-weight
:
bold
;
font-size
:
18px
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
}
.m-plus-plan__period-price
{
...
...
@@ -35,6 +61,30 @@
.m-plus-plan__period-buy-button
{
display
:
block
;
margin-top
:
$minds-padding
*
4
;
font-size
:
14px
;
padding
:
8px
32px
;
background
:
none
;
border-radius
:
0
;
cursor
:
pointer
;
@include
m-theme
(){
border
:
1px
solid
themed
(
$m-grey-700
);
color
:
themed
(
$m-grey-700
);
}
}
.m-plus-plan__period-buy-button__blue
{
display
:
block
;
margin-top
:
$minds-padding
*
4
;
font-size
:
14px
;
padding
:
8px
32px
;
background
:
none
;
border-radius
:
0
;
cursor
:
pointer
;
@include
m-theme
(){
border
:
1px
solid
themed
(
$m-blue
);
color
:
themed
(
$m-blue
);
}
}
}
}
...
...
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