Skip to content

Commit

Permalink
refactor: Eliminar funcionalidad de cronometro
Browse files Browse the repository at this point in the history
  • Loading branch information
yofreOrmaza committed Sep 19, 2023
1 parent fe09622 commit ddb81ae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 505 deletions.
69 changes: 0 additions & 69 deletions css/mobile.css
Original file line number Diff line number Diff line change
Expand Up @@ -279,75 +279,6 @@ header .content-header2 {
/* FINAL DE BAR LATERAL*/




/* INICIO CONOCMETRO*/

.container-cronometro {
width: 100%;
height: 25.7rem;
min-height: 20rem;
background: transparent;
margin: 0 auto;
display: grid;
place-content: center;
}
.container-cronometro .circle {
width: 22rem;
height: auto;
color: black;
margin: 0 auto;
display: grid;
place-content: center;
}

.circle .stopwatch {
font-size: 6.4rem;
color: black;
margin: 0 auto;
background-color: transparent;
margin: 0 auto 1rem auto;
}

.buttons {
width: 100%;
height: 2rem;
margin: 0 auto;
background: transparent;
display: flex;
justify-content: center;
}

.paused {
width: 20px;
height: 20px;
border-width: 10px 0px 10px 20px;
cursor: pointer;
box-sizing: border-box;
margin-left: 15px;
border-color: transparent transparent transparent black;
transition: 100ms all ease;
will-change: border-width;
border-style: solid;
background: transparent;
}

.running {
border-style: double;
border-width: 0 0 0 21.5px;
background: transparent;
}

.stop {
height: 20px;
width: 20px;
cursor: pointer;
background: black;
}


/* FIN DE CRONOMETRO*/

/* SEPARADOR*/
.separador{
width: 100%;
Expand Down
10 changes: 0 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,6 @@ <h1 id="ingreso">FOCUS by Yofre</h1>
</div>
</div>
</section>
<section class="container-cronometro">
<div class="circle">
<div id="stopwatch" class="stopwatch">00:00</div>
<div class="buttons">
<div class="stop" onclick="stop()"></div>
<div id="play-pause" class="paused" onclick="playPause()"></div>
</div>
</div>
<div id="seconds-sphere" class="seconds-sphere"></div>
</section>

<div class="separador">

Expand Down
Loading

0 comments on commit ddb81ae

Please sign in to comment.