styling progress
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
@mixin button-icon-only
|
||||
padding: 2px 5px
|
||||
margin: 0
|
||||
|
||||
@mixin table-fit
|
||||
width: 1px
|
||||
white-space: nowrap
|
||||
// Foundation by ZURB
|
||||
// foundation.zurb.com
|
||||
// Licensed under MIT Open Source
|
||||
@@ -320,7 +324,6 @@ $secondary-color: #d7d7d7
|
||||
//
|
||||
|
||||
// $include-html-button-classes: $include-html-classes;
|
||||
|
||||
// We use these to build padding for buttons.
|
||||
// $button-tny: rem-calc(10);
|
||||
// $button-sml: rem-calc(14);
|
||||
@@ -1243,4 +1246,13 @@ $secondary-color: #d7d7d7
|
||||
// $range-slider-handle-round: $global-rounded;
|
||||
// $range-slider-handle-bg-hover-color: scale-color($primary-color, $lightness: -12%);
|
||||
// $range-slider-handle-cursor: pointer;
|
||||
|
||||
// CUSTOM VARIABLES
|
||||
@import 'foundation'
|
||||
$button-margin: rem-calc(10)
|
||||
$button-qr-code-color: #555
|
||||
$button-index-color: $secondary-color
|
||||
$button-new-color: #afa
|
||||
$button-edit-color: #ffa
|
||||
$button-destroy-color: #faa
|
||||
|
||||
|
||||
Reference in New Issue
Block a user