/*
 * Copyright (C) 2013 Vanderbilt University, All rights reserved.
 * 
 * Author: Robert Kereskenyi
 */

$palette-thumb-size: 13px;
$active-size: $palette-thumb-size + 2;

.sp-container {
  .sp-palette {
    .sp-thumb-el {
      width: $palette-thumb-size;
      height: $palette-thumb-size;
    }
  }

  .sp-thumb-active {
    .sp-thumb-inner {
      background-size: $active-size $active-size;
    }
  }

  .sp-clear {
    cursor: pointer;
  }
}