Adds action-minor component

This commit is contained in:
Sam Cheng Hung 2018-07-20 15:56:39 +08:00
commit 6efd338f87
5 changed files with 46 additions and 0 deletions

View file

@ -0,0 +1,23 @@
.action-minor {
margin: 20px 14px;
font-size: 14px;
&.mt-negative {
margin-top: -10px;
}
&.right {
text-align: right;
}
> .action-icon {
width: 15px;
height: 15px;
vertical-align: middle;
margin-right: 3px;
}
> .action-text {
vertical-align: middle;
}
}

View file

@ -3,3 +3,4 @@
@import "item";
@import "ion-content";
@import "address";
@import "action-minor";