mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-08 10:47:59 +00:00
add file-types bar to statistics widget (#2914)
This commit is contained in:
+24
-5
@@ -1,7 +1,26 @@
|
||||
.flex-column {
|
||||
row-gap: 0.2rem;
|
||||
.file-type-bar {
|
||||
display: flex;
|
||||
height: 10px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.filetypes-list {
|
||||
max-width: 75%;
|
||||
.file-type {
|
||||
height: 100%;
|
||||
}
|
||||
.file-type-label {
|
||||
align-items: center;
|
||||
float: left;
|
||||
padding-right: 10px;
|
||||
}
|
||||
.file-type-color {
|
||||
width: 10px;
|
||||
height: 10px;
|
||||
border-radius: 50%;
|
||||
display: inline-block;
|
||||
margin-right: 5px;
|
||||
}
|
||||
.rounded-left {
|
||||
border-radius: 5px 0 0 5px;
|
||||
}
|
||||
.rounded-right {
|
||||
border-radius: 0 5px 5px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user