Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
karlsruhe.freifunk.net
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
website
karlsruhe.freifunk.net
Commits
6b6498e0
Commit
6b6498e0
authored
1 month ago
by
Philipp Wasser
Browse files
Options
Downloads
Patches
Plain Diff
Removed vars mobile stylw
parent
b91e74ec
Branches
Branches containing commit
1 merge request
!12
Fix deprecations
Pipeline
#1256
failed with stages
Stage:
Stage:
in 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
css/style-mobile.scss
+7
-7
7 additions, 7 deletions
css/style-mobile.scss
with
7 additions
and
7 deletions
css/style-mobile.scss
+
7
−
7
View file @
6b6498e0
...
...
@@ -51,7 +51,7 @@
.box
{
margin
:
(
vars
.
$size-element-margin
*
0
.5
);
overflow-x
:
hidden
;
padding
:
vars
.
$box-padding-vertical
vars
.
$box-padding-horizontal
!
important
;
padding
:
$box-padding-vertical
$box-padding-horizontal
!
important
;
&
.features
{
.features-row
{
...
...
@@ -62,8 +62,8 @@
border
:
0
;
border-top
:
solid
1px
vars
.
$color-border
!
important
;
float
:
none
;
margin
:
vars
.
$box-padding-vertical
0
0
0
!
important
;
padding
:
vars
.
$box-padding-vertical
0
0
0
!
important
;
margin
:
$box-padding-vertical
0
0
0
!
important
;
padding
:
$box-padding-vertical
0
0
0
!
important
;
width
:
100%
;
}
...
...
@@ -85,13 +85,13 @@
width
:
calc
(
100%
+
#{
$box-padding-horizontal
*
2
}
);
&
:first-child
{
margin-bottom
:
vars
.
$box-padding-vertical
;
margin-top
:
vars
.
$box-padding-vertical
*
-1
;
margin-bottom
:
$box-padding-vertical
;
margin-top
:
$box-padding-vertical
*
-1
;
}
&
:last-child
{
margin-bottom
:
vars
.
$box-padding-vertical
*
-1
;
margin-top
:
vars
.
$box-padding-vertical
;
margin-bottom
:
$box-padding-vertical
*
-1
;
margin-top
:
$box-padding-vertical
;
}
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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