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
817
Issues
817
List
Boards
Labels
Service Desk
Milestones
Merge Requests
68
Merge Requests
68
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
Commits
cf1e9ebd
Commit
cf1e9ebd
authored
12 minutes ago
by
Ben Hayward
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed size and added flex wrap to download buttons
#1356
parent
0cdc6150
No related merge requests found
Pipeline
#69049541
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
7 deletions
+19
-7
modal.scss
src/app/modules/modals/modal.scss
+19
-7
No files found.
src/app/modules/modals/modal.scss
View file @
cf1e9ebd
...
...
@@ -74,26 +74,38 @@ m-modal-signup, m-modal-signup-on-action{
margin-left
:
$minds-padding
;
}
@media
screen
and
(
max-width
:
$min-tablet
)
{
&
{
padding
:
16px
0
;
}
}
//
@media screen and (max-width: $min-tablet) {
//
& {
//
padding: 16px 0;
//
}
//
}
}
.m-modal-signup-apps
{
display
:flex
;
flex-flow
:row
nowrap
;
align-items
:center
;
padding
:
0
40px
;
width
:
100%
;
box-sizing
:
border-box
;
padding
:
0
40px
;
@media
screen
and
(
max-width
:
$max-mobile
)
{
display
:
flex
;
flex-wrap
:
wrap
;
justify-content
:
center
;
padding
:
0
30px
;
}
a
{
flex
:
1
;
@media
screen
and
(
min-width
:
$max-mobile
)
{
flex
:
1
;
}
margin
:
$minds-margin
/
2
;
min-width
:
40%
;
img
{
width
:
100%
;
max-width
:
130px
;
min-width
:
130px
;
}
}
}
...
...
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