Adding css test colors.

This commit is contained in:
Tristan Roux
2019-01-12 23:37:51 +01:00
parent 85ee0fc185
commit 708d1fa1aa

View File

@@ -2,11 +2,13 @@
.nav-content
{
display: none;
background-color: #00ff00;
}
@include media-breakpoint-up(sm)
{
.nav-content
{
display: flex;
display: flex;
background-color: #ff0000;
}
}