1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86
|
.pf-v6-u-text-align-start {
text-align: start !important;
}
.pf-v6-u-text-align-center {
text-align: center !important;
}
.pf-v6-u-text-align-end {
text-align: end !important;
}
.pf-v6-u-text-align-justify {
text-align: justify !important;
}
@media screen and (min-width: 36rem) {
.pf-v6-u-text-align-start-on-sm {
text-align: start !important;
}
.pf-v6-u-text-align-center-on-sm {
text-align: center !important;
}
.pf-v6-u-text-align-end-on-sm {
text-align: end !important;
}
.pf-v6-u-text-align-justify-on-sm {
text-align: justify !important;
}
}
@media screen and (min-width: 48rem) {
.pf-v6-u-text-align-start-on-md {
text-align: start !important;
}
.pf-v6-u-text-align-center-on-md {
text-align: center !important;
}
.pf-v6-u-text-align-end-on-md {
text-align: end !important;
}
.pf-v6-u-text-align-justify-on-md {
text-align: justify !important;
}
}
@media screen and (min-width: 62rem) {
.pf-v6-u-text-align-start-on-lg {
text-align: start !important;
}
.pf-v6-u-text-align-center-on-lg {
text-align: center !important;
}
.pf-v6-u-text-align-end-on-lg {
text-align: end !important;
}
.pf-v6-u-text-align-justify-on-lg {
text-align: justify !important;
}
}
@media screen and (min-width: 75rem) {
.pf-v6-u-text-align-start-on-xl {
text-align: start !important;
}
.pf-v6-u-text-align-center-on-xl {
text-align: center !important;
}
.pf-v6-u-text-align-end-on-xl {
text-align: end !important;
}
.pf-v6-u-text-align-justify-on-xl {
text-align: justify !important;
}
}
@media screen and (min-width: 90.625rem) {
.pf-v6-u-text-align-start-on-2xl {
text-align: start !important;
}
.pf-v6-u-text-align-center-on-2xl {
text-align: center !important;
}
.pf-v6-u-text-align-end-on-2xl {
text-align: end !important;
}
.pf-v6-u-text-align-justify-on-2xl {
text-align: justify !important;
}
}
|