mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-10 23:07:47 +00:00
32 lines
567 B
Sass
32 lines
567 B
Sass
// OMG
|
|
// We can't import foundation components?
|
|
// See https://github.com/zurb/foundation/issues/3855#issuecomment-30372252
|
|
|
|
@import "variables"
|
|
@import "components/global"
|
|
@import "components/buttons"
|
|
@import "components/panels"
|
|
|
|
|
|
#sidebar
|
|
margin-top: 1.875em
|
|
$bg: #222
|
|
$padding: emCalc(20)
|
|
$adjust: true
|
|
$adjust: true
|
|
@include panel($bg, $padding, $adjust)
|
|
.content
|
|
background: white
|
|
|
|
.tabs dd a
|
|
padding: 0.5em 1em
|
|
|
|
#account
|
|
dl
|
|
@include clearfix
|
|
dt, dd
|
|
display: inline-block
|
|
|
|
p > strong
|
|
display: block
|