github.com/rotblauer/buffalo@v0.7.1-0.20170112214545-7aa55ef80dd3/examples/html-resource/assets/application.css (about)

     1  body {
     2    font-family: helvetica;
     3  }
     4  
     5  table {
     6    width: 100%;
     7  }
     8  
     9  th {
    10    text-align: left;
    11  }
    12  
    13  .errors {
    14    background-color: #f7bec3;
    15    border: 1px solid #eb6371;
    16  }