added specific class name
This commit is contained in:
parent
a896015017
commit
efa48a869b
8
public/css/app.css
vendored
8
public/css/app.css
vendored
@ -54059,6 +54059,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
/* 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 {
|
||||
right: -14.5rem;
|
||||
}
|
||||
|
8
resources/assets/sass/app.css
vendored
8
resources/assets/sass/app.css
vendored
@ -572,6 +572,14 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
/* 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 {
|
||||
right: -14.5rem;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user