mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Add 10px margin for buttons in mobile
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
/* @import "mobile/*"; TODO: get this working again */
|
||||
|
||||
@import "mobile/buttons";
|
||||
@import "mobile/alert";
|
||||
@import "mobile/banner";
|
||||
@import "mobile/compose";
|
||||
|
||||
3
app/assets/stylesheets/mobile/buttons.scss
Normal file
3
app/assets/stylesheets/mobile/buttons.scss
Normal file
@@ -0,0 +1,3 @@
|
||||
.btn {
|
||||
margin-right: 10px;
|
||||
}
|
||||
Reference in New Issue
Block a user