X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/145bf215dceaee2808be13e45e8c5c09907ecd36..9f4f697f0c6fe9a9d55bb45aaa93c804992f3339:/apps/wolnelektury_core/static/css/main/fragment.scss diff --git a/apps/wolnelektury_core/static/css/main/fragment.scss b/apps/wolnelektury_core/static/css/main/fragment.scss new file mode 100755 index 000000000..f82d50a4e --- /dev/null +++ b/apps/wolnelektury_core/static/css/main/fragment.scss @@ -0,0 +1,19 @@ +@import "tools"; + +.Fragment-item { + @include size-px(margin-bottom, 20); + @include white-box; + + .fragment { + color: black; + display: block; + } + .toggle { + @include size-px(font-size, 11); + display: block; + @include size-px(padding-top, 5); + @include size-px(padding-bottom, 5); + @include size-px(padding-left, 0); + @include size-px(padding-right, 0); + } +}