This reverts commit 0856c7617d
.
Co-authored-by: David Langley <langley.dave@gmail.com>
This commit is contained in:
parent
371405782d
commit
ac435c8d4e
23 changed files with 118 additions and 32 deletions
|
@ -36,17 +36,16 @@ limitations under the License.
|
|||
.mx_Toast_toast {
|
||||
grid-row: 1 / 3;
|
||||
grid-column: 1;
|
||||
background-color: var(--cpd-color-bg-canvas-default);
|
||||
background-color: $system;
|
||||
color: $primary-content;
|
||||
box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.1);
|
||||
border: var(--cpd-border-width-1) solid var(--cpd-color-border-interactive-secondary);
|
||||
border-radius: 12px;
|
||||
box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.5);
|
||||
border-radius: 8px;
|
||||
overflow: hidden;
|
||||
display: grid;
|
||||
grid-template-columns: 22px 1fr;
|
||||
column-gap: 8px;
|
||||
row-gap: 4px;
|
||||
padding: var(--cpd-space-3x);
|
||||
padding: 8px;
|
||||
|
||||
&.mx_Toast_hasIcon {
|
||||
&::before,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue