This commit is contained in:
parent
515a874081
commit
b41ec37380
|
@ -137,23 +137,28 @@
|
||||||
> input
|
> input
|
||||||
user-select text
|
user-select text
|
||||||
cursor auto
|
cursor auto
|
||||||
margin 0
|
margin 8px 0 0 0
|
||||||
padding 6px 18px
|
padding 6px 18px
|
||||||
width 14em
|
width 14em
|
||||||
height 48px
|
height 32px
|
||||||
font-size 1em
|
font-size 1em
|
||||||
line-height calc(48px - 12px)
|
background rgba(0, 0, 0, 0.05)
|
||||||
background transparent
|
|
||||||
outline none
|
outline none
|
||||||
//border solid 1px #ddd
|
//border solid 1px #ddd
|
||||||
border none
|
border none
|
||||||
border-radius 0
|
border-radius 16px
|
||||||
transition color 0.5s ease, border 0.5s ease
|
transition color 0.5s ease, border 0.5s ease
|
||||||
font-family FontAwesome, sans-serif
|
font-family FontAwesome, sans-serif
|
||||||
|
|
||||||
&::-webkit-input-placeholder
|
&::-webkit-input-placeholder
|
||||||
color #9eaba8
|
color #9eaba8
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
background rgba(0, 0, 0, 0.08)
|
||||||
|
|
||||||
|
&:focus
|
||||||
|
box-shadow 0 0 0 2px rgba($theme-color, 0.5) !important
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
this.mixin('page');
|
this.mixin('page');
|
||||||
|
|
Loading…
Reference in New Issue