app/assets/stylesheets/para/admin/theme/_panel.sass in para-0.5.4 vs app/assets/stylesheets/para/admin/theme/_panel.sass in para-0.6.2
- old
+ new
@@ -1,16 +1,22 @@
@import "variables"
+@import "compass/css3/border-radius"
+@import "compass/css3/box-shadow"
+@import "compass/css3/inline-block"
+@import "compass/css3/transition"
+@import "compass/css3/transform"
+
.panel
float: left
width: 100%
- border-radius: $panel-border-radius
+ +border-radius($panel-border-radius)
border: 0
border-top: 2px solid $panel-default-border
margin-bottom: 20px
position: relative
- box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2)
+ +box-shadow(0 1px 1px 0 rgba(0, 0, 0, 0.2))
&.panel-default
border-top-color: $panel-default-border
border-top-width: 1px
&.panel-primary
border-top-color: $brand-primary
@@ -26,11 +32,11 @@
.panel-heading
.panel-title-image
float: left
width: 30px
border: 2px solid $gray-lighter
- border-radius: 50%
+ +border-radius(50%)
margin-right: 5px
.panel-title
margin-left: 7px
.panel-title-box
float: left
@@ -79,27 +85,27 @@
&.panel-body-image
padding: 0
margin-bottom: 10px
position: relative
img
- border-radius: 5px 5px 0 0
+ +border-radius(5px 5px 0 0)
width: 100%
.panel-body-inform
width: 30px
height: 30px
position: absolute
bottom: -15px
left: 50%
background: $brand-info
color: #FFF
- border-radius: 5px
+ +border-radius(5px)
margin-left: -15px
text-align: center
line-height: 30px
padding-left: 1px
padding-top: 1px
- transform: rotate(45deg)
+ +rotate(45deg)
&.inform-primary
background: $brand-primary
&.inform-success
background: $brand-success
&.inform-warning
@@ -107,15 +113,15 @@
&.inform-danger
background: $brand-danger
.fa
font-size: 16px
color: #FFF
- transform: rotate(-45deg)
+ +rotate(-45deg)
&.list-group
padding: 0
&.profile
- border-radius: 5px 5px 0 0
+ +border-radius(5px 5px 0 0)
&.panel-body-search
padding: 5px
&.panel-body-half .panel-body
width: 50%
height: 100%
@@ -179,13 +185,13 @@
height: 30px
text-align: center
line-height: 28px
color: $breadcrumb-active-color
border: 1px solid #BBB
- border-radius: 50%
+ +border-radius(50%)
margin-left: 3px
- transition: all 200ms ease
+ +single-transition(all, 200ms, ease)
&.control-primary
color: $brand-primary
border-color: $brand-primary
&.control-success
color: $brand-success
@@ -202,22 +208,22 @@
&:hover
border-color: $gray-darker
color: $title-color
.label-form
- display: inline-block
+ +inline-block
font-size: 11px
padding: 5px 10px
line-height: 12px
margin-top: 4px
.panel-heading .label
line-height: 16px
padding: 4px 10px
margin: 3px 0 3px 5px
font-size: 12px
- display: inline-block
- border-radius: 3px
+ +inline-block
+ +border-radius(3px)
&.pulsate
animation: pulsate 1s ease-out
animation-iteration-count: infinite
// Refresh layer system
\ No newline at end of file