Skip to content
Snippets Groups Projects
Commit e7188b18 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

responsive

parent c1181d05
No related branches found
No related tags found
No related merge requests found
.note
position: relative
margin-left: pxToRem($space-unit)
&__call
background: $color-background-alt
......@@ -31,21 +30,21 @@
border-bottom-right-radius: 0
.note__content
display: block
@include media-breakpoint-up(desktop)
&__content
border-radius: 4px
top: pxToRem(25)
&--left
.note__content
left: 0
border-top-left-radius: 0
&--right
.note__content
right: 0
border-top-right-radius: 0
@include media-breakpoint-down(desktop)
position: inherit
@include media-breakpoint-up(desktop)
position: relative
&__content
border-radius: 4px
top: pxToRem(25)
&--left
.note__content
left: 0
border-top-left-radius: 0
&--right
.note__content
right: 0
margin-top: pxToRem(-$space-unit)
\ No newline at end of file
border-top-right-radius: 0
@include media-breakpoint-down(desktop)
.note__content
left: 0
right: 0
margin-top: pxToRem(-$space-unit)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment