Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Community
drupalpt
Commits
765ce62d
Commit
765ce62d
authored
Apr 08, 2019
by
Cristiano Silva
Browse files
Fix mobile styles
parent
7102a186
Pipeline
#1804
passed with stages
in 3 minutes and 3 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
themes/custom/drupalpt/css/style.css
View file @
765ce62d
...
...
@@ -9154,19 +9154,22 @@ footer {
body
{
background
:
#fff
;
margin
:
0
;
height
:
100%
;
color
:
#000
;
}
color
:
#00
0
;
overflow
:
hidden
;
overflow-y
:
auto
;
}
html
{
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
min-height
:
100vh
;
height
:
100%
;
}
html
,
body
{
width
:
100%
;
height
:
100%
;
}
height
:
100%
;
margin
:
0
;
padding
:
0
;
position
:
relative
;
min-height
:
100%
;
}
.btn-primary
:focus
,
.btn-primary.focus
{
box-shadow
:
none
;
...
...
@@ -9870,7 +9873,7 @@ ul.list-of-text {
.home-community
.view-header
.view-header-titles
h2
{
font
:
100
52px
/
60px
'Inter'
,
sans-serif
;
}
.home-community
.views-row
.views-field-field-title
h4
{
font
:
200
20px
/
30px
'Inter'
,
sans-serif
;
}
font
:
200
20px
/
30px
'Inter'
,
sans-serif
!important
;
}
.content-header
h2
,
.view-header-titles
h2
{
font
:
100
54px
/
66px
'Inter'
,
sans-serif
;
}
...
...
themes/custom/drupalpt/css/style.css.map
View file @
765ce62d
This source diff could not be displayed because it is too large. You can
view the blob
instead.
themes/custom/drupalpt/scss/theme-styles/globals.scss
View file @
765ce62d
...
...
@@ -11,21 +11,24 @@
body
{
background
:
$white
;
margin
:
0
;
height
:
100%
;
color
:
#000
;
overflow
:
hidden
;
overflow-y
:
auto
;
}
html
{
min-height
:
100vh
;
height
:
100%
;
overflow-x
:
hidden
;
overflow-y
:
auto
;
}
html
,
body
{
width
:
100%
;
height
:
100%
;
margin
:
0
;
padding
:
0
;
position
:
relative
;
min-height
:
100%
;
}
.btn-primary
:focus
,
.btn-primary.focus
{
...
...
themes/custom/drupalpt/scss/theme-styles/responsive.scss
View file @
765ce62d
...
...
@@ -41,7 +41,7 @@
.views-row
.views-field-field-title
{
h4
{
font
:
200
20px
/
30px
'Inter'
,
sans-serif
;
font
:
200
20px
/
30px
'Inter'
,
sans-serif
!
important
;
}
}
}
...
...
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