Files
openfoodnetwork/app/webpacker/css/admin/hacks/opera.scss
2021-12-27 17:45:05 +00:00

17 lines
248 B
SCSS

html.opera {
// Fix legend center align
legend {
margin: 0 auto;
}
// Properly align icons in circle
table td.actions .no-text.icon-edit {
padding-left: 1px;
}
// Fix sidebar margin
#sidebar {
margin-top: 18px;
}
}