Advanced event types

This commit is contained in:
2019-10-17 20:35:18 +02:00
parent d6d0d0fcbb
commit ad3b216a0d
9 changed files with 151 additions and 38 deletions

View File

@@ -51,8 +51,19 @@ a:hover {
font-family: 'DarkSouls', serif;
}
.nav-container{
margin-bottom: 10px;
}
.btn-toolbar{
padding: 5px 0;
margin: 10px 0;
}
.btn-toolbar .btn {
margin-right: 10px;
}
.card{
margin-bottom: 25px;
}
.vertical-center {
@@ -64,6 +75,11 @@ a:hover {
}
/* Theme customizations */
.list-group-item {
display: flex;
justify-content: space-between;
}
.list-group-item:hover {
color: inherit;
background-color: rgb(34, 34, 34);
@@ -72,3 +88,19 @@ a:hover {
h1 {
font-size: 2.5rem;
}
html {
height: 100%;
}
body {
display: flex;
flex-direction: column;
height: 100%;
}
.content{
flex: 1 0 auto;
}
.footer {
flex-shrink: 0;
}