Skip to content

Commit

Permalink
manually add assets
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 24, 2024
1 parent fb9275b commit ee272d7
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
51 changes: 50 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
@@ -1 +1,50 @@
.pantheon-page-cache hr{display:none}.pantheon-page-cache tr.cache-default-max-age{display:block;padding:10px;background:#fff;color:#1e1e1e;box-shadow:0 0 10px 5px rgba(0,0,0,.1)}.pantheon-page-cache tr.cache-default-max-age td{padding:0}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age{padding:0 10px 10px 0}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age h3{margin-top:.5em}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age i{margin-right:10px;line-height:1em}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar{background:#1d7afc;color:#fff;padding:10px 0 10px 10px;text-align:left;display:block;width:100%;margin-bottom:1em}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a{color:#fff;text-decoration:underline}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a:active,.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a:hover{color:#fff;text-decoration:none}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age select{background-color:#fff;color:#1e1e1e;border:1px solid #757575;border-radius:0}.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-description{color:#757575;margin:10px 0 0}
.pantheon-page-cache hr {
display: none;
}
.pantheon-page-cache tr.cache-default-max-age {
display: block;
padding: 10px;
background: #ffffff;
color: #1e1e1e;
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1);
}
.pantheon-page-cache tr.cache-default-max-age td {
padding: 0;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age {
padding: 0 10px 10px 0;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age h3 {
margin-top: 0.5em;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age i {
margin-right: 10px;
line-height: 1em;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar {
background: #1d7afc;
color: #ffffff;
padding: 10px 0 10px 10px;
text-align: left;
display: block;
width: 100%;
margin-bottom: 1em;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a {
color: #ffffff;
text-decoration: underline;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a:hover, .pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-info-bar a:active {
color: #ffffff;
text-decoration: none;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age select {
background-color: #ffffff;
color: #1e1e1e;
border: 1px solid #757575;
border-radius: 0;
}
.pantheon-page-cache tr.cache-default-max-age .pantheon-cache-default-max-age-description {
color: #757575;
margin: 10px 0 0 0;
}
1 change: 1 addition & 0 deletions assets/css/styles.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ee272d7

Please sign in to comment.