mirror of
https://github.com/FranP-code/Pomodoro-Timer-with-Clockify-integration.git
synced 2025-10-12 23:52:30 +00:00
51 lines
990 B
SCSS
51 lines
990 B
SCSS
#about-this {
|
|
height: 95vh;
|
|
|
|
padding: 0px 3vw;
|
|
padding-top: 5vh;
|
|
|
|
.titles {
|
|
|
|
display: flex;
|
|
|
|
h3 {
|
|
width: 50%;
|
|
|
|
@include titleFont;
|
|
@include normalizeTitle;
|
|
|
|
font-size: 22pt;
|
|
|
|
.line-through {
|
|
text-decoration: line-through;
|
|
text-decoration-thickness: 5px;
|
|
text-decoration-color: #73b7ff;
|
|
}
|
|
}
|
|
}
|
|
|
|
.information {
|
|
|
|
display: flex;
|
|
|
|
ul {
|
|
width: 50%;
|
|
|
|
li {
|
|
h4 {
|
|
@include normalizeTitle;
|
|
@include bodyFont;
|
|
font-size: 18pt;
|
|
}
|
|
|
|
p {
|
|
@include normalizeBody;
|
|
@include bodyFont;
|
|
font-size: 13pt;
|
|
margin-left: 2vw;
|
|
margin-top: 1vh;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |