Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
front-end
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
simcaq
front-end
Commits
9597e8ee
Commit
9597e8ee
authored
5 years ago
by
Hugo Leonardo
Browse files
Options
Downloads
Patches
Plain Diff
Ajustes no CSS por causa da alteração da mensagem de versão beta
parent
08431307
No related branches found
No related tags found
1 merge request
!1
v1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/styles.scss
+3
-15
3 additions, 15 deletions
src/styles.scss
with
3 additions
and
15 deletions
src/styles.scss
+
3
−
15
View file @
9597e8ee
...
@@ -274,36 +274,24 @@ body {
...
@@ -274,36 +274,24 @@ body {
padding-top
:
$body-padding-top
;
padding-top
:
$body-padding-top
;
}
}
@media
(
min-width
:
77
5px
)
and
(
max-width
:
1476
px
)
{
@media
(
min-width
:
50
5px
)
and
(
max-width
:
955
px
)
{
body
{
body
{
padding-top
:
$body-padding-top
+
25
;
padding-top
:
$body-padding-top
+
25
;
}
}
}
}
@media
(
min-width
:
571
px
)
and
(
max-width
:
77
4px
)
{
@media
(
min-width
:
396
px
)
and
(
max-width
:
50
4px
)
{
body
{
body
{
padding-top
:
$body-padding-top
+
48
;
padding-top
:
$body-padding-top
+
48
;
}
}
}
}
@media
(
min-width
:
416px
)
and
(
max-width
:
570
px
)
{
@media
(
max-width
:
395
px
)
{
body
{
body
{
padding-top
:
$body-padding-top
+
70
;
padding-top
:
$body-padding-top
+
70
;
}
}
}
}
@media
(
min-width
:
353px
)
and
(
max-width
:
415px
)
{
body
{
padding-top
:
$body-padding-top
+
90
;
}
}
@media
(
max-width
:
352px
)
{
body
{
padding-top
:
$body-padding-top
+
110
;
}
}
.cursor-default
{
.cursor-default
{
cursor
:
default
;
cursor
:
default
;
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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