app/assets/stylesheets/bastion/bastion.scss in bastion-3.3.6 vs app/assets/stylesheets/bastion/bastion.scss in bastion-3.4.0

- old
+ new

@@ -5,10 +5,11 @@ .bastion { // Bastion Components @import "mixins"; @import "variables"; @import "nutupane"; + @import "components"; @import "overrides"; @import "helpers"; @import "./forms"; @import "animations"; @import "path-selector"; @@ -16,16 +17,9 @@ body { width: 100%; height: 100%; overflow: hidden; - } - - .container-fluid { - margin-right: auto; - margin-left: auto; - padding-left: 15px; - padding-right: 15px; } a { cursor: pointer; }