|
@@ -16,46 +16,21 @@ section { |
|
|
cursor: pointer; |
|
|
cursor: pointer; |
|
|
background-color: var(--shadow-grey); |
|
|
background-color: var(--shadow-grey); |
|
|
filter: brightness(115%); |
|
|
filter: brightness(115%); |
|
|
|
|
|
|
|
|
.upfold { |
|
|
|
|
|
width: 20rem; |
|
|
|
|
|
padding-left: 2rem; |
|
|
|
|
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
font-size: 1.6rem; |
|
|
|
|
|
color: var(--primary); |
|
|
|
|
|
padding: 0.3rem 0; |
|
|
|
|
|
} |
|
|
|
|
|
span { |
|
|
|
|
|
font-size: 1.4rem; |
|
|
|
|
|
color: var(--primary); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
width: 5rem; |
|
|
|
|
|
height: 5rem; |
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
margin-left: 1rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.check-box { |
|
|
|
|
|
width: 1.8rem; |
|
|
|
|
|
|
|
|
&.isActive { |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
height: 1.8rem; |
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
border-radius: 0.4rem; |
|
|
|
|
|
box-shadow: inset 0px 1px 4px 0px var(--dark-grey); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&.isActive { |
|
|
|
|
|
|
|
|
border: 1px solid var(--shadow-grey); |
|
|
|
|
|
box-shadow: 0rem 0rem 0.5rem 0.5rem var(--shadow-grey); |
|
|
|
|
|
filter: brightness(110%); |
|
|
|
|
|
|
|
|
|
|
|
.check-box{ |
|
|
position: relative; |
|
|
position: relative; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
width: 1.8rem; |
|
|
width: 1.8rem; |
|
|
height: 1.8rem; |
|
|
height: 1.8rem; |
|
|
background-color: var(--success); |
|
|
background-color: var(--success); |
|
|
box-shadow: none; |
|
|
box-shadow: none; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::before { |
|
|
&::before { |
|
|
content: ""; |
|
|
content: ""; |
|
|
position: absolute; |
|
|
position: absolute; |
|
@@ -67,7 +42,7 @@ section { |
|
|
transform: translateX(10px) rotate(-45deg); |
|
|
transform: translateX(10px) rotate(-45deg); |
|
|
transform-origin: left bottom; |
|
|
transform-origin: left bottom; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
&::after { |
|
|
&::after { |
|
|
content: ""; |
|
|
content: ""; |
|
|
position: absolute; |
|
|
position: absolute; |
|
@@ -78,19 +53,52 @@ section { |
|
|
background-color: white; |
|
|
background-color: white; |
|
|
transform: translateX(10px) rotate(-45deg); |
|
|
transform: translateX(10px) rotate(-45deg); |
|
|
transform-origin: left bottom; |
|
|
transform-origin: left bottom; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.upfold { |
|
|
|
|
|
width: 20rem; |
|
|
|
|
|
padding-left: 2rem; |
|
|
|
|
|
|
|
|
|
|
|
h6 { |
|
|
|
|
|
font-size: 1.6rem; |
|
|
|
|
|
color: var(--primary); |
|
|
|
|
|
padding: 0.3rem 0; |
|
|
|
|
|
} |
|
|
|
|
|
span { |
|
|
|
|
|
font-size: 1.4rem; |
|
|
|
|
|
color: var(--primary); |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
img { |
|
|
|
|
|
width: 5rem; |
|
|
|
|
|
height: 5rem; |
|
|
|
|
|
border-radius: 50%; |
|
|
|
|
|
margin-left: 1rem; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.check-box { |
|
|
|
|
|
width: 1.8rem; |
|
|
|
|
|
background-color: white; |
|
|
|
|
|
height: 1.8rem; |
|
|
|
|
|
margin: 0 auto; |
|
|
|
|
|
border-radius: 0.4rem; |
|
|
|
|
|
box-shadow: inset 0px 1px 4px 0px var(--dark-grey); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.user-action { |
|
|
.user-action { |
|
|
display: flex; |
|
|
display: flex; |
|
|
justify-content: center; |
|
|
justify-content: center; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
height: 10rem; |
|
|
height: 10rem; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
button { |
|
|
button { |
|
|
width: 15rem; |
|
|
width: 15rem; |
|
|
margin: 0 1rem; |
|
|
margin: 0 1rem; |
|
|