mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-31 10:48:04 +01:00
added paperless ui
This commit is contained in:
parent
d5a1a4916e
commit
131533d9eb
173 changed files with 18693 additions and 0 deletions
31
src-ui/src/styles.css
Normal file
31
src-ui/src/styles.css
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
|
||||
.toolbaricon {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
}
|
||||
|
||||
.buttonicon {
|
||||
width: 1.2em;
|
||||
height: 1.2em;
|
||||
}
|
||||
|
||||
.sidebaricon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
vertical-align: text-bottom;
|
||||
}
|
||||
|
||||
body {
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
.form-control-dark {
|
||||
color: #fff;
|
||||
background-color: rgba(255, 255, 255, .1);
|
||||
border-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
|
||||
.form-control-dark:focus {
|
||||
border-color: transparent;
|
||||
box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue