text-align: right;
}
#search_button {
- width: 166px;
- height: 38px;
+ position: absolute;
+ width: 33px;
+ height: 32px;
+ right: -21px;
+ top: 3px;
padding: 1px 0;
- border: solid white 3px;
- border-radius: 5px;
- box-shadow: 0 6px 12px -5px #9b9b9b;
+ border-left: 3px solid #fcde74;
+ background-size: 30 32px;
+ border-radius: 0px;
/* background-image: url("../assets/search_button_1.png");*/
background-repeat: no-repeat;
background-size: local 0 0 / cover;
background-size: local 0 0 / cover;
border-color: #9acd68;
}
+ @media #{$medium-down} {
+ right: 15px;
+ }
}
#blog-post .cycle-slide {
font-size: 14px;