|
@@ -8,6 +8,7 @@
|
|
|
* header
|
|
* header
|
|
|
*/
|
|
*/
|
|
|
header {
|
|
header {
|
|
|
|
|
+
|
|
|
// the container of h1
|
|
// the container of h1
|
|
|
div.title-container {
|
|
div.title-container {
|
|
|
padding-right: 5px;
|
|
padding-right: 5px;
|
|
@@ -38,6 +39,7 @@
|
|
|
|
|
|
|
|
// change button opacity
|
|
// change button opacity
|
|
|
&:hover {
|
|
&:hover {
|
|
|
|
|
+
|
|
|
.btn.btn-copy,
|
|
.btn.btn-copy,
|
|
|
.btn-copy-link,
|
|
.btn-copy-link,
|
|
|
.btn.btn-edit,
|
|
.btn.btn-edit,
|
|
@@ -114,6 +116,7 @@
|
|
|
.main-container .main .content-main .revision-history {
|
|
.main-container .main .content-main .revision-history {
|
|
|
.revision-history-list {
|
|
.revision-history-list {
|
|
|
.revision-history-outer {
|
|
.revision-history-outer {
|
|
|
|
|
+
|
|
|
// add border-top except of first element
|
|
// add border-top except of first element
|
|
|
&:not(:first-of-type) {
|
|
&:not(:first-of-type) {
|
|
|
border-top: 1px solid $border;
|
|
border-top: 1px solid $border;
|
|
@@ -150,6 +153,7 @@
|
|
|
|
|
|
|
|
.revision-history-diff {
|
|
.revision-history-diff {
|
|
|
padding-left: 40px;
|
|
padding-left: 40px;
|
|
|
|
|
+ color: #333;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|