mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #677 from gradido/676-text-color-font-size
text-size in textarea and font-variante if focus
This commit is contained in:
commit
10c077e138
@ -104,6 +104,7 @@
|
||||
rows="3"
|
||||
v-model="form.memo"
|
||||
class="pl-3"
|
||||
style="font-size: large"
|
||||
></b-form-textarea>
|
||||
</b-input-group>
|
||||
<b-col v-if="errors">
|
||||
@ -197,4 +198,9 @@ export default {
|
||||
span.errors {
|
||||
color: red;
|
||||
}
|
||||
#input-1:focus,
|
||||
#input-2:focus,
|
||||
#input-3:focus {
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user