incorporating changes for updated svg
This commit is contained in:
@@ -302,7 +302,7 @@ table {
|
||||
}
|
||||
|
||||
section.blank {
|
||||
img, header {
|
||||
svg, header {
|
||||
filter: grayscale(1) opacity(0.4);
|
||||
}
|
||||
> div {
|
||||
@@ -449,9 +449,23 @@ section.blank {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
img {
|
||||
svg {
|
||||
position: absolute;
|
||||
stroke-linecap: round;
|
||||
stroke-miterlimit: 1.5;
|
||||
z-index: -1;
|
||||
opacity: 70%;
|
||||
#outfield-path {
|
||||
stroke: #4AA1D5;
|
||||
fill: none;
|
||||
stroke-width: 4px;
|
||||
}
|
||||
#infield-path {
|
||||
stroke: #4AA1D5;
|
||||
fill: #D1E6F7;
|
||||
stroke-width: 4px;
|
||||
fill-opacity: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
.slot-set {
|
||||
@@ -938,6 +952,7 @@ td.is-present-checkbox.available-status-code-None > span {
|
||||
border: none;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
height: auto;
|
||||
.title {
|
||||
display: grid;
|
||||
font-family: "Futura Now";
|
||||
|
||||
Reference in New Issue
Block a user