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
94acdf1f
Commit
94acdf1f
authored
Jul 07, 2021
by
Agami4
Browse files
YANG-5949
: Improve teasers - rtl
parent
6e293f92
Changes
2
Show whitespace changes
Inline
Side-by-side
assets/css/teaser.css
View file @
94acdf1f
...
...
@@ -30,6 +30,10 @@
border-bottom-left-radius
:
inherit
;
background
:
#e6e6e6
;
}
[
dir
=
'rtl'
]
.teaser__image
{
border-top-left-radius
:
initial
;
border-bottom-left-radius
:
initial
;
}
.teaser__teaser-type
{
background-color
:
rgba
(
0
,
0
,
0
,
0.5
);
border-radius
:
0
0
10px
0
;
...
...
components/03-molecules/teaser/teaser.scss
View file @
94acdf1f
...
...
@@ -6,6 +6,11 @@
border-top-left-radius
:
inherit
;
border-bottom-left-radius
:
inherit
;
background
:
$gray-lighter
;
[
dir
=
'rtl'
]
&
{
border-top-left-radius
:
initial
;
border-bottom-left-radius
:
initial
;
}
}
}
...
...
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