summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/account_recovery/page.scss
blob: b3b6b1c2824cd2310e8b52e5c5c45054df320a88 (plain)
1
2
3
4
5
6
7
8
9
10
11
@import "../vendor/reset";
@import "../base/colors";
@import "../base/scaffolding";

body {
  background: $dark_blue; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left top, $dark_blue, $middle_blue); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom right, $dark_blue, $middle_blue); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom right, $dark_blue, $middle_blue); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom right, $dark_blue, $middle_blue); /* Standard syntax */
}