Sha256: f9a7316cd5276da2624c975a900582915c84aad912c537699d75c62f36280c3c

Contents?: true

Size: 1.75 KB

Versions: 2

Compression:

Stored size: 1.75 KB

Contents

// /**
//  * Copyright (C) 2013 Crossing Hippos - Babs Gösgens. All rights reserved.
//  * Licensed under GNU General Public License version 2 or later !default; see LICENSE.txt
//  */
@if $trace-imports { @debug 'imported'; }

// @import "persistentgrid/extended/buttons/settings";


	// -----------------------------------------------------------------------
	// Default button overrides - default state
	// -----------------------------------------------------------------------

	$button-padding: false;


	// -----------------------------------------------------------------------
	// Primary button - default state
	// -----------------------------------------------------------------------

	$button-primary-background-color: $color-primary;
	$button-primary-background-image: none;
	$button-primary-background:
		$button-primary-background-color
		$button-primary-background-image
		;


	// -----------------------------------------------------------------------
	// Primary button - hover state
	// -----------------------------------------------------------------------

	$button-primary-hover-background-color: darken($button-primary-background-color, 5%);
	$button-primary-hover-background-image: none;
	$button-primary-hover-background:
		$button-primary-hover-background-color
		$button-primary-hover-background-image
		;


	// -----------------------------------------------------------------------
	// Primary button - active state
	// -----------------------------------------------------------------------

	$button-primary-active-background-color: darken($button-primary-background-color, 15%);
	$button-primary-active-background-image: none;
	$button-primary-active-background:
		$button-primary-active-background-color
		$button-primary-active-background-image
		;

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
persistentgrid-0.0.1.beta.12 scss/persistentgrid/skins/crossinghippos/buttons/_settings.scss
persistentgrid-0.0.1.beta.11 scss/persistentgrid/skins/crossinghippos/buttons/_settings.scss