]> git.parisson.com Git - mezzo.git/commitdiff
Fix the links
authorJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 20 Sep 2016 15:24:40 +0000 (17:24 +0200)
committerJérémy Fabre <Jeremy@iMac-de-Jeremy.local>
Tue, 20 Sep 2016 15:24:40 +0000 (17:24 +0200)
app/static/src/sass/global/_typography.scss
app/static/src/sass/global/_wysiwyg.scss

index 1d302d793b05e618b6081a5b5293e9d0169db8fc..edfb589de7bc65a3eb64d86372e57a3cbb90262d 100755 (executable)
@@ -57,6 +57,7 @@ p {
 
                position: relative;
                z-index: 1;
+               text-decoration: none;
 
                &:after {
                        @include transition(all 0.15s ease-in-out);
index 9872880bca6c653fa8ef6448f81bc46a4013b361..3278825d6e78a59a3cc5cded076be333779f3b2e 100644 (file)
@@ -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;