// Import WIP (still broken for first upload)
This commit is contained in:
@@ -24,12 +24,13 @@
|
||||
background-color: #FFFF00
|
||||
|
||||
.badge
|
||||
background-color: $secondary-color
|
||||
font-weight: normal
|
||||
font-size: 1.1em
|
||||
letter-spacing: 0.0625em
|
||||
background-color: $brand-primary
|
||||
&.badge-success
|
||||
@extend .badge
|
||||
background-color: $brand-success
|
||||
&.badge-error
|
||||
@extend .badge
|
||||
background-color: $brand-danger
|
||||
|
||||
//tabs
|
||||
|
||||
@@ -74,6 +74,8 @@
|
||||
@extend .icon-remove
|
||||
.process-icon-back
|
||||
@extend .icon-circle-arrow-left
|
||||
.process-icon-next
|
||||
@extend .icon-circle-arrow-right
|
||||
.process-icon-help
|
||||
@extend .icon-question-sign
|
||||
.process-icon-export
|
||||
|
||||
@@ -74,7 +74,7 @@ $border-radius-base: 3px ;
|
||||
|
||||
// $table-bg: transparent ; overall background-color
|
||||
$table-bg-accent: #f9f9f9 ; //for striping
|
||||
$table-bg-hover: $bg-panel-heading-color ;
|
||||
$table-bg-hover: #EDF7FB;
|
||||
|
||||
// $table-border-color: #ddd ; table and cell border
|
||||
|
||||
|
||||
@@ -71,7 +71,7 @@ $spinnerSize: 32px
|
||||
|
||||
// EASING
|
||||
.ladda-button, .ladda-button .ladda-spinner, .ladda-button .ladda-label
|
||||
@include transition( 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) all )
|
||||
@include transition( 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275) background-color )
|
||||
.ladda-button[data-style=zoom-in],
|
||||
.ladda-button[data-style=zoom-in] .ladda-spinner,
|
||||
.ladda-button[data-style=zoom-in] .ladda-label,
|
||||
|
||||
Reference in New Issue
Block a user