This commit is contained in:
silas
2021-12-11 16:28:42 +01:00
parent 34256d42ba
commit afb278ad87
39 changed files with 46423 additions and 5626 deletions

View File

@@ -1,119 +1,2 @@
body {
margin: 0;
padding: 0;
font-family: "Montserrat", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #f9fafc;
color: #595354;
}
#video-section {
position: relative;
.site-control {
font-size: 3rem;
padding: 0.2rem;
position: absolute;
top: 50%;
transform: translate(0%, -50%);
&.previous {
left: 0;
}
&.next {
right: 0;
}
}
}
.header {
background-color: #ffffff;
padding: 10px 40px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}
.header > .logo-container {
display: flex;
align-items: center;
}
.header > .logo-container > .logo-img {
width: 60px;
height: 60px;
margin-right: 15px;
}
.header > .logo-container > .logo-text {
font-size: 26px;
font-weight: 700;
}
.header > .logo-container > .logo-text > .logo-highlight {
color: #65a9e5;
}
#list-section{
margin: 1rem;
}
button {
background: white;
padding: 0 0.3rem;
font-size: 1.5rem;
border: solid 1px black;
&.delete-button {
background: url("../img/trashcan.svg");
background-size: contain;
width: 1.5rem;
height: 1.5rem;
border: 0;
}
}
input {
border: 0;
background: transparent;
outline: none;
font-size: 1.5rem;
&:placeholder-shown, &:focus {
border-bottom: solid 1px black;
}
}
#week-input{
width: 3rem;
text-align: center;
font-size: 1.5rem;
font-weight: bold;
}
#table-section {
margin-top: 2rem;
#week-selection{
margin-left: 1rem;
}
#table-container {
.prayer-table {
max-width: calc(100% - 2rem);
margin: 1rem;
border: solid 1px #adadad;
border-collapse: collapse;
td, th {
padding: 0.2rem;
width: 12.5%;
border: solid 1px #adadad;
}
th {
text-align: left;
}
}
}
}
@import 'node_modules/react-bootstrap-mobile/react-bootstrap-mobile.scss';
@import 'node_modules/cordova-sites/cordova-sites.scss';