Commit 3d63c545 by Mac Stephens

fixed bootstrap loading error

parent 92a704f2
...@@ -21,6 +21,6 @@ ...@@ -21,6 +21,6 @@
"url": "http://localhost:${command:rad4.tms.web.port.release}/${command:rad4.tms.getcurrentproject.html.file}", "url": "http://localhost:${command:rad4.tms.web.port.release}/${command:rad4.tms.getcurrentproject.html.file}",
"webRoot": "${workspaceFolder}", "webRoot": "${workspaceFolder}",
"timeout": 20000 "timeout": 20000
} }
] ]
} }
\ No newline at end of file
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
"reveal": "silent", "reveal": "silent",
"panel": "new" "panel": "new"
} }
}, },
{ {
"label": "Active", "label": "Active",
"type": "build", "type": "build",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -20,8 +20,8 @@ body { ...@@ -20,8 +20,8 @@ body {
} }
.em-navbar-wrap .navbar { .em-navbar-wrap .navbar {
padding-top: 0; padding-top: 20;
padding-bottom: 0; padding-bottom: 20;
transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;
position: fixed; position: fixed;
width: 100%; width: 100%;
...@@ -46,13 +46,13 @@ body { ...@@ -46,13 +46,13 @@ body {
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link { .navbar-nav .nav-item.active .nav-link {
color: #272727; color: #272727;
box-shadow: inset 0 -4px 0 0 #ff2a13; box-shadow: inset 0 -4px 0 0 #28a745;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.navbar-nav .nav-link { .navbar-nav .nav-link {
padding-top: 10px; padding-top: 20px;
padding-bottom: 10px; padding-bottom: 20px;
height: auto; height: auto;
} }
} }
...@@ -194,7 +194,5 @@ blockquote { ...@@ -194,7 +194,5 @@ blockquote {
.btn-primary { .btn-primary {
background-color: #28a745; background-color: #28a745;
/* Use a green color to match your theme */
border-color: #28a745; border-color: #28a745;
/* Additional button styling if needed */
} }
[Paths]
HtmlPath=C:\Projects\efxCurrencyExchangeWebsite\TMSWeb\Debug
HtmlFile=index.html
DefaultURL=http://localhost:8000/TMSWebTemplate
SingleInstance=0
Debug=0
DebugManager=C:\RADTools\TMSSoftware\TMS WEB Core RSXE14\Bin\Win32\TMSDBGManager.exe
URL=http://localhost:8000/$(ProjectName)
URLParams=
Browser=1
BrowserBin=
BrowserParams=
Electron=0
ElectronBuild=0
JSDebugger=1
...@@ -20,8 +20,8 @@ body { ...@@ -20,8 +20,8 @@ body {
} }
.em-navbar-wrap .navbar { .em-navbar-wrap .navbar {
padding-top: 0; padding-top: 20;
padding-bottom: 0; padding-bottom: 20;
transition: height 0.3s ease-in-out; transition: height 0.3s ease-in-out;
position: fixed; position: fixed;
width: 100%; width: 100%;
...@@ -46,13 +46,13 @@ body { ...@@ -46,13 +46,13 @@ body {
.navbar-nav .nav-item:hover .nav-link, .navbar-nav .nav-item:hover .nav-link,
.navbar-nav .nav-item.active .nav-link { .navbar-nav .nav-item.active .nav-link {
color: #272727; color: #272727;
box-shadow: inset 0 -4px 0 0 #ff2a13; box-shadow: inset 0 -4px 0 0 #28a745;
} }
@media (max-width: 992px) { @media (max-width: 992px) {
.navbar-nav .nav-link { .navbar-nav .nav-link {
padding-top: 10px; padding-top: 20px;
padding-bottom: 10px; padding-bottom: 20px;
height: auto; height: auto;
} }
} }
...@@ -194,7 +194,5 @@ blockquote { ...@@ -194,7 +194,5 @@ blockquote {
.btn-primary { .btn-primary {
background-color: #28a745; background-color: #28a745;
/* Use a green color to match your theme */
border-color: #28a745; border-color: #28a745;
/* Additional button styling if needed */
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment