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
793
Issues
793
List
Boards
Labels
Service Desk
Milestones
Merge Requests
59
Merge Requests
59
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Packages
Packages
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
Compare Revisions
f6437d8c57c29dc9f089a7bede537007be22a48f...b0e70291f5ad10aa3cc26beacb3676eab515c928
Source
b0e70291f5ad10aa3cc26beacb3676eab515c928
Select Git revision
...
Target
f6437d8c57c29dc9f089a7bede537007be22a48f
Select Git revision
Compare
Commits (2)
added missing changes
· 61383a5c
Ben Hayward
authored
41 minutes ago
61383a5c
Added missing changes
· b0e70291
Ben Hayward
authored
22 minutes ago
b0e70291
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
3 deletions
+12
-3
creator.component.scss
src/app/modules/boost/creator/creator.component.scss
+5
-2
creator.component.scss
src/app/modules/wire/creator/creator.component.scss
+7
-1
No files found.
src/app/modules/boost/creator/creator.component.scss
View file @
b0e70291
...
...
@@ -69,7 +69,7 @@
font-weight
:
400
;
padding
:
16px
0
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
padding
:
8
px
0
;
padding
:
4
px
0
;
}
}
...
...
@@ -173,9 +173,12 @@
.m-boost--creator-selector--selected-label
,
.m-boost--creator-selector--description
{
display
:
block
;
font-size
:
13px
;
-webkit-font-smoothing
:
antialiased
;
text-rendering
:
optimizeLegibility
;
font-size
:
13px
;
@media
screen
and
(
max-width
:
$min-tablet
){
font-size
:
10px
;
}
}
.m-boost--creator-selector--cta
,
...
...
This diff is collapsed.
Click to expand it.
src/app/modules/wire/creator/creator.component.scss
View file @
b0e70291
...
...
@@ -117,11 +117,17 @@
}
.m-wire--creator-section
{
padding
:
16px
0
;
font-weight
:
400
;
padding
:
16px
0
;
@media
screen
and
(
max-width
:
$min-tablet
)
{
padding
:
unset
;
}
&
.m-wire--creator-section--last
{
margin-top
:
8px
;
@media
screen
and
(
max-width
:
$min-tablet
)
{
margin-top
:
0px
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.