debian-mirror-gitlab/app/assets/stylesheets/pages/profiles/preferences.scss

18 lines
224 B
SCSS
Raw Normal View History

2015-09-11 14:41:01 +05:30
.syntax-theme {
label {
margin-right: 20px;
text-align: center;
.preview {
margin-bottom: 10px;
width: 160px;
img {
2016-11-03 12:29:30 +05:30
border-radius: 4px;
2015-09-11 14:41:01 +05:30
max-width: 100%;
}
}
}
}