mirror of
https://github.com/pezkuwichain/pezkuwi-telemetry.git
synced 2026-04-25 15:18:00 +00:00
Minor restyling
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
font-size: 2.5em;
|
||||
padding: 20px;
|
||||
text-align: left;
|
||||
width: 200px;
|
||||
width: 220px;
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
}
|
||||
@@ -10,7 +10,7 @@
|
||||
.Tile-label {
|
||||
position: absolute;
|
||||
top: 20px;
|
||||
left: 90px;
|
||||
left: 100px;
|
||||
right: 0;
|
||||
font-size: 0.4em;
|
||||
text-transform: uppercase;
|
||||
@@ -20,15 +20,16 @@
|
||||
.Tile-content {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
left: 90px;
|
||||
left: 100px;
|
||||
right: 0;
|
||||
font-weight: 300;
|
||||
font-size: 0.75em;
|
||||
}
|
||||
|
||||
.Tile .Icon {
|
||||
padding: 0.25em;
|
||||
border-radius: 1em;
|
||||
background: #d64ca8;
|
||||
color: #fff;
|
||||
font-size: .8em;
|
||||
padding: 0.5em;
|
||||
border-radius: 1.25em;
|
||||
border: 2px solid #d64ca8;
|
||||
color: #d64ca8;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user