guide design not finished

This commit is contained in:
root
2019-07-06 00:14:15 -05:00
parent 601193ff3c
commit 4be99fe828
2 changed files with 62 additions and 22 deletions

View File

@ -1564,7 +1564,6 @@ footer {
form {
margin: 0px auto;
margin-bottom: 10px;
width: 60%;
}
label {
@ -1680,6 +1679,47 @@ label {
}
}
#search_form {
margin: 0px;
width: 100%;
.input_search {
background: #caf0ff;
width: 300px;
height: 21px;
}
.button_search {
background: #ea7900;
color: white;
font-weight: bold;
margin-left: 20px;
}
.radio_guide input[type="radio"],input[type="checkbox"] {
display:none;
}
.radio_guide {
margin-top: 10px;
color: white;
}
.radio_guide label {
display:inline-block;
background-color:#1bb9ea;
padding: 10px 20px;
font-family:Arial;
font-size:16px;
border-radius: 4px;
}
.radio_guide input[type="radio"]:checked + label {
background-color:#ea7900;
}
.radio_guide input[type="checkbox"]:checked + label {
background-color:#ea7900;
}
.radio_guide label:hover {
background-color: #0e97ce;
}
}
#pedagogy {
font-family: "Fira Sans";
color: #062f38;