mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
guide design not finished
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user