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:
parent
b5c2d5c0c4
commit
8e0824b7a2
1 changed files with 0 additions and 22 deletions
|
@ -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);
|
||||
}
|
Loading…
Reference in a new issue