Commit b68b17dd authored by tauriedavis's avatar tauriedavis Committed by Jacob Schatz

style updates

parent d20d7c98
......@@ -373,14 +373,27 @@
.mr-version-controls {
background: $background-color;
border: 1px solid $border-color;
border-top: 0;
padding: 0 16px;
color: $gl-placeholder-color;
border-bottom: 1px solid $border-color;
color: $gl-text-color;
.mr-version-menus-container {
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
padding: 16px;
}
.comments-disabled-notif {
padding: 10px 16px;
.btn {
margin-left: 5px;
}
}
.mr-version-dropdown,
.mr-version-compare-dropdown {
margin: 0 10px;
margin: 0 7px;
}
.comments-disabled-notif {
......@@ -392,7 +405,8 @@
}
.fa-info-circle {
color: $red-normal;
color: $orange-normal;
padding-right: 5px;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment