mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
b5bbe39ec6
Summary: The removes our least used gradients and uses base colors. Tweaked Hovercards to use. Test Plan: Test Hovercards and UIExamples Actions Headers Reviewers: epriestley, btrahan Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9347
24 lines
361 B
CSS
24 lines
361 B
CSS
/**
|
|
* @provides sprite-gradient-css
|
|
* @generated
|
|
*/
|
|
|
|
.sprite-gradient {
|
|
background-image: url(/rsrc/image/sprite-gradient.png);
|
|
background-repeat: repeat-x;
|
|
}
|
|
|
|
|
|
|
|
|
|
.gradient-dark-grey-header {
|
|
background-position: 0px 0px;
|
|
}
|
|
|
|
.gradient-grey-header {
|
|
background-position: 0px -71px;
|
|
}
|
|
|
|
.gradient-lightblue-header {
|
|
background-position: 0px -142px;
|
|
}
|