mirror of
https://github.com/godotengine/godot-showreel-voting.git
synced 2026-01-04 14:11:00 +03:00
Update css
This commit is contained in:
@@ -539,6 +539,7 @@ a.btn {
|
||||
display: inline-block;
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
border-radius: 6px;
|
||||
}
|
||||
|
||||
input.btn:hover,
|
||||
@@ -568,7 +569,7 @@ form .field_wrapper {
|
||||
|
||||
form .field_wrapper > label {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
width: 350px;
|
||||
}
|
||||
|
||||
.login_wrapper {
|
||||
@@ -899,3 +900,15 @@ pre > code {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* 2025 changes */
|
||||
|
||||
.field_wrapper input {
|
||||
border-radius: 6px;
|
||||
border: 0;
|
||||
font-size: 17px;
|
||||
padding: 8px 14px;
|
||||
}
|
||||
.field_wrapper select {
|
||||
font-size: 17px;
|
||||
}
|
||||
Reference in New Issue
Block a user