Sha256: b9a70c67ed86f0c64adc7493b1bd36828a4b02c46c891809e4113f5b5d4577a6

Contents?: true

Size: 363 Bytes

Versions: 3

Compression:

Stored size: 363 Bytes

Contents

body {
  padding: 10px;
}

#file-list {
  max-height: 500px;
  overflow-x: auto;
}

#songs {
  max-height: 700px;
  overflow: scroll;
}

song-component {
  font-family: "Courier New", Courier, monospace;
  display: inline-block;
}

chord {
  color: darkred;
}

a {
  &[ng-click] {
    cursor: pointer;
  }
}

@media only print {
  .panel {
    border: none;
  }
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
songbooks-0.1.2 app/assets/stylesheets/application.scss
songbooks-0.1.1 app/assets/stylesheets/application.scss
songbooks-0.1.0 app/assets/stylesheets/application.scss