Primo sviluppo sincronizzazione e migliorie ui
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
line-height: normal;
|
||||
margin: 2rem 0;
|
||||
margin: .2rem 0 1rem 0;
|
||||
}
|
||||
|
||||
.info-nome {
|
||||
@@ -59,19 +59,8 @@
|
||||
font-size: small;
|
||||
}
|
||||
|
||||
.user-button {
|
||||
border: 2px solid var(--card-border-color);
|
||||
background: transparent;
|
||||
text-align: center;
|
||||
border-radius: 6px;
|
||||
padding: .45rem 2rem;
|
||||
width: 100%;
|
||||
font-weight: 700;
|
||||
line-height: normal;
|
||||
}
|
||||
|
||||
.user-button.logout {
|
||||
color: var(--mud-palette-error);
|
||||
.content ::deep .user-button {
|
||||
border: 1px solid var(--card-border-color) !important;
|
||||
}
|
||||
|
||||
.user-button > i { font-size: large; }
|
||||
|
||||
Reference in New Issue
Block a user