mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 14:28:24 -04:00
Put pattern behind logo images
So that white on transparent images are visible.
This commit is contained in:
@@ -5,3 +5,14 @@
|
|||||||
min-height: 200px;
|
min-height: 200px;
|
||||||
margin-bottom: $gutter
|
margin-bottom: $gutter
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#logo-img {
|
||||||
|
background-color: $grey-4;
|
||||||
|
background-image: linear-gradient(45deg, $grey-3 25%, transparent 25%), linear-gradient(-45deg, $grey-3 25%, transparent 25%), linear-gradient(45deg, transparent 75%, $grey-3 75%), linear-gradient(-45deg, transparent 75%, $grey-3 75%);
|
||||||
|
background-size: 20px 20px;
|
||||||
|
background-position: 0 0, 0 10px, 10px -10px, -10px 0px;
|
||||||
|
|
||||||
|
img {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user