Remove errant gradients file. Isn't included in compiled css.

Shouldn't be in src. Can't believe I missed this before launching v4 :/
This commit is contained in:
mrmrs 2016-08-19 11:04:43 +01:00
parent b5c2d5c0c4
commit 8e0824b7a2

View file

@ -1,22 +0,0 @@
/*
GRADIENTS
*/
.gradient-blue {
background-image: linear-gradient(#4570B0, #0081C2);
}
.gradient-blue-reversed {
background-image: linear-gradient(#0081C2, #4570B0);
}
.gradient-light-blue {
background-image: linear-gradient(#76D3FE, #008AE0);
}
.gradient-light-blue-reversed {
background-image: linear-gradient(#008AE0, #76D3FE);
}