Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions copy.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
echo 'Building Project'
cd /home/durga/Projects/TechV/NeptuneConnect/FrontEnd/improvedEditor/Project-Neptune
cd /home/durga/Projects/TechV/Frontend/Project-Neptune
npm run distBuild

echo 'Deleting old files'
rm -r /home/durga/Projects/TechV/NeptuneConnect/BackEnd/rba/NeptuneConnect/view/components/build/*
rm -r /home/durga/Projects/TechV/Backend/NeptuneConnect/view/components/build*

echo 'Moving files'
cp -r /home/durga/Projects/TechV/NeptuneConnect/FrontEnd/improvedEditor/Project-Neptune/www/build/* /home/durga/Projects/TechV/NeptuneConnect/BackEnd/rba/NeptuneConnect/view/components/build/
cp -r /home/durga/Projects/TechV/Frontend/Project-Neptune/www/build* /home/durga/Projects/TechV/Backend/NeptuneConnect/view/components/build
163 changes: 161 additions & 2 deletions global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,21 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 1rem;
}

.-mx-3 {
margin-left: -0.75rem;
margin-right: -0.75rem;
}

.mx-6 {
margin-left: 1.5rem;
margin-right: 1.5rem;
}

.my-6 {
margin-top: 1.5rem;
margin-bottom: 1.5rem;
}

.ml-2 {
margin-left: 0.5rem;
}
Expand Down Expand Up @@ -687,6 +702,10 @@ Ensure the default browser behavior of the `hidden` attribute.
margin-right: 0.25rem;
}

.mb-3 {
margin-bottom: 0.75rem;
}

.mt-8 {
margin-top: 2rem;
}
Expand Down Expand Up @@ -771,6 +790,22 @@ Ensure the default browser behavior of the `hidden` attribute.
height: 5rem;
}

.h-28 {
height: 7rem;
}

.h-16 {
height: 4rem;
}

.h-14 {
height: 3.5rem;
}

.h-24 {
height: 6rem;
}

.min-h-screen {
min-height: 100vh;
}
Expand Down Expand Up @@ -815,14 +850,54 @@ Ensure the default browser behavior of the `hidden` attribute.
width: auto;
}

.w-28 {
width: 7rem;
.w-32 {
width: 8rem;
}

.w-64 {
width: 16rem;
}

.w-20 {
width: 5rem;
}

.w-1\/2 {
width: 50%;
}

.w-28 {
width: 7rem;
}

.w-40 {
width: 10rem;
}

.w-36 {
width: 9rem;
}

.w-16 {
width: 4rem;
}

.w-14 {
width: 3.5rem;
}

.w-1\/6 {
width: 16.666667%;
}

.w-24 {
width: 6rem;
}

.w-72 {
width: 18rem;
}

.min-w-full {
min-width: 100%;
}
Expand All @@ -847,6 +922,10 @@ Ensure the default browser behavior of the `hidden` attribute.
max-width: 1536px;
}

.max-w-lg {
max-width: 32rem;
}

.flex-auto {
flex: 1 1 auto;
}
Expand Down Expand Up @@ -1075,6 +1154,10 @@ Ensure the default browser behavior of the `hidden` attribute.
border-bottom-width: 2px;
}

.border-t-2 {
border-top-width: 2px;
}

.border-none {
border-style: none;
}
Expand Down Expand Up @@ -1123,11 +1206,36 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-red-500 {
--tw-border-opacity: 1;
border-color: rgb(239 68 68 / var(--tw-border-opacity));
}

.border-gray-800 {
--tw-border-opacity: 1;
border-color: rgb(31 41 55 / var(--tw-border-opacity));
}

.border-indigo-700 {
--tw-border-opacity: 1;
border-color: rgb(67 56 202 / var(--tw-border-opacity));
}

.border-gray-500 {
--tw-border-opacity: 1;
border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-400 {
--tw-border-opacity: 1;
border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-600 {
--tw-border-opacity: 1;
border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

.bg-white {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -1201,6 +1309,16 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}

.bg-gray-300 {
--tw-bg-opacity: 1;
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-gray-400 {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.bg-opacity-75 {
--tw-bg-opacity: 0.75;
}
Expand Down Expand Up @@ -1465,6 +1583,10 @@ Ensure the default browser behavior of the `hidden` attribute.
text-transform: capitalize;
}

.italic {
font-style: italic;
}

.leading-none {
line-height: 1;
}
Expand All @@ -1481,10 +1603,18 @@ Ensure the default browser behavior of the `hidden` attribute.
line-height: 1.625;
}

.leading-tight {
line-height: 1.25;
}

.tracking-wider {
letter-spacing: 0.05em;
}

.tracking-wide {
letter-spacing: 0.025em;
}

.text-teal-700 {
--tw-text-opacity: 1;
color: rgb(15 118 110 / var(--tw-text-opacity));
Expand Down Expand Up @@ -1584,6 +1714,11 @@ Ensure the default browser behavior of the `hidden` attribute.
color: rgb(67 56 202 / var(--tw-text-opacity));
}

.text-green-500 {
--tw-text-opacity: 1;
color: rgb(34 197 94 / var(--tw-text-opacity));
}

.placeholder-gray-500::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(107 114 128 / var(--tw-placeholder-opacity));
Expand Down Expand Up @@ -1634,6 +1769,11 @@ Ensure the default browser behavior of the `hidden` attribute.
--tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-600 {
--tw-shadow-color: #4b5563;
--tw-shadow: var(--tw-shadow-colored);
}

.outline-none {
outline: 2px solid transparent;
outline-offset: 2px;
Expand Down Expand Up @@ -1775,6 +1915,11 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
--tw-bg-opacity: 1;
background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:text-teal-400:hover {
--tw-text-opacity: 1;
color: rgb(45 212 191 / var(--tw-text-opacity));
Expand Down Expand Up @@ -1834,6 +1979,11 @@ Ensure the default browser behavior of the `hidden` attribute.
border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.focus\:border-gray-500:focus {
--tw-border-opacity: 1;
border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:bg-white:focus {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
Expand Down Expand Up @@ -1930,6 +2080,11 @@ Ensure the default browser behavior of the `hidden` attribute.
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

.dark\:bg-gray-800 {
--tw-bg-opacity: 1;
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

.dark\:text-white {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
Expand Down Expand Up @@ -2059,6 +2214,10 @@ Ensure the default browser behavior of the `hidden` attribute.
}

@media (min-width: 768px) {
.md\:mb-0 {
margin-bottom: 0px;
}

.md\:flex {
display: flex;
}
Expand Down
Loading