ng-implementation/my-workspace/projects/sae-lib/alert-box/alert-box.scss

11 lines
106 B
SCSS
Raw Normal View History

2025-09-22 14:53:02 +02:00
:host {
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-08-11 12:21:39 +02:00
}