Skip to content

Commit

Permalink
[TASK] Rebuild assets
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeldesu committed Apr 12, 2024
1 parent 9b0b02d commit 3819a1c
Showing 1 changed file with 56 additions and 6 deletions.
62 changes: 56 additions & 6 deletions local_packages/football/Resources/Public/Css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -10666,15 +10666,15 @@ h6,

.btn-primary {
padding: 0.5rem 1.875rem;
background-color: #FF4D08;
border-color: #FF4D08;
background-color: #2D479A;
border-color: #2D479A;
transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
background-color: #ffffff;
color: #FF4D08;
border-color: #FF4D08;
color: #2D479A;
border-color: #2D479A;
}

.footer {
Expand Down Expand Up @@ -10709,7 +10709,7 @@ h6,
.footer--icons a {
margin-left: 0.5rem;
padding: 0.5rem;
color: #FF4D08;
color: #2D479A;
background-color: #ECECE7;
border-radius: 1.25rem;
text-decoration: none;
Expand Down Expand Up @@ -10806,7 +10806,7 @@ a {
}

.footer-menu--link:hover {
color: #FF4D08;
color: #2D479A;
}

.footer-menu--secondary {
Expand Down Expand Up @@ -10881,4 +10881,54 @@ a {

.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-next {
border: 0;
}

.pt-navbar form {
margin: auto;
padding-top: 3.75rem;
}

@media (min-width: 768px) {
.pt-navbar form {
max-width: 75%;
}
}

.form-check {
padding-left: 0;
margin: 0.9375rem 0;
}

.form-check-label,
.form-label {
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
color: #002345;
}

.form-check-label {
font-size: 0.75rem;
font-weight: 300;
}

.form-check-label span {
padding-left: 0.75rem;
}

.form-control {
border-radius: 0;
font-size: 0.9375rem;
font-weight: 300;
}

.required {
display: none;
}

.form-group input[type=text],
.form-group input[type=email] {
min-height: 3rem;
}

textarea.form-control {
min-height: 8.875rem;
}

0 comments on commit 3819a1c

Please sign in to comment.