Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
socialblue
Commits
18d76a16
Commit
18d76a16
authored
Jun 07, 2021
by
Agami4
Browse files
Issue
#3217673
by agami4: Improve mediainfo content on the hero banner on the sky theme(1st)
parent
a6c24c59
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/hero--sky.css
View file @
18d76a16
...
...
@@ -290,14 +290,22 @@
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
margin-left
:
-
3
px
;
margin-right
:
-
3
px
;
margin-left
:
-
5
px
;
margin-right
:
-
5
px
;
line-height
:
2
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
a
{
text-decoration
:
none
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
a
:hover
{
text-decoration
:
underline
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
>
*
{
padding-left
:
3
px
;
padding-right
:
3
px
;
padding-left
:
5
px
;
padding-right
:
5
px
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
>
div
:not
([
class
]),
...
...
@@ -308,18 +316,9 @@
max-width
:
100%
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
a
{
text-decoration
:
none
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
a
:hover
{
text-decoration
:
underline
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
.badge--large
{
line-height
:
1.2
;
margin-bottom
:
0
;
padding-left
:
0
;
}
.socialblue--sky
.hero__banner--static
.page-title
{
...
...
components/04-organisms/hero/hero--sky.scss
View file @
18d76a16
...
...
@@ -343,13 +343,21 @@
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
center
;
margin-left
:
-
3
px
;
margin-right
:
-
3
px
;
margin-left
:
-
5
px
;
margin-right
:
-
5
px
;
line-height
:
2
;
a
{
text-decoration
:
none
;
&
:hover
{
text-decoration
:
underline
;
}
}
>
*
{
padding-left
:
3
px
;
padding-right
:
3
px
;
padding-left
:
5
px
;
padding-right
:
5
px
;
}
>
div
:not
([
class
]),
...
...
@@ -358,18 +366,9 @@
max-width
:
100%
;
}
a
{
text-decoration
:
none
;
&
:hover
{
text-decoration
:
underline
;
}
}
.badge--large
{
line-height
:
1
.2
;
margin-bottom
:
0
;
padding-left
:
0
;
}
}
...
...
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