mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-18 04:39:14 +00:00
Add new shop link colours
This commit is contained in:
@@ -43,3 +43,7 @@ $primary-blue: #0096ad;
|
||||
$secondary-blue: #4cb5c5;
|
||||
$light-blue: #78c7d3;
|
||||
$primary-grey: #666;
|
||||
|
||||
$orange-400: #ff9466;
|
||||
$orange-500: #f27052;
|
||||
$orange-600: #d7583a;
|
||||
|
||||
@@ -72,6 +72,14 @@
|
||||
padding: 1.25em 0;
|
||||
background-color: transparent;
|
||||
|
||||
a {
|
||||
color: $orange-500;
|
||||
|
||||
&:hover {
|
||||
color: $orange-600;
|
||||
}
|
||||
}
|
||||
|
||||
img {
|
||||
margin: 0px 0px 0px 40px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user