RVRNEXT-11 style improvements

This commit is contained in:
Bence Pőcze 2023-05-28 03:46:58 +02:00
parent 352311a82e
commit 3e9c25f6fe
Signed by: bence
GPG Key ID: DC5BD6E95A333E6D

View File

@ -108,6 +108,10 @@ p.small, span.small, td.small {
font-size: 14px; font-size: 14px;
} }
p.big, span.big, td.big {
font-size: 18px;
}
.red { .red {
color: #a80908; color: #a80908;
} }
@ -255,11 +259,11 @@ button.red:enabled:hover, button.red:enabled:focus, a.button.red:hover, a.button
} }
button.yellow, a.button.yellow { button.yellow, a.button.yellow {
background-color: #e8a349; background-color: #daa520;
} }
button.yellow:enabled:hover, button.yellow:enabled:focus, a.button.yellow:hover, a.button.yellow:focus { button.yellow:enabled:hover, button.yellow:enabled:focus, a.button.yellow:hover, a.button.yellow:focus {
background-color: #c37713; background-color: #b8860b;
} }
button.green, a.button.green { button.green, a.button.green {
@ -397,7 +401,7 @@ header>p {
} }
header>p>span { header>p>span {
padding-left: 6px; padding-left: 8px;
} }
header>p>span>a:link, header>p>span>a:visited { header>p>span>a:link, header>p>span>a:visited {
@ -410,7 +414,7 @@ header>p>span>a:hover, header>p>span>a:focus {
header>p>span:not(:last-child) { header>p>span:not(:last-child) {
border-right: solid white 1px; border-right: solid white 1px;
padding-right: 6px; padding-right: 8px;
} }
main { main {
@ -537,6 +541,15 @@ p.formLabel {
font-size: 14px; font-size: 14px;
} }
span.label {
border-radius: 3px;
background-color: #555555;
color: #ffffff;
padding: 2px 4px;
font-weight: bold;
font-size: 13px;
}
@media screen and (max-width: 424px) { @media screen and (max-width: 424px) {
div.gridContainer { div.gridContainer {
grid-template-columns: auto; grid-template-columns: auto;