Files
myprojplanet_vite/src/components/CCardDiscipline/CCardDiscipline.scss
2021-09-04 15:05:34 +02:00

92 lines
1.3 KiB
SCSS
Executable File

$heightBtn: 100%;
$grayshadow: #555;
.text-subtitle-carica {
font-size: 1rem;
font-weight: 400;
line-height: 1.75rem;
letter-spacing: .00937em;
text-shadow: .1rem .1rem .1rem $grayshadow;
}
.text-subtitle-certificato {
font-size: 0.75rem;
line-height: 1rem;
}
@media (max-width: 718px) {
// PER VERSIONE MOBILE
.text-subtitle-carica {
font-size: 1rem;
}
}
.my-card-discipline {
width: 100%;
max-width: 350px;
min-width: 300px;
padding: 0;
box-shadow: none;
border-radius: 30px;
}
.yes_shadow {
-webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.16);
}
.disc {
text-align: center !important;
font-size: 1rem;
font-weight: 400;
line-height: 1.75rem;
letter-spacing: .00937em;
text-shadow: .1rem .1rem .1rem $grayshadow;
&__title {
//color: white;
text-shadow: .125rem .125rem .125rem #2d2260;
}
&__cell {
font-size: 1rem;
color: red;
}
&__email {
font-size: 1rem;
color: #3b5998;
}
&__description {
font-size: 1rem;
color: #000000;
height: 150px;
overflow: hidden;
text-overflow: ellipsis;
}
&__email a {
text-decoration: none;
}
}
.myimg {
height: 200px;
border-radius: 30px !important;
}
.q-img {
&__image {
border-radius: 30px !important;
}
}
.q-card__section{
padding: 4px !important;
}