fnp
/
wolnelektury.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into rwd
[wolnelektury.git]
/
apps
/
wolnelektury_core
/
static
/
css
/
main
/
fragment.scss
1
@import "tools";
2
3
.Fragment-item {
4
@include size-px(margin-bottom, 20);
5
@include white-box;
6
7
.fragment {
8
color: black;
9
display: block;
10
}
11
.toggle {
12
@include size-px(font-size, 11);
13
display: block;
14
@include size-px(padding-top, 5);
15
@include size-px(padding-bottom, 5);
16
@include size-px(padding-left, 0);
17
@include size-px(padding-right, 0);
18
}
19
}