2025-09-23 17:25:52 +02:00
|
|
|
@use '../src/styles/variables';
|
|
|
|
|
2025-09-22 14:53:02 +02:00
|
|
|
:host {
|
2025-09-26 12:42:25 +02:00
|
|
|
.alert {
|
|
|
|
display: flex;
|
|
|
|
align-content: center;
|
|
|
|
justify-items: center;
|
|
|
|
}
|
|
|
|
|
2025-09-02 15:52:38 +02:00
|
|
|
i {
|
2025-09-22 14:53:02 +02:00
|
|
|
margin-right: 16px;
|
2025-08-19 16:54:03 +02:00
|
|
|
}
|
2025-08-12 15:22:58 +02:00
|
|
|
|
2025-09-22 14:53:02 +02:00
|
|
|
.close-button {
|
|
|
|
float: right;
|
2025-09-22 14:55:26 +02:00
|
|
|
cursor: pointer;
|
2025-09-22 14:53:02 +02:00
|
|
|
}
|
2025-09-26 12:30:20 +02:00
|
|
|
|
|
|
|
.alert {
|
|
|
|
border-radius: 8px;
|
|
|
|
|
|
|
|
&.is-warning {
|
|
|
|
color: #A7582B;
|
|
|
|
font-family: Barlow;
|
|
|
|
font-size: 14px;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
line-height: 120%;
|
|
|
|
padding: 18px;
|
|
|
|
|
|
|
|
background: #FDF3EE;
|
|
|
|
}
|
|
|
|
}
|
2025-08-11 12:21:39 +02:00
|
|
|
}
|