X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/6280673f35e13e75e81c5b7821bd2a44a1831eab..357027375ff8867f42ca34bcbfb5a78b5b185fc3:/apps/wolnelektury_core/static/scss/main/fragment.scss?ds=sidebyside diff --git a/apps/wolnelektury_core/static/scss/main/fragment.scss b/apps/wolnelektury_core/static/scss/main/fragment.scss deleted file mode 100755 index 4c765f6fe..000000000 --- a/apps/wolnelektury_core/static/scss/main/fragment.scss +++ /dev/null @@ -1,35 +0,0 @@ -.Fragment-item, .PictureArea-item { - @include size(margin-bottom, 20px); - @include white-box; - - .fragment { - color: black; - display: block; - } - .toggle { - @include size(font-size, 11px); - display: block; - @include size(padding, 5px 0); - } -} - -.area { - display: block; - color: black; - background: white; - @include size(padding, 30px 20px 20px 20px); - position: relative; - clear: both; - - .area-thumbnail { - display:block; - @include size(width, 100px); - float: left; - } - - .area-description { - float: right; - @include size(padding, 10px); - @include size(width, 256px); - } -}