mirror of
https://github.com/google/nomulus.git
synced 2025-07-30 22:46:26 +02:00
Restyle registrar console based on the new design proposal (#2336)
This commit is contained in:
parent
de3af34b66
commit
59f4129ee0
119 changed files with 3468 additions and 2846 deletions
|
@ -0,0 +1,16 @@
|
|||
<div class="console-app__notifications">
|
||||
@for (notification of mockNotifications; track notification.id) {
|
||||
<div class="console-app__notification">
|
||||
<div class="console-app__notification-content">
|
||||
<button mat-mini-fab color="primary" disabled>
|
||||
<mat-icon mat-mini-fab color="primary"> calendar_month </mat-icon>
|
||||
</button>
|
||||
<h4>{{ notification.text }}</h4>
|
||||
</div>
|
||||
|
||||
<button mat-icon-button>
|
||||
<mat-icon>close</mat-icon>
|
||||
</button>
|
||||
</div>
|
||||
}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue