This commit is contained in:
commit
7fb01f102d
2 changed files with 24 additions and 49 deletions
|
@ -7080,14 +7080,6 @@ button.module-image__border-overlay:focus {
|
|||
|
||||
// Module: Chat Session Refreshed Dialog
|
||||
|
||||
.module-chat-session-refreshed-dialog {
|
||||
@include light-theme {
|
||||
background-color: $color-white;
|
||||
}
|
||||
@include dark-theme {
|
||||
background-color: $color-gray-95;
|
||||
}
|
||||
}
|
||||
.module-chat-session-refreshed-dialog__image {
|
||||
text-align: center;
|
||||
}
|
||||
|
@ -7096,24 +7088,6 @@ button.module-image__border-overlay:focus {
|
|||
margin-top: 10px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
.module-chat-session-refreshed-dialog__buttons {
|
||||
text-align: end;
|
||||
margin-top: 20px;
|
||||
padding: 3px;
|
||||
}
|
||||
.module-chat-session-refreshed-dialog__button {
|
||||
@include font-body-1-bold;
|
||||
@include button-reset;
|
||||
@include button-primary;
|
||||
|
||||
border-radius: 4px;
|
||||
padding-block: 7px;
|
||||
padding-inline: 14px;
|
||||
margin-inline-start: 12px;
|
||||
}
|
||||
.module-chat-session-refreshed-dialog__button--secondary {
|
||||
@include button-secondary;
|
||||
}
|
||||
|
||||
// Module: Delivery Issue Dialog
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue