Adds action-minor component
This commit is contained in:
parent
22e93b823c
commit
6efd338f87
5 changed files with 46 additions and 0 deletions
23
src/sass/components/action-minor.scss
Normal file
23
src/sass/components/action-minor.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
|
|
@ -3,3 +3,4 @@
|
|||
@import "item";
|
||||
@import "ion-content";
|
||||
@import "address";
|
||||
@import "action-minor";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue