mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 05:34:06 -08:00
Nicer error message formatting
This commit is contained in:
parent
7e0ab645bf
commit
895fbb76bf
1
public/assets/css/app.css
Executable file → Normal file
1
public/assets/css/app.css
Executable file → Normal file
|
@ -5047,6 +5047,7 @@ a.accordion-header {
|
|||
.error label,
|
||||
.alert-msg {
|
||||
color: #dd4b39;
|
||||
display: block;
|
||||
}
|
||||
.input-group[class*="col-"] {
|
||||
padding-right: 15px;
|
||||
|
|
File diff suppressed because one or more lines are too long
1
public/build/assets/css/app-aa4905dc46.css → public/build/assets/css/app-575226723c.css
Executable file → Normal file
1
public/build/assets/css/app-aa4905dc46.css → public/build/assets/css/app-575226723c.css
Executable file → Normal file
|
@ -5047,6 +5047,7 @@ a.accordion-header {
|
|||
.error label,
|
||||
.alert-msg {
|
||||
color: #dd4b39;
|
||||
display: block;
|
||||
}
|
||||
.input-group[class*="col-"] {
|
||||
padding-right: 15px;
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"assets/css/app.css": "assets/css/app-aa4905dc46.css",
|
||||
"assets/css/app.css": "assets/css/app-575226723c.css",
|
||||
"assets/js/all.js": "assets/js/all-640cf0ee36.js"
|
||||
}
|
|
@ -125,6 +125,7 @@ a.accordion-header {
|
|||
|
||||
.error label, .alert-msg {
|
||||
color: #dd4b39;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.input-group[class*="col-"] {
|
||||
|
|
Loading…
Reference in a new issue