quick fix: change style of input field for document title in AccompanyingCourseWork documents

This commit is contained in:
nobohan 2022-03-25 10:16:48 +01:00
parent db2bf1e98e
commit 248e4e93ed

View File

@ -338,5 +338,6 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
input.document-title{ input.document-title{
font-weight: bold; font-weight: bold;
font-size: 1rem;
} }
</style> </style>