checkout styles
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _author.scss
index 2cbaa5c..1156cdd 100644 (file)
     line-height: 150%;
     color: #474747;
   }
+  h4 {
+    font-size: 18px;
+    line-height: 150%;
+    font-weight: bolder;
+    color: #474747;
+  }
+
+  ul {
+    padding: 0;
+    list-style: none;
+    margin-top: 0.25rem;
+    margin-bottom: 0;
+    li {
+      font-size: 18px;
+      line-height: 150%;
+      font-weight: normal;
+    }
+  }
+
+  dt {
+      float: left;
+      clear: left;
+      margin-right: .4em;
+      font-weight: normal;
+      font-size: 18px;
+      line-height: 150%;
+  }
+  dd {
+      margin-left: 0;
+      font-weight: normal;
+      font-size: 18px;
+      line-height: 150%;
+  }
 }
 
 .l-author__photo {
       line-height: 140%;
       letter-spacing: -0.02em;
       color: #083F4D;
+
+      p {
+          font-size: inherit;
+          line-height: inherit;
+          margin-top: 0;
+      }
     }
-    p {
+    p {
       font-style: normal;
       font-weight: normal;
       font-size: 15px;
   max-width: 336px;
   outline: 0;
 }
+
+
+.l-author__header {
+  display: flex;
+  align-items: center;
+  width: 100%;
+  border-bottom: 1px solid #D9D9D9;
+  padding-bottom: 22px;
+
+  figure {
+    padding: 0;
+    font-size: 0;
+    width: 40px;
+    height: 40px;
+    overflow: hidden;
+    display: flex;
+    align-items: center;
+    justify-content: center;
+    border-radius: 50%;
+    margin: 0 12px 0 0;
+
+    img {
+      max-width: 100%;
+    }
+  }
+
+  h1 {
+    font-weight: $bold;
+    font-size: 37px;
+    line-height: 130%;
+    letter-spacing: -0.01em;
+    color: #083F4D;
+    margin: 0;
+
+    span {
+      font-weight: $regular;
+    }
+  }
+}