diff --git a/software/pc_client/nginx/www/web_gui/css/sfc.css b/software/pc_client/nginx/www/web_gui/css/sfc.css new file mode 100644 index 0000000..52c9fb6 --- /dev/null +++ b/software/pc_client/nginx/www/web_gui/css/sfc.css @@ -0,0 +1,53 @@ +.notification-container { + position: absolute; + top: 0; + left: 0; + right: 0; + z-index: 9; + width: 100%; + padding: var(--pico-block-spacing-vertical) var(--pico-block-spacing-horizontal); + +} + +.notification { + width: 100% - var(--pico-block-spacing-horizontal); + height: fit-content; + margin: var(--pico-spacing); + overflow: auto; + padding: var(--pico-block-spacing-vertical) var(--pico-block-spacing-horizontal); + border-radius: var(--pico-border-radius); + box-shadow: var(--pico-card-box-shadow); + transition: opacity 1s ease; + opacity: 0.0; + backdrop-filter: blur(10px); +} + +.notification>p { + font-weight: bold; + padding-bottom: 0%; + margin-bottom: 0; +} + +.notification-success { + background: rgb(1, 82, 52); +} + +.notification-success>p { + color: rgb(33, 226, 153); +} + +.notification-warn { + background: rgb(139, 79, 0); +} + +.notification-warn>p { + color: rgb(254, 182, 112); +} + +.notification-error { + background: rgb(175, 41, 29); +} + +.notification-error>p { + color: rgb(245, 163, 144) +} \ No newline at end of file diff --git a/software/pc_client/nginx/www/web_gui/index.html b/software/pc_client/nginx/www/web_gui/index.html index 34089ff..7cf3449 100644 --- a/software/pc_client/nginx/www/web_gui/index.html +++ b/software/pc_client/nginx/www/web_gui/index.html @@ -15,31 +15,12 @@ of the license in the project repository or at + Hello world! - -
-

Change calibration

-
-
- -
-
- - -
-
-
-

Change address

@@ -88,6 +69,14 @@ of the license in the project repository or at
+
+ + +
+

Display Something!

@@ -123,6 +113,16 @@ of the license in the project repository or at + @@ -218,10 +218,10 @@ of the license in the project repository or at