This commit is contained in:
2018-12-05 09:59:00 -05:00
parent c9971d3157
commit 04f09f76d3
2 changed files with 15 additions and 8 deletions

View File

@@ -6,10 +6,16 @@ body{
font-family: 'Barlow';font-size: 16px;
}
a {
color: #000;
text-decoration: none;
font-weight: bold;
}
.refresh{
background: #cadbeb;
border: 1px solid #5f94c2;
border-radius: 2px;
border-radius: 4px;
display: block;
padding-bottom: 3px;
margin-bottom: 10px;
@@ -22,6 +28,12 @@ body{
padding-top: 10px;
padding-left: 10px;
}
.thumbnail img {
border: 1px solid #3b6f9d;
border-radius: 4px;
}
.info {
float: left;
width: auto;
@@ -39,7 +51,7 @@ body{
width: 500px;
background: #cadbeb;
border: 1px solid #3b6f9d;
border-radius: 2px;
border-radius: 4px;
margin-top: 10px;
display: block;
overflow: auto;
@@ -87,7 +99,7 @@ body{
display: inline-block;
background-color: #95b8d7;
border: 1px solid #274a68;
border-radius: 2px;
border-radius: 4px;
}
.material-icons.md-arrow {