summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/profiles/preferences.scss
blob: 305feaacaa15a4b38f01fbd2cd74836f4c130a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.syntax-theme {
  label {
    margin-right: 20px;
    text-align: center;

    .preview {
      margin-bottom: 10px;
      width: 160px;

      img {
        border-radius: 4px;

        max-width: 100%;
      }
    }
  }
}