← All changes
|
assets/css/modules/announcements/announcements.css
+4
-1
4.3.0
→
3.20.0-dev3
View file →
| @@ -1,8 +1,11 @@ | ||
| 1 | 1 | #e-announcements-root { |
| 2 | 2 | position: fixed; |
| 3 | 3 | display: flex; |
| 4 | - inset: 0; | |
| 4 | + top: 0; | |
| 5 | + left: 0; | |
| 6 | + width: 100%; | |
| 7 | + height: 100%; | |
| 5 | 8 | align-items: center; |
| 6 | 9 | justify-content: center; |
| 7 | 10 | color: var(--e-a-color-txt); |
| 8 | 11 | font-family: Roboto, Arial, Helvetica, sans-serif; |