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
484b2d55
Commit
484b2d55
authored
Apr 05, 2019
by
Cristiano Silva
Browse files
Fixed scale style on hover, on landing-lower images
parent
2b63ca53
Pipeline
#1801
passed with stages
in 3 minutes and 5 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
themes/custom/drupalpt/css/style.css
View file @
484b2d55
...
...
@@ -9427,15 +9427,17 @@ ul.list-of-text {
justify-content
:
center
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
{
margin
:
-80px
auto
130px
auto
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
{
display
:
block
;
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
{
transition
:
all
.4s
ease
0s
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
:hover
{
cursor
:
pointer
;
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
:hover
{
transform
:
scale
(
1.05
);
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
img
{
width
:
100%
;
height
:
100%
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
{
display
:
block
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
:hover
{
cursor
:
pointer
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-media-image
a
img
{
width
:
100%
;
height
:
100%
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-title
h4
{
margin-top
:
30px
;
}
.page-node-682
#main
#block-drupalpt-content
.home-landing-lower
.views-field-field-title
h4
a
{
...
...
@@ -10029,7 +10031,7 @@ ul.list-of-text {
.eu-cookie-compliance-banner
.eu-cookie-compliance-content
.eu-cookie-compliance-buttons
.eu-cookie-compliance-default-button
{
display
:
inline-block
;
padding
:
9px
12px
;
font
:
6
00
13px
/
16px
'Inter'
,
sans-serif
;
font
:
5
00
13px
/
16px
'Inter'
,
sans-serif
;
letter-spacing
:
-0.5px
;
color
:
#fff
;
background
:
none
;
...
...
themes/custom/drupalpt/css/style.css.map
View file @
484b2d55
This source diff could not be displayed because it is too large. You can
view the blob
instead.
themes/custom/drupalpt/scss/theme-styles/pages/inicio.scss
View file @
484b2d55
...
...
@@ -44,14 +44,20 @@
margin
:
-80px
auto
130px
auto
;
.views-field-field-media-image
{
transition
:
all
.4s
ease
0s
;
&
:hover
{
transform
:
scale
(
1
.05
);
}
a
{
display
:
block
;
transition
:
all
.4s
ease
0s
;
//
transition: all .4s ease 0s;
&
:hover
{
cursor
:
pointer
;
//opacity: .95;
transform
:
scale
(
1
.05
);
//
transform: scale(1.05);
}
img
{
...
...
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