DEV: Replace save-button partial with a component (#9066)

This commit is contained in:
Penar Musaraj
2020-03-10 09:37:54 -04:00
committed by GitHub
parent e69b6379ad
commit 68328d2d64
23 changed files with 40 additions and 100 deletions

View File

@@ -244,7 +244,7 @@ $mobile-breakpoint: 700px;
width: 100%;
max-width: 800px;
}
.save-messages,
.save-button,
.title {
margin-bottom: 1em;
}
@@ -423,9 +423,6 @@ $mobile-breakpoint: 700px;
}
.controls {
@include clearfix;
.save-messages {
margin-top: 1em;
}
}
}