Reverted to old version

This commit is contained in:
sairaj mote 2023-08-27 10:57:49 +05:30
parent 68fb207786
commit 562a19acf5
4 changed files with 152 additions and 163 deletions

View File

@ -6,7 +6,7 @@
}
:root {
font-size: clamp(1rem, 1.2vmax, 1.2rem);
font-size: clamp(1rem, 1.2vmax, 1.5rem);
}
html,
@ -768,7 +768,7 @@ h3 {
}
#home_page > section {
display: grid;
width: min(100% - 2rem, 42rem);
width: min(100% - 2rem, 36rem);
margin: 0 auto;
margin-bottom: 1rem;
}
@ -818,16 +818,13 @@ h3 {
overflow: visible;
}
#file_upload_section fieldset {
padding: 0.5rem;
}
#file_upload_section label.interact {
label.interact {
display: flex;
align-items: center;
border-radius: 0.3rem;
padding: 0.5rem 1rem 0.5rem 0;
}
#file_upload_section label.interact input {
label.interact input {
height: 1.2em;
width: 1.2em;
accent-color: var(--accent-color);

2
css/main.min.css vendored

File diff suppressed because one or more lines are too long

View File

@ -6,7 +6,7 @@
}
:root {
font-size: clamp(1rem, 1.2vmax, 1.2rem);
font-size: clamp(1rem, 1.2vmax, 1.5rem);
}
html,
@ -730,7 +730,7 @@ h3 {
gap: 1rem;
& > section {
display: grid;
width: min(calc(100% - 2rem), 42rem);
width: min(calc(100% - 2rem), 36rem);
margin: 0 auto;
margin-bottom: 1rem;
}
@ -779,21 +779,15 @@ h3 {
background-color: rgba(var(--background-color), 1);
overflow: visible;
}
#file_upload_section {
fieldset {
padding: 0.5rem;
}
label.interact {
display: flex;
align-items: center;
border-radius: 0.3rem;
padding: 0.5rem 1rem 0.5rem 0;
input {
height: 1.2em;
width: 1.2em;
accent-color: var(--accent-color);
}
label.interact {
display: flex;
align-items: center;
border-radius: 0.3rem;
padding: 0.5rem 1rem 0.5rem 0;
input {
height: 1.2em;
width: 1.2em;
accent-color: var(--accent-color);
}
}
#verification_list {

File diff suppressed because one or more lines are too long