mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 02:01:40 +08:00
Add 10px margin for buttons in mobile
This commit is contained in:
parent
e0a74e336a
commit
af71307363
@ -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…
x
Reference in New Issue
Block a user