Advertisement
Guest User

Untitled

a guest
Jan 9th, 2018
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.64 KB | None | 0 0
  1.             .search-box{
  2.                 width: 280px;
  3.                 position: relative;
  4.                 float:right;
  5.  
  6.                     .searchbox {
  7.  
  8.                     border: 1px solid #364e69;
  9.                     outline: none;
  10.                     font: 11px 'Montserrat', sans-serif;
  11.                     color: #364e69;
  12.                     width: 100%;
  13.                     height: 29px;
  14.                     background: transparent;
  15.                     padding-left: 10px;
  16.                     }
  17.                     .searchsubmit {
  18.                     font-family: 'FontAwesome';
  19.                     width: 29px;
  20.                     height: 29px;
  21.                     border: 1px solid #364e69;
  22.                     font-size: 12px;
  23.                     position: absolute;
  24.                     top: 0;
  25.                     right: 0;
  26.                     background:$light-blue;
  27.                     border: none;
  28.                     color: #fff;
  29.                     cursor: hand; cursor: pointer;
  30.                     }
  31.             }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement