Sha256: bfa0b902ff775dd6ca3b7c6e3b5fff7f5238b1651f23856b06475456f0f1bb8a

Contents?: true

Size: 960 Bytes

Versions: 8

Compression:

Stored size: 960 Bytes

Contents

/*!
 * Blog customization (https://gitlab.com/areguera/jekyll-theme-centos/)
 * Copyright 2020-2021 Alain Reguera Delgado
 * Licensed under MIT (https://gitlab.com/areguera/jekyll-theme-centos/-/blob/master/LICENSE)
 */

.aside {
  &__content {
    .entry {
      border-bottom: 1px solid $body-bg;
      margin-bottom: 1.5rem;
    }
    .comment-list {
      padding-left: 0;
    }
    .comment-list li {
      list-style: none;
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
    .avatar {
      border-radius: 50px;
      margin-right: 1rem;
      margin-bottom: 1rem;
    }
    .comment-body {
      border-radius: 10px;
      background: #f8f8f8;
      padding: 1rem;
    }
    .comment-form-author textarea, input[type="text"],
    .comment-form-comment textarea {
      width: 100%;
    }
  }
  &__nav {
    .searchform input[type="text"] {
      width: 80%;
      margin-bottom: 2rem;
    }
    .widget ul {
      padding-left: 0;
    }
  }
}

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-centos-0.7.9 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.8 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.7 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.6 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.5 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.4 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.3 _sass/centos/centos-blog.scss
jekyll-theme-centos-0.7.2 _sass/centos/centos-blog.scss