mirror of
https://github.com/everoddandeven/monerod-gui.git
synced 2024-12-22 03:29:23 +00:00
Add icons, update README and LICENSE, code quality fixes
This commit is contained in:
parent
c267ca3659
commit
03367cc6b9
8 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
Copyright 2020 - Maxime GRIS
|
||||
Copyright 2024 - everoddandeven
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
|
|
|
@ -1,11 +1,10 @@
|
|||
# Monerod GUI
|
||||
|
||||
![Maintained][maintained-badge]
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c705f535eebe4ba8b7a5789f6b409933)](https://app.codacy.com/gh/everoddandeven/monerod-gui/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||
[![Make a pull request][prs-badge]][prs]
|
||||
[![License][license-badge]](LICENSE.md)
|
||||
|
||||
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/c705f535eebe4ba8b7a5789f6b409933)](https://app.codacy.com/gh/everoddandeven/monerod-gui/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
|
||||
|
||||
[![Ubuntu jammy AppImage Build](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_22_appimage.yml/badge.svg)](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_22_appimage.yml)
|
||||
[![Ubuntu jammy x64 DEB Build](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_22_deb.yml/badge.svg)](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_22_deb.yml)
|
||||
[![Ubuntu noble x64 DEB Build](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_24_deb.yml/badge.svg)](https://github.com/everoddandeven/monerod-gui/actions/workflows/ubuntu_24_deb.yml)
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
background-color: rgba(0, 0, 0, 10%);
|
||||
border: solid rgba(0, 0, 0, 15%);
|
||||
border-width: 1px 0;
|
||||
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, 15%);
|
||||
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, 10%), inset 0 .125em .5em rgba(0, 0, 0, 15%);
|
||||
}
|
||||
|
||||
.b-example-vr {
|
||||
|
@ -50,7 +50,7 @@
|
|||
|
||||
.btn-bd-primary {
|
||||
--bd-violet-bg: #712cf9;
|
||||
--bd-violet-rgb: 112.5207, 44.062154, 249.437846;
|
||||
--bd-violet-rgb: 112.5207, 44.0622, 249.4379;
|
||||
--bs-btn-font-weight: 600;
|
||||
--bs-btn-color: var(--bs-white);
|
||||
--bs-btn-bg: var(--bd-violet-bg);
|
||||
|
|
BIN
src/assets/icons/icon_1024x1024.png
Normal file
BIN
src/assets/icons/icon_1024x1024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 48 KiB |
BIN
src/assets/icons/icon_128x128.png
Normal file
BIN
src/assets/icons/icon_128x128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
src/assets/icons/icon_16x16.png
Normal file
BIN
src/assets/icons/icon_16x16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 733 B |
BIN
src/assets/icons/icon_32x32.png
Normal file
BIN
src/assets/icons/icon_32x32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
BIN
src/assets/icons/icon_64x64.png
Normal file
BIN
src/assets/icons/icon_64x64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2 KiB |
Loading…
Reference in a new issue