Skip to content

Commit 19ec620

Browse files
committed
[Bootstrap v5] Remove the custom form style
1 parent be1ff47 commit 19ec620

File tree

2 files changed

+0
-51
lines changed

2 files changed

+0
-51
lines changed

assets/styles/admin.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
:root {
2-
--blue: #007bff;
3-
}
4-
51
/* Page: 'Backend post index'
62
------------------------------------------------------------------------- */
73
body#admin_post_index .item-actions {
@@ -24,11 +20,3 @@ body#admin_post_show .post-tags .label-default {
2420
body#admin_post_show .post-tags .label-default i {
2521
color: #95A6A7;
2622
}
27-
28-
.form-control {
29-
border-width: .125rem;
30-
}
31-
.form-control:focus {
32-
color: var(--blue);
33-
box-shadow: none;
34-
}

assets/styles/app.scss

Lines changed: 0 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -321,45 +321,6 @@ footer #footer-resources svg {
321321
font-size: 21px;
322322
}
323323

324-
/* Forms
325-
------------------------------------------------------------------------- */
326-
.form-control {
327-
color: var(--gray-700);
328-
height: 45px;
329-
}
330-
331-
.form-group .form-control:focus {
332-
color: var(--text-color);
333-
}
334-
335-
.form-group.has-error .form-control {
336-
border-color: var(--red);
337-
}
338-
339-
.form-group.has-error .control-label {
340-
color: var(--red);
341-
}
342-
343-
.form-group.has-error .help-block {
344-
background-color: var(--red);
345-
color: var(--white);
346-
font-size: 15px;
347-
padding: 1em
348-
}
349-
350-
.form-group.has-error .help-block ul,
351-
.form-group.has-error .help-block li {
352-
margin-bottom: 0
353-
}
354-
355-
.form-group.has-error .help-block li + li {
356-
margin-top: 0.5em;
357-
}
358-
359-
textarea {
360-
max-width: 100%
361-
}
362-
363324
/* Page: 'Technical Requirements Checker'
364325
------------------------------------------------------------------------- */
365326
body#requirements_checker header h1 {

0 commit comments

Comments
 (0)