mirror of
https://github.com/ae-utbm/sith.git
synced 2024-10-31 19:38:04 +00:00
pedagogy: add generic font for .radio-guide
This commit is contained in:
parent
6c43b1c43d
commit
3380980c5c
@ -1722,7 +1722,7 @@ $pedagogy-white-text: #f0f0f0;
|
||||
.search-form-container {
|
||||
display: grid;
|
||||
grid-template-columns: auto auto;
|
||||
grid-template-rows: auto auto auto;
|
||||
grid-template-rows: auto auto auto;
|
||||
grid-template-areas:
|
||||
"action-bar action-bar"
|
||||
"search-bar search-bar"
|
||||
@ -1779,7 +1779,7 @@ $pedagogy-white-text: #f0f0f0;
|
||||
display: inline-block;
|
||||
background-color: $pedagogy-blue;
|
||||
padding: 10px 20px;
|
||||
font-family: Arial;
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 16px;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
@ -242,7 +242,5 @@
|
||||
$("#search_form").on("change", function(e){
|
||||
$(this).submit();
|
||||
});
|
||||
|
||||
// $("#dynamic_view").hide();
|
||||
</script>
|
||||
{% endblock content %}
|
Loading…
Reference in New Issue
Block a user