From 83519735375ead9517718073daa28557ec71bd27 Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 3 Feb 2016 15:06:36 +0100 Subject: [PATCH 1/1] #7 zmieniony styl przycisku "Czytaj" --- src/wolnelektury/static/img/read-white.png | Bin 0 -> 386 bytes src/wolnelektury/static/img/read-white.svg | 74 ++++++++++++++++++ .../static/scss/main/book_box.scss | 8 +- 3 files changed, 81 insertions(+), 1 deletion(-) create mode 100644 src/wolnelektury/static/img/read-white.png create mode 100644 src/wolnelektury/static/img/read-white.svg diff --git a/src/wolnelektury/static/img/read-white.png b/src/wolnelektury/static/img/read-white.png new file mode 100644 index 0000000000000000000000000000000000000000..d2a1b87ea7d9af8d63abfecf7a14c0858eb0615a GIT binary patch literal 386 zcmeAS@N?(olHy`uVBq!ia0vp@KrG6^1|;X^rE~!)mSQK*5Dp-y;YjHK@;M7UB8!3Q zu7fb6lg8`{prB-lYeY$Kep*R+Vo@qXd3m{BW?pu2a$-TMUVc&f>~}U&Kt=yOT^vI! zdf#5!uYEL85rX{NETTHrpuT5966r38oTL&Sq>>vOn}lUcgmy zjgQ)1o%2`C7f$ieS=bZ1A^UhUfo$z1#_V^L|FQ)@^PbN*;tkUoKZStA=maM5y zzp32xESj65f3kMcL6u@pw@ErGm41^HUL4g_3p}p1u4{d=l=};}r~{m8Ud^UCNj%mO z`ad;g77NNGE#o+-E2S!T)Y*0RQAdNgdDp^Qbk{6ceP>hbC*~aoDpntkVEk>^5^E!B zA95~rWwpG^g(H^J3_8kql6Nwk4a*hfvf9{az30&~o@I-p!tY*of9>(<)65UDUzYy8 c+g{5&V}oOC#w3<*U{El4y85}Sb4q9e0J(CSfdBvi literal 0 HcmV?d00001 diff --git a/src/wolnelektury/static/img/read-white.svg b/src/wolnelektury/static/img/read-white.svg new file mode 100644 index 000000000..04558d699 --- /dev/null +++ b/src/wolnelektury/static/img/read-white.svg @@ -0,0 +1,74 @@ + + + + + + + + + + image/svg+xml + + + + + + + + + + + diff --git a/src/wolnelektury/static/scss/main/book_box.scss b/src/wolnelektury/static/scss/main/book_box.scss index 55eba24d4..51d3fece2 100755 --- a/src/wolnelektury/static/scss/main/book_box.scss +++ b/src/wolnelektury/static/scss/main/book_box.scss @@ -388,10 +388,16 @@ .book-box-read { a { @include mono; + display: inline-block; + background: #0D7E85; + color: white; + @include size(width, 200px); + text-align: center; + @include size(margin-bottom, 5px); } a:before { - content: url("/static/img/read.png"); + content: url("/static/img/read-white.png"); @include size(font-size, 25px); @include size(margin-right, 3.71px); vertical-align: middle; -- 2.20.1