toodego: adjust various dimensions on services page (#41627)

This commit is contained in:
Frédéric Péters 2020-04-12 13:41:10 +02:00
parent b65276bbb2
commit c542424a0c
2 changed files with 3 additions and 2 deletions

View File

@ -322,7 +322,7 @@ div.buttons {
@extends %button;
font-family: Oswald;
text-transform: uppercase;
padding: 0.5rem 1rem 0.2rem 1rem;
padding: 0.5rem 1.5rem 0.2rem 1.5rem;
box-shadow: none;
background: white;
color: $red;
@ -741,7 +741,7 @@ div.wcs-tracking-code-input {
input {
border-right: 0;
flex: 1;
max-width: calc(100% - 3rem);
max-width: calc(100% - 2rem);
width: 0;
&:focus {
border-right: 0;

View File

@ -803,6 +803,7 @@ body.focus-in #page.search-page {
text-transform: uppercase;
font-family: Oswald, sans-serif;
a {
box-sizing: content-box;
text-align: center;
display: block;
background: white;