.page-docs{
  @import theme('_partial/content')

  .message{
    padding: 10px;
    margin-bottom: 20px;
    &.info{
      background: rgb(255, 253, 209)
    }
  }
}
