Inits the workflow configuration
This commit is contained in:
parent
f66dac31c9
commit
e6e098b32e
286 changed files with 33660 additions and 64632 deletions
Binary file not shown.
|
|
@ -1,22 +1,16 @@
|
|||
html {
|
||||
font-size: 14px;
|
||||
}
|
||||
.grants-page .card {
|
||||
margin-top: 20px;
|
||||
border-bottom: 1px solid lightgray; }
|
||||
.grants-page .card .card-title {
|
||||
font-size: 120%;
|
||||
font-weight: bold; }
|
||||
.grants-page .card .card-title img {
|
||||
width: 100px;
|
||||
height: 100px; }
|
||||
.grants-page .card label {
|
||||
font-weight: bold; }
|
||||
|
||||
@media (min-width: 768px) {
|
||||
html {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
.navbar-dark .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
|
||||
|
||||
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
|
||||
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
|
||||
}
|
||||
|
||||
html {
|
||||
position: relative;
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
margin-bottom: 60px;
|
||||
}
|
||||
/*# sourceMappingURL=site.css.map */
|
||||
|
|
|
|||
7
src/Yavsc/wwwroot/css/site.css.map
Normal file
7
src/Yavsc/wwwroot/css/site.css.map
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"version": 3,
|
||||
"mappings": "AACE,kBAAM;EACJ,UAAU,EAAE,IAAI;EAChB,aAAa,EAAE,mBAAmB;EAElC,8BAAY;IAMV,SAAS,EAAE,IAAI;IACf,WAAW,EAAE,IAAI;IANjB,kCAAI;MACF,KAAK,EAAE,KAAK;MACZ,MAAM,EAAE,KAAK;EAOjB,wBAAM;IACJ,WAAW,EAAE,IAAI;;AAKvB,iCAAkC;EACjC,gBAAgB,EAAE,iPAAiP",
|
||||
"sources": ["site.scss"],
|
||||
"names": [],
|
||||
"file": "site.css"
|
||||
}
|
||||
1
src/Yavsc/wwwroot/css/site.min.css
vendored
Normal file
1
src/Yavsc/wwwroot/css/site.min.css
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
.welcome-page .logo{width:64px;}.icon-banner{width:32px;}.body-container{margin-top:60px;padding-bottom:40px;}.welcome-page li{list-style:none;padding:4px;}.logged-out-page iframe{display:none;width:0;height:0;}.grants-page .card{margin-top:20px;border-bottom:1px solid #d3d3d3;}.grants-page .card .card-title{font-size:120%;font-weight:bold;}.grants-page .card .card-title img{width:100px;height:100px;}.grants-page .card label{font-weight:bold;}
|
||||
25
src/Yavsc/wwwroot/css/site.scss
Normal file
25
src/Yavsc/wwwroot/css/site.scss
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
.grants-page {
|
||||
.card {
|
||||
margin-top: 20px;
|
||||
border-bottom: 1px solid lightgray;
|
||||
|
||||
.card-title {
|
||||
img {
|
||||
width: 100px;
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
font-size: 120%;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.navbar-dark .navbar-toggler-icon {
|
||||
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue