Files
openfoodnetwork/app/webpacker/css/darkswarm/sidebar.scss
Matt-Yorkley ec2213d2f0 Reduce duplicate import statements
It looks ike these CSS rules are actually being re-imported multiple times, which is bloating the output.
2021-12-27 17:45:06 +00:00

33 lines
389 B
SCSS

#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;
}
}
}