code-style: centralize CSS styling into stylesheet file
This commit is contained in:
parent
4d7d98feed
commit
608a570e6c
5 changed files with 13 additions and 23 deletions
|
@ -14,17 +14,6 @@
|
|||
{{end}}
|
||||
</div>
|
||||
|
||||
<style>
|
||||
input.required ~ label::after, select.required ~ label::after {
|
||||
content: ' *';
|
||||
color: red;
|
||||
}
|
||||
|
||||
.form-control ~ .form-text {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
</style>
|
||||
<div class="row">
|
||||
<div class="col-lg-8 mb-4">
|
||||
<form method="POST" action="addOfficeHour">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue