Add skeletton for profile page
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<mat-toolbar>
|
||||
<span>Aktienbot</span>
|
||||
<a href=""><span>Aktienbot</span></a>
|
||||
<span class="example-spacer"></span>
|
||||
<button
|
||||
mat-icon-button
|
||||
|
@@ -1,3 +1,8 @@
|
||||
.example-spacer {
|
||||
flex: 1 1 auto;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: none; /* no underline */
|
||||
}
|
||||
|
Reference in New Issue
Block a user