mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Add fullwidth for table selector
This commit is contained in:
@@ -68,6 +68,10 @@ table.social {
|
||||
background-color: white !important;
|
||||
border: 1px solid #ebebeb;
|
||||
}
|
||||
|
||||
&.fullwidth {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
table.order-summary {
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
%table.social.white-bg{width: "100%"}
|
||||
%table.column{align: "left"}
|
||||
%table.social.white-bg.fullwidth
|
||||
%table.column
|
||||
%tr
|
||||
%td
|
||||
%h3
|
||||
|
||||
Reference in New Issue
Block a user