Add 'sge-frontend/' from commit '5fa787e054b25ac53edc7ff0275ea7960a709401'

git-subtree-dir: sge-frontend
git-subtree-mainline: 876c278ac4
git-subtree-split: 5fa787e054
This commit is contained in:
2025-08-04 00:27:23 +03:00
337 changed files with 854877 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -0,0 +1,8 @@
.datePicker {
height: 38px;
}
.react-datepicker__input-container input {
height: 38px;
width: 100%;
}

View File

@@ -0,0 +1,10 @@
#map * {
-moz-transition: none !important;
-webkit-transition: none !important;
-o-transition: all 0s ease !important;
transition: none !important;
}
.google-map * {
transition: none !important;
}

View File

@@ -0,0 +1,35 @@
// Communication page styles
.responsive-map-container {
position: relative;
overflow: hidden;
padding-top: 70%; /* 4:3 Aspect Ratio - taller than 16:9 */
height: 0;
iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
}
// Responsive adjustments
@media (max-width: 768px) {
.address-map {
margin-top: 1.5rem;
}
.responsive-map-container {
padding-top: 75%; /* Taller aspect ratio for mobile */
}
}
// Extra small devices
@media (max-width: 576px) {
.responsive-map-container {
padding-top: 100%; /* Square aspect ratio for very small screens */
}
}

View File

@@ -0,0 +1,5 @@
/*
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS. */

View File

@@ -0,0 +1,5 @@
/*
NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS. */

View File

@@ -0,0 +1,3 @@
// ================================================================================================
// ? TIP: It is recommended to use this file for overriding component variables.
// ================================================================================================

View File

@@ -0,0 +1,3 @@
// ================================================================================================
// ? TIP: It is recommended to use this file for overriding bootstrap variables.
// ================================================================================================