Add more link icons

This commit is contained in:
Jeremy Thomas
2018-04-11 02:11:12 +01:00
parent 89f2c47003
commit 0c4bd24d5b
7 changed files with 74 additions and 5 deletions

View File

@@ -134,8 +134,12 @@
height: 1px
.bd-anchors
display: none
max-width: $sidebar-width
padding-top: calc(1.5rem - 1px)
+tablet
&.is-active
display: block
&.is-pinned
position: fixed
top: 0
@@ -165,8 +169,6 @@
.bd-side-background
display: none
$sidebar-width: 14rem
+tablet
.bd-duo
display: flex
@@ -202,3 +204,11 @@ $sidebar-width: 14rem
width: $carbon-width
.bd-side
padding: 3rem 0 3rem 1.5rem
+widescreen
.bd-header-carbon
margin-left: ($main-spacing * 3)
+fullhd
.bd-header-carbon
margin-left: ($main-spacing * 4)