Advanced event types
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user