mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-02 02:11:33 +00:00
72 lines
1.0 KiB
SCSS
72 lines
1.0 KiB
SCSS
#header #logo {
|
|
top: 10px;
|
|
}
|
|
|
|
#header h1 {
|
|
left: 275px;
|
|
}
|
|
|
|
|
|
/* Fix conflict between Spree and elRTE's styles */
|
|
.el-rte .toolbar {
|
|
float: none;
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
|
|
#new_enterprise_fee_set input.search {
|
|
float: right;
|
|
margin-bottom: 1em;
|
|
}
|
|
|
|
.ng .ng-invalid.ng-dirty {
|
|
background-color: #fa787e;
|
|
}
|
|
|
|
|
|
form.order_cycle {
|
|
h2 {
|
|
margin-top: 2em;
|
|
}
|
|
.date-field {
|
|
float: left;
|
|
margin-right: 3em;
|
|
}
|
|
table.exchanges {
|
|
tr td.active {
|
|
width: 20px;
|
|
}
|
|
|
|
tr.supplier td {
|
|
border-bottom: 2px solid #C3D9FF;
|
|
}
|
|
|
|
.exchange-product {
|
|
float: left;
|
|
overflow: auto;
|
|
width: 18%;
|
|
min-height: 7.5em;
|
|
margin: 0 1% 1% 0;
|
|
border: 1px solid #DAE7FF;
|
|
padding: 5px;
|
|
|
|
.exchange-product-details {
|
|
clear: both;
|
|
margin-bottom: 1em;
|
|
|
|
.supplier {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.exchange-product-variant {
|
|
float: left;
|
|
margin-right: 2em;
|
|
}
|
|
}
|
|
}
|
|
.actions {
|
|
margin-top: 3em;
|
|
}
|
|
}
|