Added network page and sites back-end. Split release tiles into own component.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
/* $primary: #ff886c; */
|
||||
$primary: #ff6c88;
|
||||
|
||||
$background: #fff;
|
||||
$text: #222;
|
||||
$text-contrast: #fff;
|
||||
|
||||
|
||||
@@ -26,3 +26,11 @@ body {
|
||||
color: $primary;
|
||||
margin: 0 0 1rem 0;
|
||||
}
|
||||
|
||||
.icon.icon-href {
|
||||
fill: $shadow;
|
||||
|
||||
:hover {
|
||||
fill: $primary;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user