Skip to content
Snippets Groups Projects
_rich-text.scss 516 B
Newer Older
  • Learn to ignore specific revisions
  •     margin-bottom: 2rem;
    
        a {
            font-weight: $weight--bold;
            border-bottom: 1px solid transparent;
            transition: border, color, 0.15s ease-in-out;
    
            &:hover {
                border-bottom: 1px solid $color--primary;
          }
        }
    
    
            padding-left: 20px;
            list-style: outside disc;
    
            li {
                margin-bottom: 1rem;
            }
    
    
            li {
                margin-bottom: 1rem;
            }