|
|
|
@ -1,7 +1,7 @@ |
|
|
|
|
.mobileMockup{ |
|
|
|
|
border-radius: 29px; |
|
|
|
|
background-color: white; |
|
|
|
|
box-shadow: 0px 0px 33px rgba(0,0,0,0.1); |
|
|
|
|
box-shadow: 0px 0px 33px rgba(0,0,0,0.05); |
|
|
|
|
width: 18em; |
|
|
|
|
max-width: 90vw; |
|
|
|
|
min-height: 35em; |
|
|
|
@ -10,6 +10,8 @@ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
border:1px solid rgba(0,0,0,0.07); |
|
|
|
|
margin-bottom:50px; |
|
|
|
|
} |
|
|
|
|
.mobileMockup .firstSection{ |
|
|
|
|
width:90%; |
|
|
|
@ -183,4 +185,51 @@ |
|
|
|
|
} |
|
|
|
|
.nirooGerefteh img{ |
|
|
|
|
padding: 2.5px; |
|
|
|
|
} |
|
|
|
|
.mobileMockup .writeSth{ |
|
|
|
|
width:90%; |
|
|
|
|
margin: 10px 0px; |
|
|
|
|
display: flex; |
|
|
|
|
align-items: center; |
|
|
|
|
} |
|
|
|
|
.mobileMockup .writeSth input{ |
|
|
|
|
height: 40px; |
|
|
|
|
padding: 2.5px 10px; |
|
|
|
|
border: 1px solid #EEF5FF; |
|
|
|
|
border-radius: 0px 10px 10px 0px; |
|
|
|
|
border-left: 0px solid red; |
|
|
|
|
font-family: 'iranSans'; |
|
|
|
|
background-color: white; |
|
|
|
|
width:75%; |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
.mobileMockup .writeSth button{ |
|
|
|
|
background-color: white; |
|
|
|
|
height: 47px; |
|
|
|
|
padding: 2.5px; |
|
|
|
|
display: flex; |
|
|
|
|
border-radius: 10px 0px 0px 10px; |
|
|
|
|
border: 1px solid #EEF5FF; |
|
|
|
|
border-right: 0px; |
|
|
|
|
align-items: center; |
|
|
|
|
justify-content: space-between; |
|
|
|
|
width: 25%; |
|
|
|
|
} |
|
|
|
|
.mobileMockup .writeSth input:focus{ |
|
|
|
|
outline: none; |
|
|
|
|
} |
|
|
|
|
.mobileMockUpStand{ |
|
|
|
|
background-color: white; |
|
|
|
|
width: 24em; |
|
|
|
|
height: 24em; |
|
|
|
|
border-radius: 50%; |
|
|
|
|
margin-bottom:-34em ; |
|
|
|
|
margin-top: 10em; |
|
|
|
|
box-shadow:0px 0px 53px rgba(13,65,255,0.1); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
.mobileMockupcontainer{ |
|
|
|
|
display: flex; |
|
|
|
|
flex-direction: column; |
|
|
|
|
align-items: center; |
|
|
|
|
} |