Kevin 4 éve
szülő
commit
3037171302

A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 15 - 11
user/themes/lecampus/css-compiled/theme.css


A különbségek nem kerülnek megjelenítésre, a fájl túl nagy
+ 0 - 0
user/themes/lecampus/css-compiled/theme.min.css


+ 14 - 3
user/themes/lecampus/scss/theme/_typography.scss

@@ -140,7 +140,7 @@ p{
 }
 
 
-#item, #item-article{
+#item, #item-article, #event{
   .title-wrapper{
     .back{
       font-family: $Bold;
@@ -179,17 +179,28 @@ p{
           font-family: $Bold;
           font-weight: normal;
         }
-        ul{
+        ul, ol{
+          padding: 0;
           li{
             font-size: 0.9rem;
             line-height: 1.5rem;
+            &::before{
+              content: " ";
+              width: 5px;
+              height: 5px;
+              border-radius: 10px;
+              display: inline-block;
+              vertical-align: middle;
+              background: $red;
+              margin-right: 5px;
+            }
           }
         }
       }
     }
   }
 }
-#item, #item-article{
+#item, #item-article, #event{
   .content{
     .content_s{
       h2{

+ 2 - 1
user/themes/lecampus/scss/theme/thumbnails/thumbnails.scss

@@ -48,7 +48,8 @@
             position: relative;
             .__images{
               position: relative;
-              height: 200px;
+              height: 100%;
+              max-height: 500px; 
               overflow: hidden;
               img{
                 width: 100%;

Nem az összes módosított fájl került megjelenítésre, mert túl sok fájl változott