mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
Main pomodoro, style selector and goDownArrow styles done
This commit is contained in:
@@ -1,12 +1,3 @@
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.header-main-page {
|
||||
background-color: #62D2A2;
|
||||
display: flex;
|
||||
@@ -19,6 +10,7 @@ body {
|
||||
color: #ffffff;
|
||||
font-size: 7vh;
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
@@ -27,6 +19,7 @@ body {
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
font-size: 2vh;
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: 700;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
user-select: none;
|
||||
@@ -85,4 +78,138 @@ body {
|
||||
border-radius: 24px;
|
||||
}
|
||||
|
||||
.main-pomodoro {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 68vh;
|
||||
}
|
||||
.main-pomodoro .timer {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-family: "Rambla", sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 130pt;
|
||||
color: #1FAB89;
|
||||
}
|
||||
.main-pomodoro .style-display {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
font-family: "Rambla", sans-serif;
|
||||
}
|
||||
.main-pomodoro .style-display h4 {
|
||||
font-size: 24pt;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #1FAB89;
|
||||
}
|
||||
.main-pomodoro .style-display h3 {
|
||||
font-size: 30pt;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
color: #1FAB89;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
}
|
||||
.main-pomodoro .start-pomodoro {
|
||||
background: none;
|
||||
border: none;
|
||||
width: 8vw;
|
||||
font-family: "Raleway", sans-serif;
|
||||
font-weight: 700;
|
||||
margin-top: 6vh;
|
||||
width: 30vw;
|
||||
height: 8vh;
|
||||
background: #1FAB89;
|
||||
border-radius: 24px;
|
||||
font-size: 5vh;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.style-selector {
|
||||
width: calc(20vw - 1px);
|
||||
padding-left: 3vw;
|
||||
padding-bottom: 12vh;
|
||||
position: absolute;
|
||||
top: 29vh;
|
||||
left: 77vw;
|
||||
box-shadow: 1px 6px 15px #00000020;
|
||||
z-index: 50;
|
||||
}
|
||||
.style-selector h2 {
|
||||
font-family: "Rambla", sans-serif;
|
||||
color: #1FAB89;
|
||||
font-size: 30pt;
|
||||
text-align: center;
|
||||
margin-top: 1vh;
|
||||
margin-bottom: 3vh;
|
||||
}
|
||||
.style-selector .style-container {
|
||||
display: flex;
|
||||
height: 10vh;
|
||||
align-items: center;
|
||||
}
|
||||
.style-selector .style-container label {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
.style-selector .style-container label .title {
|
||||
font-family: "Rambla", sans-serif;
|
||||
font-size: 13pt;
|
||||
}
|
||||
.style-selector .style-container label .times {
|
||||
font-family: "Rambla", sans-serif;
|
||||
color: #1FAB89;
|
||||
font-size: 13pt;
|
||||
}
|
||||
.style-selector input {
|
||||
width: 65px;
|
||||
opacity: 0;
|
||||
}
|
||||
.style-selector .checkbox__input {
|
||||
display: grid;
|
||||
grid-template-areas: "checkbox";
|
||||
}
|
||||
.style-selector .checkbox__input > * {
|
||||
grid-area: checkbox;
|
||||
}
|
||||
.style-selector .checkbox_control {
|
||||
display: inline-grid;
|
||||
width: 45px;
|
||||
height: 45px;
|
||||
border: 3px solid #62D2A2;
|
||||
border-radius: 0.25em;
|
||||
border-radius: 100%;
|
||||
transition: ease-in-out 0.2s;
|
||||
}
|
||||
.style-selector .checkbox__input input:checked + .checkbox_control {
|
||||
background-color: #9DF3C4;
|
||||
}
|
||||
|
||||
.go-down {
|
||||
height: 7vh;
|
||||
width: 100vw;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.go-down svg {
|
||||
height: 6vh;
|
||||
}
|
||||
.go-down svg path {
|
||||
fill: #aaaaaa;
|
||||
}
|
||||
|
||||
html, body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100%;
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
/*# sourceMappingURL=styles.css.map */
|
||||
|
||||
@@ -1 +1 @@
|
||||
{"version":3,"sourceRoot":"","sources":["../sass_styles/styles.scss","../sass_styles/_header.scss","../sass_styles/_banner-login.scss"],"names":[],"mappings":"AAAA;EACI;EACA;;;AAGJ;EACI;;;ACLJ;EACI,kBDgCS;EC9BT;EACA;EACA;EACA;EAEA;;AAEA;EACI;EAEA;EDJJ;EAQA;EACA;EACA;;ACDA;EACI;EAEA;EDZJ;EAQA;EACA;EACA;;ACMI;EACI;;AAGA;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;EACA;;AAKA;EACI;EACA;;;AC5CpB;EACI;EACA;EFYA;EERA;EACA;EACA;EAEA;EAEA;;AAGA;EFSA;EACA;;AENA;EAEI;EAEA;EACA;;AAEA;EFGJ;EACA;EACA;EEFQ;EACA;EACA;EAEA;;AAIJ;EACI;EACA;;AAGJ;EACI;EACA","file":"styles.css"}
|
||||
{"version":3,"sourceRoot":"","sources":["../sass_styles/_header.scss","../sass_styles/styles.scss","../sass_styles/_banner-login.scss","../sass_styles/_mainPomodoro.scss","../sass_styles/_styleSelector.scss","../sass_styles/_goDownArrow.scss"],"names":[],"mappings":"AACA;EACI,kBC4BS;ED1BT;EACA;EACA;EACA;EAEA;;AAEA;EACI;EAEA;ECXJ;EACA;EAQA;EACA;EACA;;ADKA;EACI;EAEA;ECnBJ;EACA;EAQA;EACA;EACA;;ADYI;EACI;;AAGA;AAAA;AAAA;AAAA;AAAA;EAKI;EACA;EACA;;AAKA;EACI;EACA;;;AE5CpB;EACI;EACA;EDMA;ECFA;EACA;EACA;EAEA;EAEA;;AAGA;EDGA;EACA;;ACAA;EAEI;EAEA;EACA;;AAEA;EDHJ;EACA;EACA;ECIQ;EACA;EACA;EAEA;;AAIJ;EACI;EACA;;AAGJ;EACI;EACA;;;AC5CZ;EAEI;EACA;EACA;EACA;EAEA;;AAEA;EAEI;EACA;EFJJ;EEOI;EACA;EAEA,OFaO;;AEVX;EAEI;EACA;EACA;EFjBJ;;AEqBI;EACI;EFZR;EACA;EEeQ,OFHG;;AEMP;EACI;EFpBR;EACA;EEuBQ,OFXG;EEaH;EACA;;AAIR;EF1BA;EACA;EACA;EAtBA;EACA;EEiDI;EACA;EACA;EAEA,YF1BO;EE2BP;EAEA;EACA;;;AC7DR;EAEI;EACA;EACA;EAEA;EAEA;EACA;EAEA;EAEA;;AAGA;EHRA;EGUI,OHaO;EGZP;EACA;EAEA;EACA;;AAKJ;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAEA;EH9BR;EGgCY;;AAGJ;EHnCR;EGqCY,OHdD;EGeC;;AAMZ;EACI;EACA;;AAGJ;EACI;EACA;;AAEA;EACI;;AAKR;EACI;EAEA;EACA;EAEA;EACA;EACA;EAEA;;AAGJ;EAEI,kBHlDM;;;AIhCd;EACI;EACA;EAEA;EACA;;AAEA;EACI;;AACA;EACI;;;AJ+BZ;EACI;EACA;;;AAGJ;EACI;EACA,kBApBe","file":"styles.css"}
|
||||
Reference in New Issue
Block a user