🎨 global style
This commit is contained in:
parent
e03a8d4305
commit
aaf0cb53b8
@ -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 %}
|
||||
|
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user