Minnor fix

pull/4/head
Alvaro Puente Mella 2024-07-05 12:14:53 +02:00
parent a477e3fca8
commit 1a9a455c1e
5 changed files with 5 additions and 7 deletions

View File

@ -1,5 +1,3 @@
/* src/app/classroom-view/classroom-view.component.css */
.classroom {
display: flex;
flex-direction: column;

View File

@ -9,4 +9,4 @@
</div>
</div>
</mat-card>
</div>
</div>

View File

@ -36,7 +36,7 @@ mat-card-subtitle {
mat-card-subtitle a {
cursor: pointer;
text-decoration: underline;
color: #1976d2;
color: #929292;
}
mat-card-subtitle a:hover {

View File

@ -22,8 +22,8 @@ mat-icon {
.user-logged{
align-items: center;
gap: 2rem;
padding:1.5rem;
font-size: x-large;
padding:1rem;
font-size: medium;
}
.sidebar-content {

View File

@ -1,7 +1,7 @@
<mat-nav-list>
<mat-list-item disabled>
<span class="user-logged">
<span> {{username}}</span>
<span>Bienvenido {{username}}</span>
</span>
</mat-list-item>