gitlabhq/app/assets/stylesheets/sections/themes.scss

61 lines
805 B
SCSS
Raw Normal View History

.application-theme, .code-preview-theme {
.update-feedback {
color: #468847;
float: right;
}
}
2012-11-21 05:14:05 +01:00
.themes_opts {
padding-left: 20px;
2012-11-21 05:14:05 +01:00
label {
width: 175px;
margin-right: 40px;
2012-11-21 05:14:05 +01:00
.prev {
@extend .thumbnail;
height: 30px;
width: 175px;
margin-bottom: 10px;
2012-11-21 05:14:05 +01:00
&.classic {
background: #31363e;
}
&.default {
background: #f1f1f1;
}
&.modern {
background: #567;
}
&.gray {
background: #708090;
}
&.violet {
background: #657;
}
}
}
}
.code_highlight_opts {
padding-left: 20px;
2012-11-21 05:14:05 +01:00
label {
width: 220px;
margin-right: 40px;
2012-11-21 05:14:05 +01:00
.prev {
@extend .thumbnail;
height: 151px;
width: 220px;
margin-bottom: 10px;
2012-11-21 05:14:05 +01:00
}
}
}