Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyEye-FAST committed Jul 24, 2024
1 parent 0b19f83 commit effe3af
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
Binary file modified sample/sample_quiz_portal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified sample/sample_quiz_portal_en.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 12 additions & 2 deletions static/css/quiz_portal.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,18 +74,28 @@ input[type="text"] {
flex: 1;
padding: 0.5em 20px;
font-size: x-large;
border-radius: 8px;
}

button {
min-height: 2.5em;
background-color: #f0f0f0;
cursor: pointer;
font-size: x-large;
border: solid 1px;
}

select,
input,
button {
border: solid 2px;
border-radius: 8px;
}

select:hover,
input:hover,
button:hover {
border-width: 3px;
}

.btn-1 {
width: 100%;
box-sizing: border-box;
Expand Down
9 changes: 8 additions & 1 deletion static/css/quiz_sub.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ button {
background-color: transparent !important;
}

select:hover,
input:hover,
button:hover {
border-width: 3px !important;
border-color: inherit;
}

.material-symbols-outlined.b {
display: inline-block;
line-height: inherit;
Expand Down Expand Up @@ -193,7 +200,7 @@ button {
margin: 10px auto 0;
padding: 8px;
cursor: pointer;
border: solid 1px;
border: solid 2px;
border-radius: 8px;
}

Expand Down

0 comments on commit effe3af

Please sign in to comment.