mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 13:01:01 +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";
|
@import "../globals.core";
|
||||||
|
|
||||||
.align-left {
|
|
||||||
text-align: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-center {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.align-right {
|
|
||||||
text-align: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.no-transition {
|
.no-transition {
|
||||||
transition: none !important;
|
transition: none !important;
|
||||||
}
|
}
|
||||||
@ -61,6 +49,9 @@ $content-padding: 16px !default;
|
|||||||
padding-left: $content-padding;
|
padding-left: $content-padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[no-padding] {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
// Focus Outline
|
// Focus Outline
|
||||||
// --------------------------------------------------
|
// --------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user