+
Wrap buttons or secondary text in .panel-footer
. Note that panel footers do not inherit colors
and
diff --git a/src/app/pages/ui/slider/slider.html b/src/app/pages/ui/slider/slider.html
index a4f3750..543cf65 100644
--- a/src/app/pages/ui/slider/slider.html
+++ b/src/app/pages/ui/slider/slider.html
@@ -9,7 +9,7 @@
max="100"
from="45"
disable="false"
- timeout="150">
+ timeout="350">
@@ -21,7 +21,7 @@
prefix="$"
from="420"
disable="false"
- timeout="150">
+ timeout="350">
@@ -33,7 +33,7 @@
postfix="°"
from="36"
disable="false"
- timeout="150">
+ timeout="350">
@@ -45,7 +45,7 @@
from="420"
to="900"
disable="false"
- timeout="150">
+ timeout="350">
@@ -57,7 +57,7 @@
from="300"
step="50"
disable="false"
- timeout="150">
+ timeout="350">
@@ -71,7 +71,7 @@
prettify-separator="."
prettify="true"
disable="false"
- timeout="150">
+ timeout="350">
@@ -85,7 +85,7 @@
'July', 'August', 'September',
'October', 'November', 'December']"
disable="false"
- timeout="150">
+ timeout="350">
@@ -96,7 +96,7 @@
max="100"
from="45"
disable="true"
- timeout="150">
+ timeout="350">
diff --git a/src/sass/theme/bootstrap-overrides/_panel.scss b/src/sass/theme/bootstrap-overrides/_panel.scss
index 048ef52..ef44f25 100644
--- a/src/sass/theme/bootstrap-overrides/_panel.scss
+++ b/src/sass/theme/bootstrap-overrides/_panel.scss
@@ -169,6 +169,10 @@ $panel-heading-font-size: 16px;
height: 120px;
}
+.footer-panel{
+ height: 142px;
+}
+
/*
.panel-group .panel {
border-radius: 0;