This commit is contained in:
maciejhirsz
2018-07-05 18:29:19 +02:00
parent 01da7dfc47
commit 8bec72be35
7 changed files with 43 additions and 33 deletions
+27 -1
View File
@@ -2,6 +2,32 @@
font-size: 2.5em;
padding: 20px;
text-align: left;
width: 7em;
width: 230px;
display: inline-block;
position: relative;
}
.Tile-label {
position: absolute;
top: 20px;
left: 90px;
right: 0;
font-size: 0.4em;
text-transform: uppercase;
font-weight: bold;
}
.Tile-content {
position: absolute;
bottom: 20px;
left: 90px;
right: 0;
font-size: 0.75em;
}
.Tile .Icon {
padding: 0.25em;
border-radius: 1em;
background: #d64ca8;
color: #fff;
}