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

styles

parent be938b95
No related branches found
No related tags found
No related merge requests found
...@@ -219,10 +219,10 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 144 ...@@ -219,10 +219,10 @@ $grid-breakpoints: (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px, xxl: 144
// Table of content // Table of content
$toc-color: $color-text !default $toc-color: $color-text !default
$toc-active-color: $color-accent !default // TODO : checker ce que ça fait $toc-active-color: $color-accent !default // TODO : checker ce que ça fait
$toc-font-family: $body-font-family !default $toc-font-family: $meta-font-family !default
$toc-font-size: $body-size !default $toc-font-size: $meta-size !default
$toc-font-size-md: $body-size-md !default $toc-font-size-md: $meta-size-md !default
$toc-line-height: $h4-line-height !default $toc-line-height: $meta-line-height !default
$toc-title-font-family: $toc-font-family !default $toc-title-font-family: $toc-font-family !default
$toc-title-font-size: $toc-font-size !default $toc-title-font-size: $toc-font-size !default
$toc-title-font-size-md: $toc-font-size-md !default $toc-title-font-size-md: $toc-font-size-md !default
......
...@@ -9,15 +9,7 @@ ...@@ -9,15 +9,7 @@
flex-shrink: 0 flex-shrink: 0
white-space: nowrap white-space: nowrap
&, a &, a
// FIXME Arnaud : il doit y avoir plus élégant, non ? Hériter de .meta ? @extend .meta
font-family: $meta-font-family
font-size: $meta-size
font-weight: $meta-weight
line-height: $meta-line-height
@include media-breakpoint-up(md)
font-size: $meta-size-md
// End of FIXME
a a
color: $breadcrumb-color color: $breadcrumb-color
text-decoration-color: rgba($breadcrumb-color, 0.3) text-decoration-color: rgba($breadcrumb-color, 0.3)
......
...@@ -26,8 +26,7 @@ ...@@ -26,8 +26,7 @@
padding: 0 padding: 0
a, a,
span span
font-size: px2rem(18) @extend .signature
line-height: px2rem(26)
cursor: pointer cursor: pointer
transition: text-decoration 0.15s transition: text-decoration 0.15s
&:not(:hover) &:not(:hover)
......
...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
cursor: pointer cursor: pointer
padding: 0 padding: 0
span span
@extend .meta
text-overflow: ellipsis text-overflow: ellipsis
overflow: hidden overflow: hidden
&::after &::after
...@@ -132,7 +133,6 @@ ...@@ -132,7 +133,6 @@
font-size: $toc-title-font-size-md font-size: $toc-title-font-size-md
.toc .toc
font-size: $toc-font-size
font-family: $toc-font-family font-family: $toc-font-family
line-height: $toc-line-height line-height: $toc-line-height
@include media-breakpoint-up(md) @include media-breakpoint-up(md)
......
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