Skip to content
Snippets Groups Projects
Commit f9ce2ebc authored by sebousan's avatar sebousan
Browse files

add top (todo rename)

parent f27acd18
No related branches found
No related tags found
No related merge requests found
/* TODO à renomer */
.top
align-items: baseline
display: flex
flex-wrap: wrap
justify-content: space-between
margin-bottom: $spacing1
position: relative
h2, p
margin-bottom: 0
h2
a
@include stretched-link
div
margin-top: px2rem(5)
p
@include media-breakpoint-up(lg)
width: col(8)
.link
@extend .link-more
// Polyfill flex-wrap
@supports not (flex-wrap: wrap)
display: block
h2
display: inline-block
.link
float: right
......@@ -23,6 +23,7 @@
@import "design-system/nav"
@import "design-system/table"
@import "design-system/table_of_content"
@import "design-system/top"
@import "design-system/typography"
// Blocks
......
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