Proyectos de Subversion Moodle

Rev

Rev 441 | Rev 443 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 441 Rev 442
Línea 64... Línea 64...
64
.bloque a:hover{
64
.bloque a:hover{
65
	background-color:#bcc7ff;
65
	background-color:#bcc7ff;
66
	text-decoration: none;
66
	text-decoration: none;
67
}
67
}
68
.card-img {
68
.card-img {
69
    /* width: auto; */
69
  /* width: auto; */
70
    height: 8rem;
70
  height: 8rem;
71
    background-size: cover;
71
  background-size: cover;
72
}
72
}
73
.card-body, .userprofile .profile_tree section {
73
.card-body, .userprofile .profile_tree section {
74
    flex: 1 1 auto;
74
  flex: 1 1 auto;
75
    padding: 0.25rem;
75
  padding: 0.25rem;
76
}
76
}
77
.img-course{
77
.img-course{
78
	  background-size: cover;
78
  object-fit: cover;
79
    min-height: 100px;
79
  min-height: 100px;
80
    aspect-ratio: 1/1;
80
  aspect-ratio: 1/1;
-
 
81
  width: 100%;
81
}
82
}
82
.curso_progress-cesa {
83
.curso_progress-cesa {
83
    max-width: 300px;
84
  max-width: 300px;
84
    margin: 0px 20px 5px;
85
  margin: 0px 20px 5px;
85
    display: block;
86
  display: block;
86
}
87
}
87
 
-
 
88
.list-block-cursos-catalogo-ajax {
88
.list-block-cursos-catalogo-ajax {
89
    display: grid;
89
  display: grid;
90
    grid-template-columns: repeat(auto-fill, minmax(20vw, 1fr));
90
  grid-template-columns: repeat(auto-fill, minmax(20vw, 1fr));
91
    width: 100%;
91
  width: 100%;
92
    margin: 16px 0;
92
  margin: 16px 0;
93
    gap: 16px;
93
  gap: 16px;
94
}
94
}
95
 
-
 
96
 
-
 
97
@media only screen and (max-width: 1199.98px){
95
@media only screen and (max-width: 1199.98px){
98
 
-
 
99
/*
96
/*
100
.main_logo_home2 .mt20{
97
.main_logo_home2 .mt20{
101
	top: 5px;
98
	top: 5px;
102
}
99
}
103
  .mobile-menu .header.stylehome1 a:not(.mobileBrand) {
100
  .mobile-menu .header.stylehome1 a:not(.mobileBrand) {