added specific class name

This commit is contained in:
Burak Civan 2022-11-10 13:35:46 +03:00
parent a896015017
commit efa48a869b
2 changed files with 16 additions and 0 deletions

8
public/css/app.css vendored
View File

@ -54059,6 +54059,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
} }
/* responsive for role mobile */ /* responsive for role mobile */
/* full-width for mobile. Some component use inline styling for width */
@media only screen and (max-width: 991px) {
.full-width-mobile {
width: 100% !important;
}
}
/* full-width for mobile. Some component use inline styling for width */
[dir="ltr"] .ltr\:-right-57 { [dir="ltr"] .ltr\:-right-57 {
right: -14.5rem; right: -14.5rem;
} }

View File

@ -572,6 +572,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
} }
/* responsive for role mobile */ /* responsive for role mobile */
/* full-width for mobile. Some component use inline styling for width */
@media only screen and (max-width: 991px) {
.full-width-mobile {
width: 100% !important;
}
}
/* full-width for mobile. Some component use inline styling for width */
[dir="ltr"] .ltr\:-right-57 { [dir="ltr"] .ltr\:-right-57 {
right: -14.5rem; right: -14.5rem;
} }