mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
17 lines
247 B
SCSS
17 lines
247 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;
|
|
}
|
|
}
|