position of main conversation
This commit is contained in:
parent
69d98b7daa
commit
10c04630fb
18 changed files with 509 additions and 159 deletions
|
@ -71,7 +71,7 @@ export const Danger: Story = {
|
|||
},
|
||||
};
|
||||
|
||||
export const Error: Story = {
|
||||
export const ErrorState: Story = {
|
||||
args: {
|
||||
message: 'Une erreur est survenue',
|
||||
_alertKind: 'error'
|
||||
|
|
|
@ -2,6 +2,7 @@ import {Component, Input} from '@angular/core';
|
|||
|
||||
@Component({
|
||||
selector: 'sae-alert-box',
|
||||
standalone: true,
|
||||
imports: [],
|
||||
templateUrl: './alert-box.html',
|
||||
styleUrl: './alert-box.scss'
|
||||
|
|
|
@ -67,9 +67,9 @@
|
|||
|
||||
&.user {
|
||||
background: white;
|
||||
margin-right: 10px;
|
||||
margin-left: 260px;
|
||||
|
||||
text-align: right;
|
||||
float: right;
|
||||
|
||||
.bottom-actions {
|
||||
display: none;
|
||||
|
|
|
@ -312,6 +312,7 @@
|
|||
.actions {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
padding: 4px;
|
||||
border-radius: 6px;
|
||||
background: #B9D6ED;
|
||||
}
|
||||
|
@ -489,9 +490,8 @@
|
|||
}
|
||||
|
||||
.conversation-bottom {
|
||||
padding: 10px 60px;
|
||||
//margin-top: -100px;
|
||||
margin-top: -43px;
|
||||
padding: 60px;
|
||||
margin-top: -100px;
|
||||
}
|
||||
|
||||
.bottom-warning-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue