From: Jérémy Fabre Date: Tue, 20 Sep 2016 15:24:40 +0000 (+0200) Subject: Fix the links X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7dd37393d2d5cd59ace97121c6a424cb0a2be719;p=mezzo.git Fix the links --- diff --git a/app/static/src/sass/global/_typography.scss b/app/static/src/sass/global/_typography.scss index 1d302d79..edfb589d 100755 --- a/app/static/src/sass/global/_typography.scss +++ b/app/static/src/sass/global/_typography.scss @@ -57,6 +57,7 @@ p { position: relative; z-index: 1; + text-decoration: none; &:after { @include transition(all 0.15s ease-in-out); diff --git a/app/static/src/sass/global/_wysiwyg.scss b/app/static/src/sass/global/_wysiwyg.scss index 9872880b..3278825d 100644 --- a/app/static/src/sass/global/_wysiwyg.scss +++ b/app/static/src/sass/global/_wysiwyg.scss @@ -1,4 +1,4 @@ -a.wys-button { +.wys-button { @extend .button; .page__block--black & { @@ -12,7 +12,7 @@ a.wys-button { } -a.wys-button-small { +.wys-button-small { @extend .button; @extend .button--small; @@ -27,7 +27,7 @@ a.wys-button-small { } -a.wys-button-xsmall { +.wys-button-xsmall { @extend .button; @extend .button--xsmall; @@ -42,7 +42,7 @@ a.wys-button-xsmall { } -a.wys-button-black { +.wys-button-black { @extend .button; @extend .button--black; @@ -58,7 +58,7 @@ a.wys-button-black { } -a.wys-button-black-small { +.wys-button-black-small { @extend .button; @extend .button--black; @@ -75,7 +75,7 @@ a.wys-button-black-small { } -a.wys-button-black-xsmall { +.wys-button-black-xsmall { @extend .button; @extend .button--black; @@ -92,7 +92,7 @@ a.wys-button-black-xsmall { } -a.wys-button-white { +.wys-button-white { @extend .button; @extend .button--white; @@ -108,7 +108,7 @@ a.wys-button-white { } -a.wys-button-white-small { +.wys-button-white-small { @extend .button; @extend .button--white; @@ -125,7 +125,7 @@ a.wys-button-white-small { } -a.wys-button-white-xsmall { +.wys-button-white-xsmall { @extend .button; @extend .button--white;