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
a6c24c59
Commit
a6c24c59
authored
Jun 07, 2021
by
Agami4
Browse files
Issue
#3217673
by agami4: Improve mediainfo content on the hero banner on the sky theme
parent
e5225fa4
Changes
2
Hide whitespace changes
Inline
Side-by-side
assets/css/hero--sky.css
View file @
a6c24c59
...
...
@@ -282,9 +282,32 @@
}
.socialblue--sky
.hero__banner--static
.metainfo__content
{
display
:
-webkit-box
;
display
:
-ms-flexbox
;
display
:
flex
;
-ms-flex-wrap
:
wrap
;
flex-wrap
:
wrap
;
-webkit-box-align
:
center
;
-ms-flex-align
:
center
;
align-items
:
center
;
margin-left
:
-3px
;
margin-right
:
-3px
;
line-height
:
2
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
>
*
{
padding-left
:
3px
;
padding-right
:
3px
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
>
div
:not
([
class
]),
.socialblue--sky
.hero__banner--static
.metainfo__content
>
div
:last-child
{
-webkit-box-flex
:
0
;
-ms-flex
:
0
0
100%
;
flex
:
0
0
100%
;
max-width
:
100%
;
}
.socialblue--sky
.hero__banner--static
.metainfo__content
a
{
text-decoration
:
none
;
}
...
...
components/04-organisms/hero/hero--sky.scss
View file @
a6c24c59
...
...
@@ -340,8 +340,24 @@
}
.metainfo__content
{
display
:
flex
;
flex-wrap
:
wrap
;
align-items
:
center
;
margin-left
:
-3px
;
margin-right
:
-3px
;
line-height
:
2
;
>
*
{
padding-left
:
3px
;
padding-right
:
3px
;
}
>
div
:not
([
class
]),
>
div
:last-child
{
flex
:
0
0
100%
;
max-width
:
100%
;
}
a
{
text-decoration
:
none
;
...
...
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