mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-29 21:21:19 +10:00
Fixes to icon positioning and Safari placeholder text positioning
This commit is contained in:
parent
cb58eddfcf
commit
e07a7b48bb
4 changed files with 9 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
}
|
||||
|
||||
.iconSvg {
|
||||
margin: 11px auto 17px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.iconSvgGroup {
|
||||
|
|
@ -34,6 +34,11 @@
|
|||
height: var(--inputHeight);
|
||||
padding-left: 18px;
|
||||
margin: 0;
|
||||
|
||||
/* Safari bugfix: without this Safari will print placeholder to a wrong place */
|
||||
&::-webkit-input-placeholder {
|
||||
line-height:normal;
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@
|
|||
/* TODO createNewListingLink camouflages as a button. */
|
||||
.createNewListingLink {
|
||||
display: block;
|
||||
padding: 17px 0 20px;
|
||||
padding: 17px 0 20px 0;
|
||||
background-color: var(--marketplaceColor);
|
||||
border-width: 0;
|
||||
border-radius: var(--borderRadius);
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
.mobileIcon {
|
||||
margin-left: 24px;
|
||||
padding: 11px 0 17px 0;
|
||||
}
|
||||
|
||||
.mobileInput {
|
||||
|
|
|
|||
|
|
@ -359,7 +359,7 @@ button {
|
|||
|
||||
/* Dimensions */
|
||||
width: 100%;
|
||||
padding: 17px 0 20px;
|
||||
padding: 17px 0 20px 0;
|
||||
margin: 0;
|
||||
|
||||
/* Colors */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue