diff --git a/content/german/notice/notice-1.md b/content/german/notice/notice-1.md index 777084b7..d95587b0 100644 --- a/content/german/notice/notice-1.md +++ b/content/german/notice/notice-1.md @@ -10,4 +10,4 @@ type: notice Daher dass die neue Website sich im Entwicklungsstadium befindet können hier fehlerhafte Informationen vorfindbar sein. -Wir bitten vorerst die Website zu nutzen. \ No newline at end of file +Wir bitten vorerst die Website zu nutzen. diff --git a/resources/_gen/assets/scss/scss/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content b/resources/_gen/assets/scss/scss/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content index b928f062..1b87e0a3 100644 --- a/resources/_gen/assets/scss/scss/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content +++ b/resources/_gen/assets/scss/scss/style.scss_f300667da4f5b5f84e1a9e0702b2fdde.content @@ -165,23 +165,6 @@ body { background: #ffcd6e; color: #fff; } -.list-items ul { - padding-left: 0; } - .list-items ul li { - position: relative; - padding-left: 20px; - margin-bottom: 10px; - list-style-type: none; } - .list-items ul li::before { - position: absolute; - content: "\e65d"; - font-family: "themify"; - font-size: 14px; - left: 0; - top: 1px; - color: #ffbc3b; - transition: .3s ease; } - /* preloader */ .preloader { position: fixed; @@ -427,18 +410,16 @@ textarea.form-control { padding-left: 0; } .content ul li { position: relative; - padding-left: 20px; - margin-bottom: 10px; - list-style-type: none; } + margin-bottom: 10px; } .content ul li::before { position: absolute; - content: "\e65d"; - font-family: "themify"; - font-size: 14px; - left: 0; - top: 1px; - color: #ffbc3b; - transition: .3s ease; } + content: ""; + height: 10px; + width: 10px; + border-radius: 50%; + background: #ffbc3b; + left: -25px; + top: 5px; } .content table { text-align: left; diff --git a/themes/educenter-hugo/assets/scss/_common.scss b/themes/educenter-hugo/assets/scss/_common.scss index b860700a..9e84e262 100755 --- a/themes/educenter-hugo/assets/scss/_common.scss +++ b/themes/educenter-hugo/assets/scss/_common.scss @@ -8,30 +8,6 @@ body { color: $white; } -.list-items { - ul { - padding-left: 0; - - li { - position: relative; - padding-left: 20px; - margin-bottom: 10px; - list-style-type: none; - - &::before { - position: absolute; - content: "\e65d"; - font-family: $icon-font; - font-size: 14px; - left: 0; - top: 1px; - color: $primary-color; - transition: .3s ease; - } - } - } -} - /* preloader */ .preloader { @@ -363,19 +339,17 @@ textarea.form-control{ li { position: relative; - padding-left: 20px; margin-bottom: 10px; - list-style-type: none; &::before { position: absolute; - content: "\e65d"; - font-family: $icon-font; - font-size: 14px; - left: 0; - top: 1px; - color: $primary-color; - transition: .3s ease; + content: ""; + height: 10px; + width: 10px; + border-radius: 50%; + background: #ffbc3b; + left: -25px; + top: 5px; } } } diff --git a/themes/educenter-hugo/layouts/_default/notice.html b/themes/educenter-hugo/layouts/_default/notice.html index 57543a4f..b42fc1e8 100644 --- a/themes/educenter-hugo/layouts/_default/notice.html +++ b/themes/educenter-hugo/layouts/_default/notice.html @@ -1,8 +1,8 @@
  • -
    {{ .PublishDate.Format "06"}} {{ .PublishDate.Format "JAN, 2006"}}
    +
    {{ .PublishDate.Format "2"}} {{ .PublishDate.Format "Jan, 2006"}}
    {{ .Title }}

    {{ .Summary | truncate 100 }}

    -
  • \ No newline at end of file +