2ª actualización importante
1
assets/static/appico/account-group.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M12,5.5A3.5,3.5 0 0,1 15.5,9A3.5,3.5 0 0,1 12,12.5A3.5,3.5 0 0,1 8.5,9A3.5,3.5 0 0,1 12,5.5M5,8C5.56,8 6.08,8.15 6.53,8.42C6.38,9.85 6.8,11.27 7.66,12.38C7.16,13.34 6.16,14 5,14A3,3 0 0,1 2,11A3,3 0 0,1 5,8M19,8A3,3 0 0,1 22,11A3,3 0 0,1 19,14C17.84,14 16.84,13.34 16.34,12.38C17.2,11.27 17.62,9.85 17.47,8.42C17.92,8.15 18.44,8 19,8M5.5,18.25C5.5,16.18 8.41,14.5 12,14.5C15.59,14.5 18.5,16.18 18.5,18.25V20H5.5V18.25M0,20V18.5C0,17.11 1.89,15.94 4.45,15.6C3.86,16.28 3.5,17.22 3.5,18.25V20H0M24,20H20.5V18.25C20.5,17.22 20.14,16.28 19.55,15.6C22.11,15.94 24,17.11 24,18.5V20Z" /></svg>
|
||||
|
After Width: | Height: | Size: 655 B |
BIN
assets/static/appico/apple.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/static/appico/application_enterprise.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/static/appico/barcode.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/static/appico/calendar.png
Normal file
|
After Width: | Height: | Size: 60 KiB |
BIN
assets/static/appico/components.png
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
assets/static/appico/credit_cards.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
assets/static/appico/cup.png
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
assets/static/appico/edit.png
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
assets/static/appico/gear_edit.png
Normal file
|
After Width: | Height: | Size: 71 KiB |
BIN
assets/static/appico/house.png
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
assets/static/appico/shelf.png
Normal file
|
After Width: | Height: | Size: 62 KiB |
1
assets/static/appico/silverware-fork-knife.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M11,9H9V2H7V9H5V2H3V9C3,11.12 4.66,12.84 6.75,12.97V22H9.25V12.97C11.34,12.84 13,11.12 13,9V2H11V9M16,6V14H18.5V22H21V2C18.24,2 16,4.24 16,6Z" /></svg>
|
||||
|
After Width: | Height: | Size: 220 B |
BIN
assets/static/appico/users.png
Normal file
|
After Width: | Height: | Size: 55 KiB |
BIN
assets/static/appico/view.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
@@ -196,6 +196,7 @@ table {
|
||||
|
||||
table tr th {
|
||||
line-break: auto;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
|
||||
table tr td {
|
||||
@@ -365,7 +366,7 @@ hr {
|
||||
|
||||
.ribbon-panel {
|
||||
display: flex;
|
||||
gap: 10px;
|
||||
gap: 3px;
|
||||
background-color: #c8d4eb;
|
||||
border: 1px solid #a2a9b9;
|
||||
overflow-x: auto;
|
||||
@@ -382,10 +383,15 @@ hr {
|
||||
white-space: nowrap;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
border: 1px solid lightskyblue;
|
||||
background: white;
|
||||
padding: 4px;
|
||||
display: inline-block;
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.ribbon-button img {
|
||||
height: 48px;
|
||||
height: 60px;
|
||||
display: block;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||