Harrison Deng 54b1565537 Added NodeJS package with WebPack for some assets.
Moved JS files to WebPack system.

Created python script to watch both WebPack and Dotnet files simultaneously
2021-06-06 17:46:01 -05:00

106 lines
1.7 KiB
CSS

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
html, body {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#app {
min-height: 100vh;
}
.page {
min-height: inherit;
}
.bg-dark {
background-color: #36383C !important;
}
nav.bg-dark {
background-color: #1A1A1A !important;
}
.bg-dark .card {
border-style: solid;
border-width: 2px;
background-color: transparent;
border-color: #4F5A61;
}
.bg-dark .jumbotron {
background-color: #262626;
}
.text-white {
color: whitesmoke;
}
.bg-dark input {
background-color: #4F5A61;
border-color: #4F5A61;
color: whitesmoke;
}
.bg-dark input:focus {
background-color: #4F5A61;
border-color: #85A6A6;
color: whitesmoke;
}
.bg-dark input:disabled {
background-color: #36383C;
}
.bg-dark input:disabled::placeholder {
color: gray;
}
.bg-dark input::placeholder {
color: whitesmoke;
}
.bg-dark a {
color: #A9CEC2;
}
.bg-dark .btn-outline-primary {
color: #A9CEC2;
border-color: #A9CEC2;
}
.bg-dark .btn-outline-primary:hover {
background-color: #A9CEC2;
color: whitesmoke;
}
.content {
padding-top: 1.5rem;
padding-right: 2rem;
padding-left: 2rem;
}
#blazor-error-ui {
background: lightyellow;
bottom: 0;
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
display: none;
left: 0;
padding: 0.6rem 1.25rem 0.7rem 1.25rem;
position: fixed;
width: 100%;
z-index: 1000;
}
#blazor-error-ui .dismiss {
cursor: pointer;
position: absolute;
right: 0.75rem;
top: 0.5rem;
}
.btn.btn-tab {
border-bottom-style: none;
border-bottom-left-radius: 0em;
border-bottom-right-radius: 0em;
}