mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Add sass config and compile
This commit is contained in:
parent
010d751337
commit
311842a69b
25
config.rb
Normal file
25
config.rb
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
require 'compass/import-once/activate'
|
||||||
|
# Require any additional compass plugins here.
|
||||||
|
|
||||||
|
# Set this to the root of your project when deployed:
|
||||||
|
http_path = "/"
|
||||||
|
css_dir = "css"
|
||||||
|
sass_dir = "scss"
|
||||||
|
images_dir = "images"
|
||||||
|
javascripts_dir = "javascripts"
|
||||||
|
|
||||||
|
# You can select your preferred output style here (can be overridden via the command line):
|
||||||
|
output_style = :nested
|
||||||
|
|
||||||
|
# To enable relative paths to assets via compass helper functions. Uncomment:
|
||||||
|
# relative_assets = true
|
||||||
|
|
||||||
|
# To disable debugging comments that display the original location of your selectors. Uncomment:
|
||||||
|
line_comments = false
|
||||||
|
|
||||||
|
|
||||||
|
# If you prefer the indented syntax, you might want to regenerate this
|
||||||
|
# project again passing --syntax sass, or you can uncomment this:
|
||||||
|
# preferred_syntax = :sass
|
||||||
|
# and then run:
|
||||||
|
# sass-convert -R --from scss --to sass sass scss && rm -rf sass && mv scss sass
|
@ -75,7 +75,7 @@
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
cursor:pointer; }
|
cursor: pointer; }
|
||||||
|
|
||||||
.middleColumn.toggle-description-correct-middle {
|
.middleColumn.toggle-description-correct-middle {
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
@ -95,11 +95,9 @@
|
|||||||
|
|
||||||
.custom-summary .ui-accordion-content .field {
|
.custom-summary .ui-accordion-content .field {
|
||||||
margin: 0; }
|
margin: 0; }
|
||||||
|
|
||||||
.custom-summary .ui-accordion-content,
|
.custom-summary .ui-accordion-content,
|
||||||
.custom-summary .ui-accordion-content .field {
|
.custom-summary .ui-accordion-content .field {
|
||||||
padding: 0; }
|
padding: 0; }
|
||||||
|
|
||||||
.custom-summary .ui-icon-triangle-1-e {
|
.custom-summary .ui-icon-triangle-1-e {
|
||||||
background-position: -16px -128px; }
|
background-position: -16px -128px; }
|
||||||
|
|
||||||
@ -118,10 +116,8 @@
|
|||||||
|
|
||||||
.blog-cms-categorisation .MergeActionReveal {
|
.blog-cms-categorisation .MergeActionReveal {
|
||||||
margin-left: 10px; }
|
margin-left: 10px; }
|
||||||
|
|
||||||
.blog-cms-categorisation .toolbar--content {
|
.blog-cms-categorisation .toolbar--content {
|
||||||
margin-top: 0; }
|
margin-top: 0; }
|
||||||
|
|
||||||
.blog-cms-categorisation .MergeActionReveal:after {
|
.blog-cms-categorisation .MergeActionReveal:after {
|
||||||
content: '';
|
content: '';
|
||||||
background: url("../images/move-icon.png");
|
background: url("../images/move-icon.png");
|
||||||
@ -129,6 +125,5 @@
|
|||||||
height: 16px;
|
height: 16px;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
margin-left: 4px; }
|
margin-left: 4px; }
|
||||||
|
|
||||||
.blog-cms-categorisation button.action {
|
.blog-cms-categorisation button.action {
|
||||||
margin-left: 5px; }
|
margin-left: 5px; }
|
||||||
|
@ -128,6 +128,7 @@
|
|||||||
width: 20px;
|
width: 20px;
|
||||||
height: 20px;
|
height: 20px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
.middleColumn.toggle-description-correct-middle {
|
.middleColumn.toggle-description-correct-middle {
|
||||||
@ -136,9 +137,10 @@
|
|||||||
width: 416px;
|
width: 416px;
|
||||||
}
|
}
|
||||||
|
|
||||||
label.right.toggle-description-correct-right {
|
.tab-content .field p.toggle-description-correct-right {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
|
padding-left: 0;
|
||||||
clear: none;
|
clear: none;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user