🎨 standardJS all files
This commit is contained in:
@ -1,38 +1,38 @@
|
||||
.Chronometer__container {
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .25);
|
||||
border: 1px solid black;
|
||||
border-radius: 1rem;
|
||||
padding: 20px;
|
||||
margin-bottom: 40px;
|
||||
display: flex;
|
||||
flex-flow: row wrap;
|
||||
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid black;
|
||||
border-radius: 1rem;
|
||||
padding: 20px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
.Chronometer__item {
|
||||
width: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.Chronomter__row {
|
||||
margin: 8px 0 16px 0;
|
||||
text-align: center;
|
||||
margin: 8px 0 16px 0;
|
||||
text-align: center;
|
||||
}
|
||||
.Chronometer__time-left {
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
font-size: 3rem;
|
||||
font-weight: 700;
|
||||
}
|
||||
.Chronometer__buttons {
|
||||
border-top: solid 3px var(--important);
|
||||
padding-top: 12px;
|
||||
border-top: solid 3px var(--important);
|
||||
padding-top: 12px;
|
||||
}
|
||||
.Chronometer__row-button {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
.Chronometer-btn {
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
margin-left: 14px;
|
||||
margin-right: 14px;
|
||||
width: 2em;
|
||||
}
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
margin-left: 14px;
|
||||
margin-right: 14px;
|
||||
width: 2em;
|
||||
}
|
||||
|
@ -1,20 +1,20 @@
|
||||
.Product__image {
|
||||
max-width: 150px;
|
||||
max-width: 150px;
|
||||
}
|
||||
.Price__result {
|
||||
height: 50px;
|
||||
margin: 5px 0 10px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 10px;
|
||||
color: #fff;
|
||||
height: 50px;
|
||||
margin: 5px 0 10px 0;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
padding-left: 10px;
|
||||
color: #fff;
|
||||
}
|
||||
.Price__result-success {
|
||||
background-color: #28a745;
|
||||
background-color: #28a745;
|
||||
}
|
||||
.Price__result-plus {
|
||||
background-color: #dc3545;
|
||||
background-color: #dc3545;
|
||||
}
|
||||
.Price__result-moins {
|
||||
background-color: #343a40;
|
||||
}
|
||||
background-color: #343a40;
|
||||
}
|
||||
|
@ -1,34 +1,34 @@
|
||||
.ManageToDo__container {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, .25);
|
||||
border: 1px solid black;
|
||||
border-radius: 1rem;
|
||||
margin: 40px 40px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
box-shadow: 0px 0px 6px 6px rgba(0, 0, 0, 0.25);
|
||||
border: 1px solid black;
|
||||
border-radius: 1rem;
|
||||
margin: 40px 40px;
|
||||
}
|
||||
.ManageToDo__list {
|
||||
overflow: hidden;
|
||||
overflow: hidden;
|
||||
}
|
||||
.ManageToDo__list-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 25px 0;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin: 25px 0;
|
||||
}
|
||||
.ManageToDo__list-item.isCompleted {
|
||||
text-decoration: line-through;
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.ManageToDo__task-btn {
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
margin-left: 7px;
|
||||
margin-right: 7px;
|
||||
width: 1.75em;
|
||||
color: var(--text-color);
|
||||
cursor: pointer;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
outline: none;
|
||||
margin-left: 7px;
|
||||
margin-right: 7px;
|
||||
width: 1.75em;
|
||||
}
|
||||
.ManageToDo__list-item-span {
|
||||
width: calc(100% - 120px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
width: calc(100% - 120px);
|
||||
overflow: hidden;
|
||||
text-overflow: ellipsis;
|
||||
}
|
||||
|
Reference in New Issue
Block a user