Merge pull request #3276 from jitendra-webkul/1.0

Issue #3273 fixed
This commit is contained in:
Jitendra Singh 2020-06-18 16:00:20 +05:30 committed by GitHub
commit c996930c4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 21 additions and 8 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -1,12 +1,12 @@
/*!
* Sizzle CSS Selector Engine v2.3.5
* Sizzle CSS Selector Engine v2.3.4
* https://sizzlejs.com/
*
* Copyright JS Foundation and other contributors
* Released under the MIT license
* https://js.foundation/
*
* Date: 2020-03-14
* Date: 2019-04-08
*/
/*!
@ -16,7 +16,7 @@
*/
/*!
* jQuery JavaScript Library v3.5.1
* jQuery JavaScript Library v3.4.1
* https://jquery.com/
*
* Includes Sizzle.js
@ -26,7 +26,7 @@
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2020-05-04T22:49Z
* Date: 2019-05-01T21:04Z
*/
/**

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=57beb5ab209dffdced7e",
"/css/admin.css": "/css/admin.css?id=555d64d44d86c1ca638c"
"/js/admin.js": "/js/admin.js?id=a14c779523092ac32b88",
"/css/admin.css": "/css/admin.css?id=88c7c29cf850edc4bfb3"
}

View File

@ -173,4 +173,17 @@
grid-row-gap: 15px;
margin-top: 30px;
}
}
.rtl {
.dashboard {
.page-header {
.control-group {
&.date::after {
margin-top: -13px !important;
right: 100%;
}
}
}
}
}