app/assets/stylesheets/kuhsaft/cms/application.css.sass in kuhsaft-1.8.6 vs app/assets/stylesheets/kuhsaft/cms/application.css.sass in kuhsaft-2.0.0
- old
+ new
@@ -8,13 +8,10 @@
$baseBorderRadius: 0px
$borderRadiusLarge: 0px
$borderRadiusSmall: 0px
@import bootstrap
-@import compass/css3
-@import nestable
-
// base styles
body
// disable page skipping when changing tabs in page form
overflow: scroll
@@ -30,11 +27,11 @@
// bootrap overrides
.breadcrumb
background: #fff
opacity: 0.4
- +single-transition(all, 0.3s)
+ @include transition(all, 0.3s)
.breadcrumb:hover
opacity: 1
.dropdown-menu
@@ -56,16 +53,16 @@
.brick-item-header
background: #efefef
padding: 0.5em
.btn
- +opacity(0)
- +single-transition(oapcity, 0.2s)
+ opacity: 0
+ @include transition(opacity, 0.2s)
&:hover
.btn
- +opacity(1)
+ opacity: 1
.btn-toolbar
margin-top: 0
margin-bottom: 0
@@ -161,7 +158,6 @@
.kuhsaft-text-brick
.controls
min-height: 271px
-@import nestable
@import bootstrap-responsive