- Versione 1.0.28

- Bottone "Condividi" permette di creare un post Telegram con l'annuncio selezionato.
- migliorata grafica dell'annuncio.
This commit is contained in:
Surya Paolo
2024-02-27 22:08:16 +01:00
parent f91de26a9a
commit 9b4406c3ae
30 changed files with 673 additions and 298 deletions

View File

@@ -4,21 +4,22 @@
max-width: 450px;
}
.myrow{
.myrow {
display: flex;
@media (max-width: 600px) {
flex-flow: column;
}
}
.qualifica{
.qualifica {
border: solid 2px #4198ef;
border-radius: 1rem;
padding: 5px;
}
.text-bacheca{
.text-bacheca {
margin: 10px;
border: solid 2px #4198ef;
border-radius: 1rem;
@@ -26,7 +27,7 @@
}
.note-bacheca{
.note-bacheca {
border: solid 2px #C10015;
border-radius: 1rem;
padding: 10px;
@@ -39,6 +40,7 @@
max-height: 500px;
max-width: 350px;
@media (max-width: 500px) {
max-height: 500px;
max-width: 400px;
@@ -46,6 +48,7 @@
}
$graytext: #555;
.cal {
color: black;
font-size: 1rem;
@@ -66,9 +69,11 @@ $graytext: #555;
&__hours {
color: blue;
&-title {
color: $graytext;
}
&-content {
font-weight: 400;
}
@@ -81,6 +86,7 @@ $graytext: #555;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;
}
@@ -93,29 +99,34 @@ $graytext: #555;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;;
color: darkblue !important;
;
}
}
&__teacher {
margin-top: 5px;
&-title {
color: $graytext;
}
&-content {
color: darkblue !important;;
color: darkblue !important;
;
}
}
&__quota {
margin-top: 5px;
&-title {
color: $graytext;
}
&-content {
}
&-content {}
}
&__img {
@@ -125,3 +136,21 @@ $graytext: #555;
}
}
.badge-favbook {
font-weight: bold;
}
.buttonsfav{
display: flex;
}
.buttonsfav_left{
}
.on-left {
margin-right: 8px !important;
}
.container_butt{
display: flex;
justify-content: space-between;
}