Sha256: 6d66519d70bf09249780cc93d5224fcab8014ed4c39ae5579932eaf684045e7a
Contents?: true
Size: 1.4 KB
Versions: 6
Compression:
Stored size: 1.4 KB
Contents
// /** // * @copyright Copyright (C) 2013 Online Kollektief - Babs Gösgens. All rights reserved. // * @license GNU General Public License version 2 or later; see LICENSE.txt // */ @import "pg/extended/forms/settings"; // $input-border-width : 1px; // $input-border-style : solid; // $input-border-color : #cec; // $input-border-radius : $corner-radius; // Defaults to 3px // $input-border : $input-border-width $input-border-style $input-border-color; // $input-background-image : false; // $input-shadow-box : #efefef 1px 1px 2px 0; // $input-shadow-inner : #efefef 1px 1px 0 0 inset; // $input-shadow : $input-shadow-box, $input-shadow-inner; // // ################################################################################################################################ // // // Forms // // // ################################################################################################################################ // // $inlineLabelWidth : 35% !default; // $roundedCorners : true; // $inputShadowInset : 0 0 0 1px rgba(0,0,0,.2) inset; //h-shadow v-shadow blur spread color inset; // $inputShadowOutset : 0 0 10px 0 rgba(255,255,255,1); // $heightTextarea : 4*$base-line-height !default; // $form-vertical-spacing : 0.5; // $form-color-invalid : #d03;
Version data entries
6 entries across 6 versions & 1 rubygems