gitlab-org--gitlab-foss/app/assets/stylesheets/pages/appearances.scss
connorshea 5d3cd7fd37 Follow the CSS Style Guide rules for including a space after the property colon.
Fixes violations of SpaceAfterPropertyColon.

Discussed in #14299.

[ci skip]
2016-03-16 20:52:48 -06:00

11 lines
206 B
SCSS

.appearance-logo-preview {
max-width: 400px;
margin-bottom: 20px;
}
.appearance-light-logo-preview {
background-color: $background-color;
max-width: 72px;
padding: 10px;
margin-bottom: 10px;
}