2019-07-07 11:18:12 +05:30
|
|
|
@import 'framework/variables';
|
2017-08-17 22:00:37 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
img {
|
|
|
|
max-width: 100%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
p.details {
|
|
|
|
font-style: italic;
|
2020-11-24 15:15:51 +05:30
|
|
|
color: $gray-500;
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-16 23:09:34 +05:30
|
|
|
.footer > p {
|
2016-06-02 11:05:42 +05:30
|
|
|
font-size: small;
|
2020-11-24 15:15:51 +05:30
|
|
|
color: $gray-500;
|
2016-06-02 11:05:42 +05:30
|
|
|
}
|
2016-11-03 12:29:30 +05:30
|
|
|
|
2016-06-02 11:05:42 +05:30
|
|
|
pre.commit-message {
|
|
|
|
white-space: pre-wrap;
|
|
|
|
}
|
2020-04-08 14:13:33 +05:30
|
|
|
|
|
|
|
.gl-label-scoped {
|
2020-04-22 19:07:51 +05:30
|
|
|
border: 2px solid currentColor;
|
|
|
|
box-sizing: border-box;
|
|
|
|
display: inline-block;
|
|
|
|
height: 17px;
|
|
|
|
line-height: 14px;
|
2020-04-08 14:13:33 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.gl-label-text {
|
|
|
|
padding: 0 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.gl-label-text-light {
|
2020-04-22 19:07:51 +05:30
|
|
|
color: $white;
|
2020-04-08 14:13:33 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.gl-label-text-dark {
|
2020-06-23 00:09:42 +05:30
|
|
|
color: $gl-text-color;
|
2020-04-08 14:13:33 +05:30
|
|
|
}
|