Compare commits
No commits in common. "39424284273bd457f543563b993709b9d1f9818c" and "1ccf8f3be3ab9ed6caa72d307440b26b12d1ed22" have entirely different histories.
3942428427
...
1ccf8f3be3
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_DEV;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
"ConnectionString": "Data Source=100.73.220.50;Initial Catalog=FruitBank_PROD;Integrated Security=False;Persist Security Info=False;User ID=sa;Password=v6f_?xNfg9N1;Trust Server Certificate=True",
|
||||||
"DataProvider": "sqlserver",
|
"DataProvider": "sqlserver",
|
||||||
"SQLCommandTimeout": null,
|
"SQLCommandTimeout": null,
|
||||||
"WithNoLock": false
|
"WithNoLock": false
|
||||||
|
|
|
||||||
|
|
@ -17,7 +17,7 @@
|
||||||
padding-right: 10px;
|
padding-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* PreOrder item — teal accent to distinguish from Quick Order */
|
/* Preorder item — teal accent to distinguish from Quick Order */
|
||||||
.top-menu .preorder-menu-item > a {
|
.top-menu .preorder-menu-item > a {
|
||||||
color: #2d9e9e !important;
|
color: #2d9e9e !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue