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
a67a6897
Commit
a67a6897
authored
Apr 18, 2019
by
Cristiano Silva
Browse files
Community styles adjustments
parent
7791c460
Pipeline
#1861
passed with stages
in 3 minutes and 10 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
themes/custom/drupalpt/css/style.css
View file @
a67a6897
...
...
@@ -9285,21 +9285,23 @@ a:hover {
margin-bottom
:
35px
;
color
:
#fff
;
}
ul
.list-of-text
{
list-style-type
:
circle
;
ul
.list-of-text
,
ol
{
padding-left
:
30px
;
}
ul
.list-of-text
li
{
ul
.list-of-text
li
,
ol
li
{
font
:
300
18px
/
28px
'Inter'
,
sans-serif
;
letter-spacing
:
0
;
color
:
#000
;
}
ul
.list-of-text
a
{
ul
.list-of-text
a
,
ol
a
{
font
:
500
18px
/
28px
'Inter'
,
sans-serif
;
letter-spacing
:
0
;
color
:
#000
;
}
ul
.list-of-text
a
:hover
{
ul
.list-of-text
a
:hover
,
ol
a
:hover
{
color
:
#00F0F3
;
opacity
:
0.6
;
}
ul
.list-of-text
{
list-style-type
:
circle
;
}
.content-text
h3
{
color
:
#fff
;
padding
:
20px
40px
;
...
...
@@ -9315,6 +9317,8 @@ ul.list-of-text {
margin-bottom
:
15px
;
}
.content-topic
p
{
margin-bottom
:
35px
;
}
.content-topic
ol
{
padding-left
:
30px
;
}
.topic-links
{
display
:
flex
;
...
...
@@ -9681,7 +9685,7 @@ ul.list-of-text {
*
*/
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
437
px
;
margin-top
:
594
px
;
margin-bottom
:
130px
;
}
.page-node-713
#main
#block-drupalpt-content
.community-content
.content-topic
:last-child
,
.page-node-713
#main
#block-drupalpt-content
.community-content
.content-topic
:last-child
p
:last-child
{
margin-bottom
:
0
;
...
...
@@ -9690,7 +9694,7 @@ ul.list-of-text {
padding-top
:
135px
;
padding-bottom
:
130px
;
color
:
#fff
;
}
.page-node-713
#main
#block-drupalpt-content
.community-adp
ul
.list-of-text
li
,
.page-node-713
#main
#block-drupalpt-content
.community-adp
ul
.list-of-text
a
{
.page-node-713
#main
#block-drupalpt-content
.community-adp
ul
.list-of-text
li
,
.page-node-713
#main
#block-drupalpt-content
.community-adp
ul
.list-of-text
a
,
.page-node-713
#main
#block-drupalpt-content
.community-adp
ol
li
,
.page-node-713
#main
#block-drupalpt-content
.community-adp
ol
a
{
color
:
#fff
;
}
.page-node-713
#main
#block-drupalpt-content
.community-adp
p
{
margin-bottom
:
80px
;
...
...
@@ -10051,7 +10055,7 @@ ul.list-of-text {
font
:
100
50px
/
58px
'Inter'
,
sans-serif
;
}
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
11
0px
!important
;
}
margin-top
:
22
0px
!important
;
}
.page-node-683
.img-with-border
,
.page-node-713
.img-with-border
{
padding
:
0
!important
;
}
...
...
@@ -10072,7 +10076,7 @@ ul.list-of-text {
justify-content
:
center
;
}
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
345
px
;
}
margin-top
:
557
px
;
}
.page-node-683
#main
#block-drupalpt-content
.resources-learn-content
{
margin-top
:
291px
;
}
...
...
@@ -10098,7 +10102,7 @@ ul.list-of-text {
padding
:
0px
25px
;
}
}
@media
(
max-width
:
767.98px
)
{
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
291
px
;
}
margin-top
:
586
px
;
}
.page-node-683
#main
#block-drupalpt-content
.resources-learn-content
{
margin-top
:
291px
;
}
...
...
themes/custom/drupalpt/css/style.css.map
View file @
a67a6897
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 @
a67a6897
...
...
@@ -178,8 +178,7 @@ a:hover {
}
}
ul
.list-of-text
{
list-style-type
:
circle
;
ul
.list-of-text
,
ol
{
padding-left
:
30px
;
li
{
...
...
@@ -200,6 +199,10 @@ ul.list-of-text {
}
}
ul
.list-of-text
{
list-style-type
:
circle
;
}
.content-text
{
h3
{
...
...
@@ -227,6 +230,10 @@ ul.list-of-text {
p
{
margin-bottom
:
35px
;
}
ol
{
padding-left
:
30px
;
}
}
.topic-links
{
...
...
themes/custom/drupalpt/scss/theme-styles/pages/community.scss
View file @
a67a6897
...
...
@@ -13,7 +13,8 @@
// --- --- SECTIONS --- --- //
.community-content
{
margin-top
:
437px
;
//margin-top: 437px;
margin-top
:
594px
;
margin-bottom
:
130px
;
.content-topic
:last-child
,
.content-topic
:last-child
p
:last-child
{
...
...
@@ -29,7 +30,7 @@
@extend
%gradient-bg-with-img
;
color
:
$white
;
ul
.list-of-text
{
ul
.list-of-text
,
ol
{
li
,
a
{
color
:
$white
;
...
...
themes/custom/drupalpt/scss/theme-styles/responsive.scss
View file @
a67a6897
...
...
@@ -74,7 +74,8 @@
}
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
110px
!
important
;
//margin-top: 110px !important;
margin-top
:
220px
!
important
;
}
.page-node-683
,
.page-node-713
{
...
...
@@ -120,7 +121,8 @@
}
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
345px
;
//margin-top: 345px;
margin-top
:
557px
;
}
.page-node-683
#main
#block-drupalpt-content
{
...
...
@@ -185,7 +187,8 @@
// Small devices (landscape phones, less than 768px)
@include
media-breakpoint-down
(
sm
)
{
.page-node-713
#main
#block-drupalpt-content
.community-content
{
margin-top
:
291px
;
//margin-top: 291px;
margin-top
:
586px
;
}
.page-node-683
#main
#block-drupalpt-content
{
...
...
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