- added 'bandi disponibili' page;
- improved some styles and displaying data in tables;
This commit is contained in:
@@ -10,7 +10,12 @@
|
||||
font-style: normal;
|
||||
font-weight: 600;
|
||||
line-height: normal;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.appPageLogin__wrapper {
|
||||
h1 {
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -223,4 +228,32 @@
|
||||
gap: 24px;
|
||||
padding: 24px 0 48px;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.appPageSection__tableActions {
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
padding: 0;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.appPageSection__addToFavourites {
|
||||
width: 28px;
|
||||
height: 28px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
border-radius: 50%;
|
||||
border: none;
|
||||
background-color: var(--message-info-color);
|
||||
color: white;
|
||||
padding: 0;
|
||||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&[disabled] {
|
||||
background-color: var(--message-info-background);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user