mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
Add 10px margin for buttons in mobile
This commit is contained in:
parent
e0a74e336a
commit
af71307363
2 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue