diff --git a/app/assets/stylesheets/mobile.scss b/app/assets/stylesheets/mobile.scss index 84549f273..c3c022763 100644 --- a/app/assets/stylesheets/mobile.scss +++ b/app/assets/stylesheets/mobile.scss @@ -2,6 +2,7 @@ /* @import "mobile/*"; TODO: get this working again */ +@import "mobile/buttons"; @import "mobile/alert"; @import "mobile/banner"; @import "mobile/compose"; diff --git a/app/assets/stylesheets/mobile/buttons.scss b/app/assets/stylesheets/mobile/buttons.scss new file mode 100644 index 000000000..d3f166f1c --- /dev/null +++ b/app/assets/stylesheets/mobile/buttons.scss @@ -0,0 +1,3 @@ +.btn { + margin-right: 10px; +}