tweak talkingpoint components
This commit is contained in:
parent
4ae0be69cd
commit
25caac5d3c
2 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@
|
|||
|
||||
<style>
|
||||
.talkingPointContainer {
|
||||
background-color: aquamarine;
|
||||
background-color: transparent;
|
||||
display: grid;
|
||||
grid-template-columns: 30% auto;
|
||||
grid-template-rows: 1;
|
||||
grid-template-rows: auto;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<style>
|
||||
.talkingPointNameContainer {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 115px;
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
justify-content: flex-end;
|
||||
|
|
Loading…
Reference in a new issue