milligram/src/_Code.sass

23 lines
498 B
Sass
Raw Normal View History

2015-12-26 01:56:28 +00:00
// Code
//
code
2020-05-17 21:41:05 +00:00
background: $color-tertiary
border-radius: .4rem
font-size: 86%
margin: 0 .2rem
padding: .2rem .5rem
white-space: nowrap
2015-12-26 01:56:28 +00:00
2016-01-06 06:38:50 +00:00
pre
2020-05-17 21:41:05 +00:00
background: $color-tertiary
border-left: .3rem solid $color-primary
overflow-y: hidden
2016-01-06 06:38:50 +00:00
2020-05-17 21:41:05 +00:00
& > code
border-radius: 0
display: block
padding: 1rem 1.5rem
white-space: pre