We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb5810a commit e632cc7Copy full SHA for e632cc7
1 file changed
ietf/static/css/ietf.scss
@@ -1,3 +1,5 @@
1
+@use "sass:map";
2
+
3
// Enable negative margin classes.
4
$enable-negative-margins: true;
5
@@ -86,6 +88,11 @@ body {
86
88
max-width: 300px;
87
89
}
90
91
+// Add some padding when there are multiple buttons in a line than can wrap
92
+.buttonlist .btn {
93
+ margin-top: map.get($spacers, 2);
94
+}
95
96
// Styles for d3.js graphical SVG timelines
97
#timeline {
98
font-size: small;
@@ -112,7 +119,6 @@ body {
112
119
pointer-events: none;
113
120
114
121
115
-
116
122
$timeline-odd-color: $primary;
117
123
$timeline-odd-hover-color: shift-color($timeline-odd-color, $link-shade-percentage) !default;
118
124
0 commit comments