add wall.scss
This commit is contained in:
parent
5bf3a898ed
commit
f3dfd22993
3 changed files with 20 additions and 1 deletions
|
@ -35,6 +35,7 @@
|
||||||
@import "sections/editor.scss";
|
@import "sections/editor.scss";
|
||||||
@import "sections/admin.scss";
|
@import "sections/admin.scss";
|
||||||
@import "sections/wiki.scss";
|
@import "sections/wiki.scss";
|
||||||
|
@import "sections/wall.scss";
|
||||||
|
|
||||||
@import "highlight/white.scss";
|
@import "highlight/white.scss";
|
||||||
@import "highlight/dark.scss";
|
@import "highlight/dark.scss";
|
||||||
|
|
|
@ -543,4 +543,3 @@ img.emoji {
|
||||||
.appear-data {
|
.appear-data {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
19
app/assets/stylesheets/sections/wall.scss
Normal file
19
app/assets/stylesheets/sections/wall.scss
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
.wall-page {
|
||||||
|
.new_note {
|
||||||
|
@extend .span12;
|
||||||
|
|
||||||
|
margin: 0;
|
||||||
|
height: 140px;
|
||||||
|
background: #F9F9F9;
|
||||||
|
position: fixed;
|
||||||
|
bottom: 0px;
|
||||||
|
padding: 3px;
|
||||||
|
padding-bottom: 25px;
|
||||||
|
border: 1px solid #DDD;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.notes {
|
||||||
|
margin-bottom: 160px;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue