/* Styles common to large and small screens */
-.fillL { background-color: white; }
-
/* Default rules for the body of every page */
body {
}
}
+ /* Bootstrap buttons don't have any vertical margin, so
+ they touch when adjacent buttons wrap onto a new line
+ e.g. wide form buttons on a narrow sidebar */
+
+ .btn-wrapper {
+ > .btn {
+ margin-bottom: $spacer * 0.25;
+ }
+ }
+
/* Rules for export sidebar */
.export_form {
list-style-type: lower-alpha;
}
}
-
- #decline {
- background: $lightblue;
- &:hover {
- background: darken($lightblue, $hovercolor);
- }
- }
}
/* Rules for the account settings page */