added custom styling
This commit is contained in:
parent
52cc9428f5
commit
a245c140cb
12
public/css/app.css
vendored
12
public/css/app.css
vendored
@ -53803,6 +53803,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
|||||||
}
|
}
|
||||||
/* template table border radius control */
|
/* template table border radius control */
|
||||||
|
|
||||||
|
/* responsive for role mobile */
|
||||||
|
.scroll-div-mobile {
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 991px) {
|
||||||
|
.scroll-div-mobile {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* responsive for role mobile */
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:-right-57 {
|
[dir="ltr"] .ltr\:-right-57 {
|
||||||
right: -14.5rem;
|
right: -14.5rem;
|
||||||
}
|
}
|
||||||
|
12
resources/assets/sass/app.css
vendored
12
resources/assets/sass/app.css
vendored
@ -560,6 +560,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
|||||||
}
|
}
|
||||||
/* template table border radius control */
|
/* template table border radius control */
|
||||||
|
|
||||||
|
/* responsive for role mobile */
|
||||||
|
.scroll-div-mobile {
|
||||||
|
width: 700px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (min-width: 991px) {
|
||||||
|
.scroll-div-mobile {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
/* responsive for role mobile */
|
||||||
|
|
||||||
[dir="ltr"] .ltr\:-right-57 {
|
[dir="ltr"] .ltr\:-right-57 {
|
||||||
right: -14.5rem;
|
right: -14.5rem;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user