dashboard: improve general design (mostly events related)
This commit is contained in:
parent
83ad6340b2
commit
aa3750bb68
11 changed files with 70 additions and 44 deletions
|
|
@ -158,7 +158,7 @@ a:hover .teamname {
|
|||
|
||||
#eventsList {
|
||||
overflow:hidden;
|
||||
max-height: 100vh
|
||||
max-height: 90vh;
|
||||
}
|
||||
|
||||
.swap-animation .alert {
|
||||
|
|
@ -166,8 +166,8 @@ a:hover .teamname {
|
|||
}
|
||||
.swap-animation {
|
||||
margin-bottom: 0.5rem;
|
||||
max-height: 25vh;
|
||||
transition: max-height 1.5s linear,opacity 1.0s linear,transform 0.5s linear;
|
||||
max-height: 30vh;
|
||||
transition: max-height 1.0s linear,opacity 1.0s linear,transform 0.5s linear;
|
||||
}
|
||||
.swap-animation.ng-enter {
|
||||
transform: translateY(-25vh);
|
||||
|
|
@ -274,3 +274,24 @@ blockquote {
|
|||
padding-right: 2em;
|
||||
max-width: 100%;
|
||||
}
|
||||
|
||||
#eventsList .card {
|
||||
border-left-color: rgba(0,0,0,.125) !important;
|
||||
border-right-color: rgba(0,0,0,.125) !important;
|
||||
border-top-color: rgba(0,0,0,.125) !important;
|
||||
}
|
||||
|
||||
.bg-public .card-body {
|
||||
padding:1rem;
|
||||
padding-bottom:0;
|
||||
}
|
||||
|
||||
.card-sm .card-header, .card-sm .card-footer {
|
||||
padding: 0.2rem 0.75rem;
|
||||
}
|
||||
.card-sm .card-body {
|
||||
padding: 0.4rem 0.75rem;
|
||||
}
|
||||
.card-sm .card-body.text-indent p {
|
||||
text-indent: 0.4rem;
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue