This commit is contained in:
parent
dc223ae1b8
commit
ea648498e2
10 changed files with 166 additions and 16 deletions
|
|
@ -14,20 +14,24 @@
|
|||
width: 100%;
|
||||
border-radius: calc(var(--h-block)*0.625);
|
||||
outline: none;
|
||||
border: none;
|
||||
border: 1px solid var(--color-txt);
|
||||
padding: 0 2ch;
|
||||
font-family: var(--font);
|
||||
|
||||
font-size: var(--fs-normal);
|
||||
z-index: 40;
|
||||
padding-top: 4px;
|
||||
background: var(--color-bg);
|
||||
color: var(--color-txt);
|
||||
&::placeholder{
|
||||
font-family: var(--font);
|
||||
font-size: var(--fs-normal);
|
||||
color: var(--color-txt);
|
||||
}
|
||||
|
||||
&:focus{
|
||||
outline: 3px solid var(--grey-400);
|
||||
border: 1px solid var(--color-accent);
|
||||
// outline: 3px solid var(--grey-400);
|
||||
}
|
||||
|
||||
|
||||
|
|
@ -35,7 +39,7 @@
|
|||
|
||||
button[type="submit"].btn--newletter{
|
||||
position: absolute;
|
||||
right: 2px;
|
||||
right: 4px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
|
@ -43,7 +47,7 @@
|
|||
button[type="submit"].btn--newletter {
|
||||
|
||||
|
||||
--size: calc(var(--h-block)*1.25 - 4px);
|
||||
--size: calc(var(--h-block)*1.25 - 8px);
|
||||
font-family: var(--font);
|
||||
font-size: var(--fs-button-bold);
|
||||
height: var(--size);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue