Skip to content
Snippets Groups Projects
Commit d5ba4824 authored by Bastien DUMONT's avatar Bastien DUMONT :angel:
Browse files

remove unused styles

parent e7edaa34
No related branches found
No related tags found
1 merge request!118feat(ui): use mui components and upgrade to v5
Pipeline #73507 passed
......@@ -6,8 +6,6 @@
padding: 1rem;
}
@include customCheckBox(1.45rem);
.footerButtons {
padding: 1rem 0;
display: flex;
......
......@@ -87,55 +87,3 @@ $main-spacing: 4px;
border-radius: 5px;
padding: 0.3rem;
}
@mixin customCheckBox($size) {
.checkbox {
cursor: pointer;
margin: 0.5rem 0;
display: flex;
align-items: center;
width: fit-content;
font-size: 0.9rem;
color: $text-grey;
input {
margin: 0.5rem 1rem 0.5rem 0.5rem;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
width: $size;
height: $size;
min-width: $size;
min-height: $size;
position: relative;
border: solid 2px $gold;
background: black;
border-radius: 2px;
cursor: pointer;
}
}
.answerChecked {
input {
&:before,
&:after {
content: '';
position: absolute;
display: inline-block;
background: $gold;
border-radius: 0.5rem;
}
&:before {
width: 3px;
height: 12px;
left: 10px;
top: 4px;
transform: rotate(41deg);
}
&:after {
width: 3px;
height: 6px;
left: 5px;
top: 8px;
transform: rotate(133deg);
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment