🎨 global style

This commit is contained in:
ty kayn 2019-07-04 18:00:29 +02:00
parent e03a8d4305
commit aaf0cb53b8
2 changed files with 29 additions and 11 deletions

View File

@ -18,7 +18,7 @@
{% block bigMain %}
{% include 'default/header.html.twig' %}
<div class="row-fluid">
<div class="row">
<div class="col-xs-12 col-sm-9 col-sm-offset-2">
{% block body %}
{% endblock %}

View File

@ -68,6 +68,7 @@ body {
width: 100%;
bottom: 0;
display: block;
float:left;
}
thead {
@ -269,10 +270,27 @@ table td {
}
#bodyland {
.container {
min-height: 100vh;
.container {
min-height: 90vh;
}
> .row {
min-height: 90vh;
// for crud forms
table{
thead{
th{
padding: 0.5rem;
}
}
+ ul{
a {
margin-top: 1em;
}
}
}
}
table {
margin-top: 2em;
}