Merge pull request #7134 from papnoisanjeev/date-icon-shift-issue-with-error

Fixed Issue [#7133]
This commit is contained in:
Jitendra Singh 2022-11-24 19:01:32 +05:30 committed by GitHub
commit aad4ba93fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 7 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,5 +1,5 @@
/*!
* Pusher JavaScript Library v7.4.0
* Pusher JavaScript Library v7.5.0
* https://pusher.com/
*
* Copyright 2020, Pusher
@ -18,7 +18,7 @@
*/
/*!
* Vue.js v2.7.13
* Vue.js v2.7.14
* (c) 2014-2022 Evan You
* Released under the MIT License.
*/

View File

@ -1,4 +1,4 @@
{
"/js/admin.js": "/js/admin.js?id=7dc6328afc24d9a99959",
"/css/admin.css": "/css/admin.css?id=eab25524d815ab938405"
"/js/admin.js": "/js/admin.js?id=c523ce7636e9eae3dd05",
"/css/admin.css": "/css/admin.css?id=295abc30d293848c6226"
}

View File

@ -498,7 +498,7 @@ body {
&.has-error {
&.date {
&::after {
top: 47px;
top: 47px !important;
}
}
}