From: Jan Szejko Date: Wed, 3 Feb 2016 14:06:36 +0000 (+0100) Subject: #7 zmieniony styl przycisku "Czytaj" X-Git-Url: https://git.mdrn.pl/wolnelektury.git/commitdiff_plain/83519735375ead9517718073daa28557ec71bd27?ds=sidebyside;hp=c146f7b4f294844e27f228312fd6410f2641a540 #7 zmieniony styl przycisku "Czytaj" --- diff --git a/src/wolnelektury/static/img/read-white.png b/src/wolnelektury/static/img/read-white.png new file mode 100644 index 000000000..d2a1b87ea Binary files /dev/null and b/src/wolnelektury/static/img/read-white.png differ 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;