Skip to content
Snippets Groups Projects
Commit 59522f66 authored by Hugo SUBTIL's avatar Hugo SUBTIL
Browse files

fix: fix background shape style

parent d27fbacc
No related branches found
No related tags found
3 merge requests!14Recette,!13Dev,!6Topic search
......@@ -11,7 +11,6 @@
#map {
height: calc(100vh - #{$header-height} - #{$footer-height} - 50px);
width: 100%;
border: 10px solid white;
border-radius: 6px;
}
......
......@@ -37,14 +37,14 @@ $mat-tab-shadow: 0px 2px 7px rgba(0, 0, 0, 0.25);
@mixin background-hash {
background: linear-gradient(
-45deg,
$grey 2.5%,
$grey-2 2.5%,
$white 2.5%,
$white 47.5%,
$grey 47.5%,
$grey 52.5%,
$grey-2 47.5%,
$grey-2 52.5%,
$white 52.5%,
$white 97.5%,
$grey 97.5%
$grey-2 97.5%
);
background-size: 5px 5px;
background-position: 25px 25px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment