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 .note
position: relative
margin-left: pxToRem($space-unit) margin-left: pxToRem($space-unit)
&__call &__call
background: $color-background-alt background: $color-background-alt
...@@ -31,21 +30,21 @@ ...@@ -31,21 +30,21 @@
border-bottom-right-radius: 0 border-bottom-right-radius: 0
.note__content .note__content
display: block display: block
@include media-breakpoint-up(desktop) @include media-breakpoint-up(desktop)
&__content position: relative
border-radius: 4px &__content
top: pxToRem(25) border-radius: 4px
&--left top: pxToRem(25)
.note__content &--left
left: 0
border-top-left-radius: 0
&--right
.note__content
right: 0
border-top-right-radius: 0
@include media-breakpoint-down(desktop)
position: inherit
.note__content .note__content
left: 0 left: 0
border-top-left-radius: 0
&--right
.note__content
right: 0 right: 0
margin-top: pxToRem(-$space-unit) border-top-right-radius: 0
\ No newline at end of file @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