From 4668d847660dc832f21aa60347b7e3d5653647d8 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 18 Feb 2016 17:20:01 +0300 Subject: [PATCH] refactor(panelsPage): same width for bootrap panels --- src/app/pages/ui/panels/panels.html | 6 +++--- src/app/pages/ui/slider/slider.html | 16 ++++++++-------- src/sass/theme/bootstrap-overrides/_panel.scss | 4 ++++ 3 files changed, 15 insertions(+), 11 deletions(-) diff --git a/src/app/pages/ui/panels/panels.html b/src/app/pages/ui/panels/panels.html index e6c100c..b484cdd 100644 --- a/src/app/pages/ui/panels/panels.html +++ b/src/app/pages/ui/panels/panels.html @@ -68,7 +68,7 @@
-
+

A panel in bootstrap is a bordered box with some padding around its content.

@@ -81,7 +81,7 @@
-
+
Panel Heading

The .panel-heading class adds a heading to the panel.Easily add a heading @@ -95,7 +95,7 @@

-
+
@@ -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;