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>
|
<style>
|
||||||
.talkingPointContainer {
|
.talkingPointContainer {
|
||||||
background-color: aquamarine;
|
background-color: transparent;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 30% auto;
|
grid-template-columns: 30% auto;
|
||||||
grid-template-rows: 1;
|
grid-template-rows: auto;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
<style>
|
<style>
|
||||||
.talkingPointNameContainer {
|
.talkingPointNameContainer {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 115px;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
justify-content: flex-end;
|
justify-content: flex-end;
|
||||||
|
|
Loading…
Reference in a new issue