gitlab-org--gitlab-foss/app/assets/stylesheets/pages/profiles/preferences.scss

18 lines
224 B
SCSS
Raw Normal View History

.syntax-theme {
label {
margin-right: 20px;
text-align: center;
.preview {
margin-bottom: 10px;
width: 160px;
img {
2016-09-09 12:59:36 -04:00
border-radius: 4px;
max-width: 100%;
}
}
}
}