Files
salvato.newfreeplanet/src/components/CMyCardService/CMyCardService.scss

156 lines
1.8 KiB
SCSS
Raw Normal View History

2023-04-04 15:27:03 +02:00
.profile {
width: 100%;
margin: 0 auto;
max-width: 450px;
}
.myrow {
2023-04-04 15:27:03 +02:00
display: flex;
2023-04-04 15:27:03 +02:00
@media (max-width: 600px) {
flex-flow: column;
}
}
.qualifica {
2023-04-04 15:27:03 +02:00
border: solid 2px #4198ef;
border-radius: 1rem;
padding: 5px;
}
.text-bacheca {
2023-04-04 15:27:03 +02:00
margin: 10px;
border: solid 2px #4198ef;
border-radius: 1rem;
padding: 10px;
}
.note-bacheca {
2023-04-04 15:27:03 +02:00
border: solid 2px #C10015;
border-radius: 1rem;
padding: 10px;
}
.img {
margin-left: auto;
margin-right: auto;
max-height: 500px;
max-width: 350px;
2023-04-04 15:27:03 +02:00
@media (max-width: 500px) {
max-height: 500px;
max-width: 400px;
}
}
$graytext: #555;
2023-04-04 15:27:03 +02:00
.cal {
color: black;
font-size: 1rem;
font-weight: 400;
line-height: 1.25rem;
letter-spacing: 0.03333em;
&__title {
color: white;
font-weight: 700;
font-size: 1rem;
padding-bottom: 10px;
}
&__details {
color: black;
}
&__hours {
color: blue;
2023-04-04 15:27:03 +02:00
&-title {
color: $graytext;
}
2023-04-04 15:27:03 +02:00
&-content {
font-weight: 400;
}
}
&__where {
margin-top: 5px;
color: blue;
&-title {
color: $graytext;
}
2023-04-04 15:27:03 +02:00
&-content {
color: darkblue !important;
}
}
&__when {
margin-top: 5px;
color: blue;
&-title {
color: $graytext;
}
2023-04-04 15:27:03 +02:00
&-content {
color: darkblue !important;
;
2023-04-04 15:27:03 +02:00
}
}
&__teacher {
margin-top: 5px;
2023-04-04 15:27:03 +02:00
&-title {
color: $graytext;
}
2023-04-04 15:27:03 +02:00
&-content {
color: darkblue !important;
;
2023-04-04 15:27:03 +02:00
}
}
&__quota {
margin-top: 5px;
2023-04-04 15:27:03 +02:00
&-title {
color: $graytext;
}
&-content {}
2023-04-04 15:27:03 +02:00
}
&__img {
width: 100px;
height: 100px;
padding: 10px;
}
}
.badge-favbook {
font-weight: bold;
}
.buttonsfav{
display: flex;
}
.buttonsfav_left{
}
.on-left {
margin-right: 8px !important;
}
.container_butt{
display: flex;
justify-content: space-between;
}