Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Merge pull request #269 from CampusDual/BFS42024-322
Browse files Browse the repository at this point in the history
BFS42024- 322
  • Loading branch information
eluiui authored Jan 16, 2025
2 parents 35a6ecb + b81d6b1 commit c8c4dfa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
.foto:hover {
box-shadow: 0 0 20px 10px #1a3459; /* Crea el efecto de aura */
transform: scale(0.9); /* Agranda ligeramente la imagen al pasar el ratón */
background-color: #1a3459;
border-radius: 50%;
}

Expand Down Expand Up @@ -136,6 +135,10 @@
padding-top: -50%;
}

.foto .ng-star-inserted{
margin-top: -50px;
}

p {
color: black;
margin-top: 0px;
Expand All @@ -156,22 +159,22 @@ fieldset {
margin-top: 0;
}

@media (max-width: 1024px) {
@media (max-width: 1812px) {
.grid-container {
grid-template-columns: 1fr 1fr;
grid-template-columns: 1fr 1fr;
}

.foto {
width: 180px;
width: 180px;
height: 180px;
}

fieldset {
padding: 18px;
padding: 18px;
}

.o-table {
width: 95%;
width: 95%;
}
}

Expand All @@ -183,6 +186,6 @@ fieldset {
}

.fila-completa {
grid-column: 1 / -1;
margin-top: 20px;
grid-column: 1 / -1;
margin-top: 20px;
}
9 changes: 8 additions & 1 deletion cd2024bfs4g1-frontend/src/main/ngx/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
background-color: transparent;
}

.foto .mat-subtitle-2.ng-star-inserted{
display: none;
}

.foto img .ng-star-inserted{
margin-top: -50px;
}

.o-column > div.o-container .o-container-scroll.o-container-gap,
.o-row > div.o-container .o-container-scroll.o-container-gap {
Expand Down Expand Up @@ -463,4 +470,4 @@ o-column.o-column .o-container > .o-container-title span{

.md-drppicker .calendar td.in-range{
color:black;
}
}

0 comments on commit c8c4dfa

Please sign in to comment.