mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-02 21:57:17 +00:00
Align before pseudo component by using flex (and not width and padding)
This commit is contained in:
@@ -49,6 +49,15 @@ table td.actions {
|
||||
// Special for icons in the actions column
|
||||
[class*="icon-"] {
|
||||
color: $v2-blue;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
&:before {
|
||||
width: auto;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
&.no-text {
|
||||
border: 2px solid $v2-blue-light;
|
||||
background-color: $v2-blue-lightest;
|
||||
|
||||
Reference in New Issue
Block a user