Procházet zdrojové kódy

person page work years

alexlcdee před 8 roky
rodič
revize
06a77f8244

+ 17 - 0
src/files/css/main.css

@@ -10259,6 +10259,23 @@ footer .copyright .logo {
 .person-page__media {
   border: none !important;
   padding-top: 0 !important; }
+.person-page__person-photo {
+  position: relative; }
+.person-page__work-years {
+  position: absolute;
+  background: #ebebeb;
+  padding: 5px 10px;
+  border-radius: 0 10px 0 10px;
+  bottom: 0;
+  right: 18px;
+  width: 32px;
+  height: 55px;
+  text-align: center;
+  font-size: 13px;
+  color: #929292; }
+  .person-page__work-years > span {
+    font-size: 18px;
+    color: #004d7b; }
 
 body {
   font-family: "Open Sans", Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }

Rozdílová data souboru nebyla zobrazena, protože soubor je příliš velký
+ 0 - 0
src/files/css/main.css.map


+ 23 - 0
src/files/scss/_person-page.scss

@@ -52,4 +52,27 @@
         border: none !important;
         padding-top: 0 !important;
     }
+
+    &__person-photo {
+        position: relative;
+    }
+
+    &__work-years {
+        position: absolute;
+        background: #ebebeb;
+        padding: 5px 10px;
+        border-radius: 0 10px 0 10px;
+        bottom: 0;
+        right: 18px;
+        width: 32px;
+        height: 55px;
+        text-align: center;
+        font-size: 13px;
+        color: #929292;
+
+        & > span {
+            font-size: 18px;
+            color: #004d7b;
+        }
+    }
 }

Některé soubory nejsou zobrazeny, neboť je v těchto rozdílových datech změněno mnoho souborů