/*
 * --- Primary Colors ---
 */
/*
 * --- Informational Colors ---
 *
 * Use these colors for alerts or informational text.
 */
/*
 * --- Supporting Colors ---
 *
 * These colors would primarily be used with text.
 */
/*
 * --- Feature Colors ---
 *
 * Colors used primarily in the dashboard to brand distribution channels
 */
/*
 * --- Background Colors ---
 */
/*
* --- Gradients ---
 */
/*
 * --- Text Colors ---
 *
 * When using text on a light background stick to Black or Slate.
 * Use White or Light Gray on dark backgrounds. Silver is reserved
 * for disabled states.
 */
/*
 * --- Original ---
 *
 * This is our original color variables. Some have been updated
 * to use the new color variables for StockBlocks and some of the
 * non standard variables are being left as is.
 */
.profile-image-preview,
.wallpaper-image-preview {
  height: 100px;
  display: block;
  margin-bottom: 10px;
}
.profile-image-preview .empty,
.wallpaper-image-preview .empty {
  background-color: #eee;
}

#image-upload-modal .profile-image-preview,
#image-upload-modal .wallpaper-image-preview {
  margin: 0 auto 10px auto;
}
