Parcourir la source

bold et saut de ligne

kevin tessier il y a 4 ans
Parent
commit
8625b63df9
1 fichiers modifiés avec 12 ajouts et 1 suppressions
  1. 12 1
      user/themes/figureslibres/scss/theme/_typography.scss

+ 12 - 1
user/themes/figureslibres/scss/theme/_typography.scss

@@ -99,7 +99,18 @@ a, button{
         p{
           strong{
             margin-top: 10px;
-            font-family: $rumeur;
+            font-family: $lato;
+            display: block;
+            &::after{
+              display: none;
+            }
+          }
+        }
+      }
+      &.figureslibres{
+        p{
+          strong{
+            margin-top: 10px;
             display: block;
             &::after{
               display: none;