mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 05:21:52 +08:00
feat(util): added no-padding attribute and removed text alignment classes
This commit is contained in:
@ -1,17 +1,5 @@
|
||||
@import "../globals.core";
|
||||
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.no-transition {
|
||||
transition: none !important;
|
||||
}
|
||||
@ -61,6 +49,9 @@ $content-padding: 16px !default;
|
||||
padding-left: $content-padding;
|
||||
}
|
||||
|
||||
[no-padding] {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
// Focus Outline
|
||||
// --------------------------------------------------
|
||||
|
Reference in New Issue
Block a user