prep version

This commit is contained in:
REJack
2020-05-19 22:39:46 +02:00
parent 229600ba4c
commit 66268d5340
109 changed files with 1112 additions and 550 deletions

View File

@@ -1,5 +1,5 @@
/*!
* AdminLTE v3.0.4
* AdminLTE v3.0.5
* Only Extra Components
* Author: Colorlib
* Website: AdminLTE.io <http://adminlte.io>
@@ -134,6 +134,7 @@
min-height: 80px;
padding: .5rem;
position: relative;
width: 100%;
}
.info-box .progress {
@@ -161,12 +162,17 @@
}
.info-box .info-box-content {
display: flex;
flex-direction: column;
justify-content: center;
line-height: 120%;
flex: 1;
padding: 5px 10px;
padding: 0 10px;
}
.info-box .info-box-number {
display: block;
margin-top: .25rem;
font-weight: 700;
}