We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc5289b commit e392215Copy full SHA for e392215
1 file changed
src/styles/components/modals/_footer.scss
@@ -31,6 +31,11 @@
31
border-bottom-right-radius: variables.$main-border-radius;
32
background: color.adjust(variables.$body-background, $lightness: -3%);
33
border-top: 1px solid variables.$main-border-color;
34
+ div {
35
+ &.pull-right{
36
+ float:right;
37
+ }
38
39
40
button {
41
@include button.btn(green);
0 commit comments