|
|
@@ -300,8 +300,7 @@ export default { |
|
|
|
height: 80vh; |
|
|
|
background: #ffffff; |
|
|
|
border-radius: 4px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
.app-titel { |
|
|
|
width: 100%; |
|
|
|
background: #FFFFFF; |
|
|
@@ -309,6 +308,7 @@ export default { |
|
|
|
display: flex; |
|
|
|
justify-content: space-between; |
|
|
|
padding: 0 10px; |
|
|
|
padding-top: 15px; |
|
|
|
} |
|
|
|
.app-titel-name{ |
|
|
|
text-align: center; |
|
|
@@ -333,5 +333,7 @@ export default { |
|
|
|
.blockbox { |
|
|
|
margin-left: auto; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
</style> |
|
|
|
|