Conexio amb la api
This commit is contained in:
parent
207c0ba819
commit
b12369cb47
48513 changed files with 7391639 additions and 7 deletions
166
node_modules/@ionic/angular/css/text-alignment.css
generated
vendored
Executable file
166
node_modules/@ionic/angular/css/text-alignment.css
generated
vendored
Executable file
|
|
@ -0,0 +1,166 @@
|
|||
.ion-text-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ion-text-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.ion-text-start {
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.ion-text-end {
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
.ion-text-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.ion-text-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.ion-text-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.ion-text-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
|
||||
@media (min-width: 576px) {
|
||||
.ion-text-sm-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-start {
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-end {
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.ion-text-sm-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.ion-text-md-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ion-text-md-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.ion-text-md-start {
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.ion-text-md-end {
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
.ion-text-md-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.ion-text-md-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.ion-text-md-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.ion-text-md-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 992px) {
|
||||
.ion-text-lg-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-start {
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-end {
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.ion-text-lg-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
@media (min-width: 1200px) {
|
||||
.ion-text-xl-center {
|
||||
text-align: center !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-justify {
|
||||
text-align: justify !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-start {
|
||||
text-align: start !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-end {
|
||||
text-align: end !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-left {
|
||||
text-align: left !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-right {
|
||||
text-align: right !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-nowrap {
|
||||
white-space: nowrap !important;
|
||||
}
|
||||
|
||||
.ion-text-xl-wrap {
|
||||
white-space: normal !important;
|
||||
}
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=text-alignment.css.map */
|
||||
Loading…
Add table
Add a link
Reference in a new issue