Skip to content
Permalink
6eb3472a15
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
47 lines (46 sloc) 791 Bytes
.search-container {
margin: 100px 50px;
display: flex;
justify-content: space-between;
}
.search-box {
width: 60%;
}
.search-input {
border: 4px solid $grey;
border-radius: 5px;
background: #fff;
padding: 20px 10px;
width: 100%;
font-size: 16pt;
}
.btn {
background: $orange;
color:white;
font-size: 12pt;
padding: 5px;
}
.login-form {
margin:0 auto;
max-width: 768px;
}
input {
border: 4px solid $grey;
border-radius: 5px;
background: #fff;
padding: 5px 5px;
font-size: 12pt;
margin-left:15px;
}
.search-btn-container {
width: 30%;
}
.search-btn {
background: $orange-light;
border: 6px solid $orange;
border-radius: 5px;
padding: 14px 0px;
text-align: center;
width: 100%;
font-size: 16pt;
}