Skip to content
Extraits de code Groupes Projets
getting-started.scss 469 octets
Newer Older
  • Learn to ignore specific revisions
  • #hello-there {
      .avatar {
        width: 50px;
        height: 50px;
      }
    
    
      .well .media{
        overflow: visible;
      }
    
      .awesome {
        text-align: center;
    
    
        .btn.creation {
          text-shadow: none;
        }
    
        margin: 20px 42px;
    
        padding: 40px 80px;
      }
    
      h2 {
        margin-top: 80px;
      }
    
      p, form {
        margin-left: 30px;
      }
    
      ul.as-selections {
        width: 100%;
    
        li.as-original {
          input {
            margin-bottom: 15px;
          }
        }
      }
    }