Address page highlight and transfer value

This commit is contained in:
softsimon
2022-03-06 13:50:01 +01:00
parent 822c4256d7
commit f466498988
7 changed files with 53 additions and 16 deletions

View File

@@ -1,10 +1,12 @@
.arrow-td {
width: 20px;
padding-top: 0;
padding-bottom: 0;
}
.green, .grey, .red {
font-size: 16px;
top: -2px;
top: 1px;
position: relative;
@media( min-width: 576px){
font-size: 19px;
@@ -119,3 +121,11 @@
h2 {
line-height: 1;
}
.highlight {
background-color: #181b2d;
}
.summary {
margin-top: 10px;
}