File size: 4,307 Bytes
f5071ca |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 |
.search-form-container {
background: #ffffff ;
border-radius: 4px ;
padding: 32px ;
padding-bottom: 24px ;
width: 441px ;
box-shadow: 0 16px 40px rgba(0,0,0,0.12) ;
margin-left: 200px;
height: 500px;
margin-top: 50px;
}
.search-form {
}
.search-form-form{
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.43;
color: #484848;
background-color: #fff;
margin: 0;
-webkit-font-smoothing: antialiased;
display: block;
margin-top: 0em;
height: 425px;
position: relative;
}
.search-form-header{
font-size: 30px ;
line-height: 36px ;
letter-spacing: normal ;
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif ;
text-transform: undefined ;
color: #484848 ;
padding-top: 6px ;
padding-bottom: 6px ;
margin: 0px ;
padding: 0px ;
}
.where-input{
margin-top: 16px;
margin-bottom: 16px;
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.43;
color: #484848;
-webkit-font-smoothing: antialiased;
margin: 0px ;
word-wrap: break-word ;
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif ;
font-size: 12px ;
font-weight: 800 ;
line-height: 1.3333333333333333em ;
letter-spacing: 0.08333333333333333em ;
color: #484848 ;
}
.check{
width: 50% ;
display: inline-block ;
overflow: hidden ;
display: flex;
margin-top: 8px;
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.43;
color: #484848;
margin: 0px ;
word-wrap: break-word ;
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif ;
font-size: 12px ;
font-weight: 800 ;
line-height: 1.3333333333333333em ;
letter-spacing: 0.08333333333333333em ;
color: #484848 ;
}
.check-in .check-out {
width: 50% ;
display: inline-block ;
overflow: hidden ;
}
.guests-input{
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.43;
color: #484848;
// background-color: #fff;
// margin: 0;
-webkit-font-smoothing: antialiased;
display: block;
box-sizing: border-box;
margin-top: 16px;
margin-bottom: 16px;
font-family: Circular, -apple-system, BlinkMacSystemFont, Roboto, Helvetica Neue, sans-serif;
font-size: 14px;
line-height: 1.43;
color: #484848;
background-color: #fff;
margin: 0;
-webkit-font-smoothing: antialiased;
margin: 0px ;
word-wrap: break-word ;
font-family: Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif ;
font-size: 12px ;
font-weight: 800 ;
line-height: 1.3333333333333333em ;
letter-spacing: 0.08333333333333333em ;
color: #484848 ;
}
.search-button-container{
box-sizing: border-box;
text-align: right;
position: absolute;
bottom: 0px;
right: 0px;
}
.search-button-container button{
border-radius: var(--border-button-border-radius, 4px) ;
font-size: var(--font-button-font-size, 16px) ;
line-height: var(--font-button-line-height, 24px) ;
letter-spacing: var(--font-button-letter-spacing, normal) ;
font-family: var(--font-button-font-family, Circular,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif) ;
text-transform: var(--font-button-text-transform, undefined) ;
padding-top: var(--spacing-button-vertical, 10px) ;
padding-bottom: var(--spacing-button-vertical, 10px) ;
font-weight: var(--font-bold-font-weight, 800) ;
border-width: var(--border-button-border-width, 2px) ;
padding-left: var(--spacing-button-horizontal, 22px) ;
padding-right: var(--spacing-button-horizontal, 22px) ;
box-shadow: var(--shadow-button-level0-box-shadow, none) ;
background: var(--color-buttons-primary-color, #FF5A5F) ;
border-color: var(--color-buttons-primary-border, transparent) ;
color: var(--color-buttons-primary-text, #ffffff) ;
} |