Commit 87569b2a authored by Alan Ricardo Calderón Martínez's avatar Alan Ricardo Calderón Martínez
Browse files

Arregle el calendario y el de subir documentos con su funcionalidad al cien porciento

parent a06b905b
Loading
Loading
Loading
Loading
+490 −5
Original line number Diff line number Diff line
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:wght@300;400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Ubuntu', sans-serif;
}

:root {
  --blue: #287bff;
  --white: #fff;
  --grey: #f5f5f5;
  --black1: #222;
  --black2: #999;
}

body {
  min-height: 90vh;
  overflow-x: hidden;
}

.container_nav {
  position: relative;
  width: 100%;
  height: 100vh; /* O el porcentaje deseado de la pantalla */
  margin-top: 0; /* Elimina el margin-top negativo */
}


.navigation .abajo-out{
  margin-top: 160%;
}

.navigation {
  position: fixed;
  width: 300px;
  height: 100%;
  background: linear-gradient(135deg, #325e9d 0%, #aa7bfa 100%);
  border-left: 10px linear-gradient(135deg, #325e9d 0%, #aa7bfa 100%);
  transition: 0.5s;
  overflow: hidden;
}

.navigation.active {
  width: 80px;
}

.navigation ul {
  position: absolute;
  top: 0px;
  left: 5px;
  margin: 0;
  padding: 5px;
  width: 100%;
}

.navigation ul li {
  position: relative;
  width: 100%;
  list-style: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

/* al colocar el cursor se ve en blanco cada fila en el menu */
.navigation ul li:hover,
.navigation ul li.hovered {
  background: var(--white);
}

/* Espacio de mi lista en el menu */
.navigation ul li:nth-child(1) {
  margin-bottom: 50px;
  pointer-events: none;
}

.navigation ul li a {
  position: relative;
  display: block;
  width: 100%;
  display: flex;
  text-decoration: none;
  color: var(--white);
}

.navigation ul li:hover a,
.navigation ul li.hovered a {
  color: var(--blue);
}

.activo {
  background: #2a2f4f;
  color: white;
  /* codigo extra para ver curba */

}

.navigation ul li a .icon {
  position: relative;
  display: block;
  min-width: 60px;
  height: 60px;
  line-height: 72px;
  text-align: center;
}

.navigation ul li a .icon ion-icon {
  font-size: 1.75em;
}

.navigation ul li a .title {
  position: relative;
  display: block;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: start;
  white-space: nowrap;
}

/* Curve outside */
.navigation ul li:hover a::before,
.navigation ul li.hovered a::before {
  content: '';
  position: absolute;
  right: 0;
  top: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 35px 35px 0 10px var(--white);
  pointer-events: none;
}

.navigation ul li:hover a::after,
.navigation ul li.hovered a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 50%;
  box-shadow: 35px -35px 0 10px var(--white);
  pointer-events: none;
}

/* User */
.main.active {
  width: calc(100% - 80px);
  left: 80px;
}

.main {
  position: absolute;
  width: calc(100% - 300px);
  left: 300px;
  min-height: 100vh;
  background: var(--white);
  transition: 0.5s;


  background-color: #325E9D;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(230,960,456)'%3E%3Cstop offset='0' stop-color='%23325E9D'/%3E%3Cstop offset='1' stop-color='%23B34A37'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='451' height='375.8' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.09'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  top: 0; /* En lugar de margin-top */
}

.topbar {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.toggle {
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  cursor: pointer;
  color: #fff;
}

.search {
  position: relative;
  width: 400px;
  margin: 0 10px;
}

.search label {
  position: relative;
  width: 100%;
}

.search label input {
  width: 100%;
  height: 40px;
  border-radius: 40px;
  padding: 5px 20px;
  padding-left: 35px;
  font-size: 18px;
  outline: none;
  border: 1px solid var(--black2);
}

.search label ion-icon {
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 1.2em;
}

.user {
  position: relative;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}

.user img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Calendario chico (muestra el dia) */
.wrapper {
  width: 440px;
  background: var(--white);
  border-radius: 10px;
}

.container-cal {
  padding-left: 20px;
  padding-top: 20px;
}

.wrapper header {
  display: flex;
  align-items: center;
  padding: 25px 30px 10px;
  justify-content: space-between;
}

header .current-date {
  font-size: 1.45rem;
  font-weight: 600;
}

header .icons span {
  height: 38px;
  width: 38px;
  color: #878787;
  font-size: 1.9rem;
  margin: 0 1px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}

header .icons span:hover {
  background: #f2f2f2;
}

header .icons span:last-child {
  margin-right: -10px;
}

.calendar {
  padding: 20px;
}

.calendar ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  text-align: center;
}

.calendar .days {
  margin-bottom: 20px;
}

.calendar .weeks li {
  font-weight: 500;
}

.calendar ul li {
  position: relative;
  width: calc(100% / 7);
}

.calendar .days li {
  z-index: 1;
  cursor: pointer;
  margin-top: 23px;
}

.days li.inactive {
  color: #aaa;
}

.days li.active {
  color: var(--white);
}

.calendar .days li::before {
  position: absolute;
  content: "";
  height: 35px;
  width: 35px;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.days li:hover::before {
  background: #f2f2f2;
}

.days li.active::before {
  background: #9b59b6;

}

.bg-transparent {
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.btn-menu {
  color: #fff;
}


/* -------------- CALENDARIO ----------------- */
:root {
  --primary-clr: #b38add;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

/* nice scroll bar */
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background: var(--primary-clr);
  border-radius: 50px;
@@ -26,12 +388,12 @@ body {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 30px;
  background-color: #e2e1dc;
}

.container {
  position: relative;
  width: 1200px;
  width: 1020px;
  min-height: 850px;
  margin: 0 auto;
  padding: 5px;
@@ -41,22 +403,26 @@ body {
  border-radius: 10px;
  background-color: #373c4f;
}

.left {
  width: 60%;
  padding: 20px;
}

.calendar {
  position: relative;
  width: 100%;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #878895;
  font-size: bold;
  border-radius: 5px;
  background-color: #fff;
}

/* set after behind the main element */
.calendar::before,
.calendar::after {
@@ -70,11 +436,13 @@ body {
  background-color: #d3d4d6d7;
  transform: translateY(-50%);
}

.calendar::before {
  height: 94%;
  left: calc(100% + 12px);
  background-color: rgb(153, 153, 153);
}

.calendar .month {
  width: 100%;
  height: 150px;
@@ -86,14 +454,17 @@ body {
  font-weight: 500;
  text-transform: capitalize;
}

.calendar .month .prev,
.calendar .month .next {
  cursor: pointer;
}

.calendar .month .prev:hover,
.calendar .month .next:hover {
  color: var(--primary-clr);
}

.calendar .weekdays {
  width: 100%;
  height: 100px;
@@ -105,6 +476,7 @@ body {
  font-weight: 500;
  text-transform: capitalize;
}

.weekdays div {
  width: 14.28%;
  height: 100%;
@@ -112,6 +484,7 @@ body {
  align-items: center;
  justify-content: center;
}

.calendar .days {
  width: 100%;
  display: flex;
@@ -122,6 +495,7 @@ body {
  font-weight: 500;
  margin-bottom: 20px;
}

.calendar .days .day {
  width: 14.28%;
  height: 90px;
@@ -132,15 +506,19 @@ body {
  color: var(--primary-clr);
  border: 1px solid #f5f5f5;
}

.calendar .days .day:nth-child(7n + 1) {
  border-left: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(7n) {
  border-right: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(-n + 7) {
  border-top: 2px solid #f5f5f5;
}

.calendar .days .day:nth-child(n + 29) {
  border-bottom: 2px solid #f5f5f5;
}
@@ -149,16 +527,19 @@ body {
  color: #fff;
  background-color: var(--primary-clr);
}

.calendar .days .prev-date,
.calendar .days .next-date {
  color: #b3b3b3;
}

.calendar .days .active {
  position: relative;
  font-size: 2rem;
  color: #fff;
  background-color: var(--primary-clr);
}

.calendar .days .active::before {
  content: "";
  position: absolute;
@@ -168,12 +549,15 @@ body {
  height: 100%;
  box-shadow: 0 0 10px 2px var(--primary-clr);
}

.calendar .days .today {
  font-size: 2rem;
}

.calendar .days .event {
  position: relative;
}

.calendar .days .event::after {
  content: "";
  position: absolute;
@@ -185,16 +569,20 @@ body {
  transform: translateX(-50%);
  background-color: var(--primary-clr);
}

.calendar .days .day:hover.event::after {
  background-color: #fff;
}

.calendar .days .active.event::after {
  background-color: #fff;
  bottom: 20%;
}

.calendar .days .active.event {
  padding-bottom: 10px;
}

.calendar .goto-today {
  width: 100%;
  height: 50px;
@@ -206,6 +594,7 @@ body {
  margin-bottom: 20px;
  color: var(--primary-clr);
}

.calendar .goto-today .goto {
  display: flex;
  align-items: center;
@@ -213,6 +602,7 @@ body {
  overflow: hidden;
  border: 1px solid var(--primary-clr);
}

.calendar .goto-today .goto input {
  width: 100%;
  height: 30px;
@@ -223,6 +613,7 @@ body {
  color: var(--primary-clr);
  border-radius: 5px;
}

.calendar .goto-today button {
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
@@ -231,15 +622,18 @@ body {
  cursor: pointer;
  color: var(--primary-clr);
}

.calendar .goto-today button:hover {
  color: #fff;
  background-color: var(--primary-clr);
}

.calendar .goto-today .goto button {
  border: none;
  border-left: 1px solid var(--primary-clr);
  border-radius: 0;
}

.container .right {
  position: relative;
  width: 40%;
@@ -261,15 +655,18 @@ body {
  margin-bottom: 20px;
  text-transform: capitalize;
}

.right .today-date .event-day {
  font-size: 2rem;
  font-weight: 500;
}

.right .today-date .event-date {
  font-size: 1rem;
  font-weight: 400;
  color: #878895;
}

.events {
  width: 100%;
  height: 100%;
@@ -280,6 +677,7 @@ body {
  flex-direction: column;
  padding-left: 4px;
}

.events .event {
  position: relative;
  width: 95%;
@@ -294,30 +692,37 @@ body {
  background: linear-gradient(90deg, #3f4458, transparent);
  cursor: pointer;
}

/* even event */
.events .event:nth-child(even) {
  background: transparent;
}

.events .event:hover {
  background: linear-gradient(90deg, var(--primary-clr), transparent);
}

.events .event .title {
  display: flex;
  align-items: center;
  pointer-events: none;
}

.events .event .title .event-title {
  font-size: 1rem;
  font-weight: 400;
  margin-left: 20px;
}

.events .event i {
  color: var(--primary-clr);
  font-size: 0.5rem;
}

.events .event:hover i {
  color: #fff;
}

.events .event .event-time {
  font-size: 0.8rem;
  font-weight: 400;
@@ -325,9 +730,11 @@ body {
  margin-left: 15px;
  pointer-events: none;
}

.events .event:hover .event-time {
  color: #fff;
}

/* add tick in event after */
.events .event::after {
  content: "✓";
@@ -343,9 +750,11 @@ body {
  color: var(--primary-clr);
  transform: translateY(-50%);
}

.events .event:hover::after {
  display: flex;
}

.add-event {
  position: absolute;
  bottom: 30px;
@@ -363,12 +772,15 @@ body {
  background-color: transparent;
  cursor: pointer;
}

.add-event:hover {
  opacity: 1;
}

.add-event i {
  pointer-events: none;
}

.events .no-event {
  width: 100%;
  height: 100%;
@@ -379,9 +791,10 @@ body {
  font-weight: 500;
  color: #878895;
}

.add-event-wrapper {
  position: absolute;
  bottom: 100px;
  bottom: 85px;
  left: 50%;
  width: 90%;
  max-height: 0;
@@ -391,9 +804,11 @@ body {
  transform: translateX(-50%);
  transition: max-height 0.5s ease;
}

.add-event-wrapper.active {
  max-height: 300px;
}

.add-event-header {
  width: 100%;
  height: 50px;
@@ -404,17 +819,21 @@ body {
  color: #373c4f;
  border-bottom: 1px solid #f5f5f5;
}

.add-event-header .close {
  font-size: 1.5rem;
  cursor: pointer;
}

.add-event-header .close:hover {
  color: var(--primary-clr);
}

.add-event-header .title {
  font-size: 1.2rem;
  font-weight: 500;
}

.add-event-body {
  width: 100%;
  height: 100%;
@@ -423,14 +842,16 @@ body {
  gap: 5px;
  padding: 20px;
}

.add-event-body .add-event-input {
  width: 100%;
  height: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.add-event-body .add-event-input input {
  width: 100%;
  height: 100%;
@@ -442,21 +863,26 @@ body {
  font-weight: 400;
  color: #373c4f;
}

.add-event-body .add-event-input input::placeholder {
  color: #a5a5a5;
}

.add-event-body .add-event-input input:focus {
  border-bottom: 1px solid var(--primary-clr);
}

.add-event-body .add-event-input input:focus::placeholder {
  color: var(--primary-clr);
}

.add-event-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.add-event-footer .add-event-btn {
  height: 40px;
  font-size: 1rem;
@@ -469,7 +895,9 @@ body {
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid var(--primary-clr);
  margin-top: -10px;
}

.add-event-footer .add-event-btn:hover {
  background-color: transparent;
  color: var(--primary-clr);
@@ -482,21 +910,25 @@ body {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .container {
    min-height: 100vh;
    flex-direction: column;
    border-radius: 0;
  }

  .container .left {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }

  .container .right {
    width: 100%;
    height: 100%;
    padding: 20px 0;
  }

  .calendar::before,
  .calendar::after {
    top: 100%;
@@ -506,32 +938,40 @@ body {
    border-radius: 0 0 5px 5px;
    transform: translateX(-50%);
  }

  .calendar::before {
    width: 94%;
    top: calc(100% + 12px);
  }

  .events {
    padding-bottom: 340px;
  }

  .add-event-wrapper {
    bottom: 100px;
  }
}

@media screen and (max-width: 500px) {
  .calendar .month {
    height: 75px;
  }

  .calendar .weekdays {
    height: 50px;
  }

  .calendar .days .day {
    height: 40px;
    font-size: 0.8rem;
  }

  .calendar .days .day.active,
  .calendar .days .day.today {
    font-size: 1rem;
  }

  .right .today-date {
    padding: 20px;
  }
@@ -548,11 +988,56 @@ body {
  color: #fff;
  background-color: #b38add;
}

.credits a {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.credits a:hover {
  text-decoration: underline;
}

/* new para seleccionar hora */

.add-event-input {
  margin: 10px 0;
}

/* Etiquetas (labels) */
.add-event-input label {
  font-size: 14px;
  color: #0b16ee;
  display: block;
  margin-bottom: 5px;
}

/* Estilo de los selectores */
.add-event-input select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #f600e9;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 5px;
  outline: none;
  appearance: none;
  cursor: pointer;
  transition: border-color 0.3s, box-shadow 0.3s;
}

/* Agregar ícono de flecha para el selector */
.add-event-input select::-ms-expand {
  display: none;
}

.add-event-input select:hover {
  border-color: #007bff;
}

.add-event-input select:focus {
  border-color: #e812ef;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}
 No newline at end of file
+60 −51
Original line number Diff line number Diff line
@@ -42,20 +42,6 @@ p.tittle-board {
    /* Ancho mínimo de cada caja */
    max-width: 25%;
    /* Ancho máximo relativo al contenedor padre */

}

.paloma {
    display: inline-block;
    /* Para que el icono y el texto estén en línea */
    color: white;
    /* Cambia el color del icono a blanco */
    font-size: 25px;
    /* Cambia el tamaño del icono (ajusta el valor según sea necesario) */
    vertical-align: middle;
    /* Alinea verticalmente el icono y el texto */
    margin-right: 8px;
    /* Agrega un margen derecho para separar el icono del texto (ajusta el valor según sea necesario) */
}

.cajas {
@@ -66,26 +52,6 @@ p.tittle-board {
    background-color: rgba(142, 175, 197, 0.3);
}

.list {
    background: #e91e63;
    height: 60px;
    margin: 30px;
    color: #fff;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 20px;
    opacity: 1;
}

.list ion-icon {
    width: 35px;
    height: 20px;
    margin-right: 5px;
    margin-left: 1px;
}

.container-addCaja {
    margin-left: 35px;
    margin-bottom: 10px;
@@ -113,41 +79,85 @@ p.tittle-board {
    margin: 2px;
    padding: 8px;
    width: 292px;
    background-color: transparent;  /* Establecer el fondo como transparente */
    background-color: transparent;
    /* Establecer el fondo como transparente */
    opacity: .75;
    border: none;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    /* Ajusta los valores según sea necesario */

}

.nuevoTitulo::placeholder {
    /* Restablecer todos los estilos predeterminados */
    font-style: normal; /* Puede ser itálica en algunos navegadores por defecto */
    color: initial;     /* Establecer el color inicial (normalmente gris) */
    opacity: 1;         /* Restablecer la opacidad a su valor original */
    font-style: normal;
    /* Puede ser itálica en algunos navegadores por defecto */
    color: initial;
    /* Establecer el color inicial (normalmente gris) */
    opacity: 1;
    /* Restablecer la opacidad a su valor original */
    color: white;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
}



.contenedor-pdf {
    margin: 2px;
    padding: 8px;
    width: 292px;
    height: 70%;
      /* Establecer el fondo como transparente */
    opacity: .75;
    width: 300px;
    height: 72%;
    opacity: 0.75;
    border: none;
    font-size: 25px;
    color: #fff;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8); /* Ajusta los valores según sea necesario */
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8);
    /* Usar flexbox para centrar los elementos */
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centrar horizontalmente */
    justify-content: center;
    /* Centrar verticalmente */
    text-align: center;
    /* Alinear texto al centro */

    margin-bottom: -275px;
}

.icon {
    display: flex;
    /* Usar flexbox en el icono */
    align-items: center;
    /* Centrar el icono verticalmente */
    justify-content: center;
    /* Centrar el icono horizontalmente */
    margin-bottom: 10px;
    /* Espacio entre el icono y el texto */
}

.text {
    display: flex;
    /* Usar flexbox en el icono */
    align-items: center;
    /* Centrar el icono verticalmente */
    justify-content: center;
    /* Centrar el icono horizontalmente */
}


.btn-subirDoc {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 160px;
}

#custom-btn {
    margin-top: 40%;
    width: 100%;
    width: 90%;
    height: 40px;
    display: block;
    border: none;
@@ -162,7 +172,6 @@ p.tittle-board {
    background: linear-gradient(135deg, #3a8ffe 0%, #9658fe 100%);
}


.box .icon {
    margin-top: 10%;
    font-size: 100px;
+40 −46

File changed.

Preview size limit exceeded, changes collapsed.

js/tablero-archivos.js

0 → 100644
+175 −0

File added.

Preview size limit exceeded, changes collapsed.

+161 −28

File changed.

Preview size limit exceeded, changes collapsed.

Loading